Package morfologik.stemming
package morfologik.stemming
-
ClassDescriptionA view over a range of an array.A dictionary combines
FSA
automaton andDictionaryMetadata
describing the way terms are encoded in the automaton.Attributes applying toDictionary
andDictionaryMetadata
.An iterator overWordData
entries of aDictionary
.This class implements a dictionary lookup of an inflected word over a dictionary previously compiled using thedict_compile
tool.Description of attributes, their types and default values.Helper class to buildDictionaryMetadata
instances.KnownISequenceEncoder
s.The logic of encoding one sequence of bytes relative to another sequence of bytes.A generic "stemmer" interface in Morfologik.No relative encoding at all (full target form is returned).Encodesdst
relative tosrc
by trimming whatever non-equal suffix and infixsrc
anddst
have.Encodesdst
relative tosrc
by trimming whatever non-equal suffix and prefixsrc
anddst
have.Encodesdst
relative tosrc
by trimming whatever non-equal suffixsrc
has.Thrown when some input cannot be mapped using the declared charset (bytes to characters or the other way around).Stem and tag data associated with a given word.