BufferUtils |
|
Dictionary |
A dictionary combines FSA automaton and DictionaryMetadata
describing the way terms are encoded in the automaton.
|
DictionaryIterator |
|
DictionaryLookup |
This class implements a dictionary lookup of an inflected word over a
dictionary previously compiled using the
dict_compile tool.
|
DictionaryMetadata |
Description of attributes, their types and default values.
|
DictionaryMetadataBuilder |
|
NoEncoder |
No relative encoding at all (full target form is returned).
|
TrimInfixAndSuffixEncoder |
Encodes dst relative to src by trimming whatever
non-equal suffix and infix src and dst have.
|
TrimPrefixAndSuffixEncoder |
Encodes dst relative to src by trimming whatever
non-equal suffix and prefix src and dst have.
|
TrimSuffixEncoder |
Encodes dst relative to src by trimming whatever
non-equal suffix src has.
|
WordData |
Stem and tag data associated with a given word.
|