Package-level declarations
Types
A dictionary combines FSA automaton and DictionaryMetadata describing the way terms are encoded in the automaton.
Attributes applying to Dictionary and DictionaryMetadata.
An iterator over WordData entries of a Dictionary.
Dictionary lookup of an inflected word over a dictionary.
Description of attributes, their types and default values.
Helper class to build DictionaryMetadata instances.
Known ISequenceEncoders.
The logic of encoding one sequence of bytes relative to another sequence of bytes. The "base" form and the "derived" form are typically the stem of a word and the inflected form of a word.
No relative encoding at all (full target form is returned).
Encodes dst relative to src by trimming whatever non-equal suffix and infix src and dst have.
Encodes dst relative to src by trimming whatever non-equal suffix and prefix src and dst have.
Encodes dst relative to src by trimming whatever non-equal suffix src has.
Thrown when some input cannot be mapped using the declared charset (bytes to characters or the other way around).