Lexicon
GermanLexicon
Bases: Lexicon
Class for retrieving information regarding word frequency and lexicon membership. Concrete implementations might also serve as interfaces for language-specific lexical resources such as word groups and affixes.
Source code in src/limes/analyzers/de/lexicon.py
contains(word)
get_frequency(word)
Identify how frequent a given word is in the given Lexicon. Please note that frequency is described in relative terms, normalized to [0.0, 1.0].