Interface | Description |
---|---|
ISequenceEncoder |
The logic of encoding one sequence of bytes relative to another sequence of
bytes.
|
IStemmer |
A generic "stemmer" interface in Morfologik.
|
Class | Description |
---|---|
BufferUtils | |
Dictionary |
A dictionary combines
FSA automaton and DictionaryMetadata
describing the way terms are encoded in the automaton. |
DictionaryIterator |
An iterator over
WordData entries of a Dictionary . |
DictionaryLookup |
This class implements a dictionary lookup over an FSA dictionary.
|
DictionaryMetadata |
Description of attributes, their types and default values.
|
DictionaryMetadataBuilder |
Helper class to build
DictionaryMetadata instances. |
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.
|
Enum | Description |
---|---|
DictionaryAttribute |
Attributes applying to
Dictionary and DictionaryMetadata . |
EncoderType |
Known
ISequenceEncoder s. |
Copyright © 2016. All rights reserved.