Uses of Class
morfologik.stemming.Dictionary
Packages that use Dictionary
-
Uses of Dictionary in morfologik.speller
Constructors in morfologik.speller with parameters of type DictionaryModifierConstructorDescriptionSpeller(Dictionary dictionary) Speller(Dictionary dictionary, int editDistance) -
Uses of Dictionary in morfologik.stemming
Fields in morfologik.stemming declared as DictionaryModifier and TypeFieldDescriptionprivate final DictionaryDictionaryLookup.dictionaryTheDictionarythis lookup is using.Methods in morfologik.stemming that return DictionaryModifier and TypeMethodDescriptionDictionaryLookup.getDictionary()static DictionaryDictionary.read(InputStream fsaStream, InputStream metadataStream) Attempts to load a dictionary from opened streams of FSA dictionary data and associated metadata.static DictionaryAttempts to load a dictionary using the URL to the FSA file and the expected metadata extension.static DictionaryAttempts to load a dictionary using the path to the FSA file and the expected metadata extension.Constructors in morfologik.stemming with parameters of type DictionaryModifierConstructorDescriptionDictionaryIterator(Dictionary dictionary, CharsetDecoder decoder, boolean decodeStems) DictionaryLookup(Dictionary dictionary) Creates a new object of this class using the given FSA for word lookups and encoding for converting characters to bytes. -
Uses of Dictionary in morfologik.stemming.polish
Fields in morfologik.stemming.polish declared as DictionaryModifier and TypeFieldDescriptionprivate static DictionaryPolishStemmer.dictionaryThe underlying dictionary, loaded once (lazily).Methods in morfologik.stemming.polish that return Dictionary