| 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 of an inflected word over a
dictionary previously compiled using the
dict_compile tool. |
| 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
ISequenceEncoders. |
| Exception | Description |
|---|---|
| UnmappableInputException |
Thrown when some input cannot be mapped using the declared charset (bytes
to characters or the other way around).
|
Copyright © 2018. All rights reserved.