Class | Description |
---|---|
GermanTaggerEnhancer |
One-time script (used 2015-02-25) to add forms:
City names are incoherently tagged in the Morphy data.
|
MissingGenitiveFinder |
One-time script: find missing "-es" forms in the German tagger dictionary,
e.g.
|
POSTagLanguageModel |
Tag text and display only POS tags to create an n-gram language model.
|
SimpleRuleCounter |
Count "simple" rules, i.e. those that use only 'regex', 'case_sensitive'
and 'skip="-1"' attributes.
|
WordTokenizer |
Used for tokenizing word lists for the MorfologikSpeller.
|