Uses of Class
morfologik.stemming.Dictionary
-
Packages that use Dictionary Package Description morfologik.speller morfologik.stemming morfologik.stemming.polish -
-
Uses of Dictionary in morfologik.speller
Constructors in morfologik.speller with parameters of type Dictionary Constructor Description Speller(Dictionary dictionary)
Speller(Dictionary dictionary, int editDistance)
-
Uses of Dictionary in morfologik.stemming
Methods in morfologik.stemming that return Dictionary Modifier and Type Method Description Dictionary
DictionaryLookup. getDictionary()
static Dictionary
Dictionary. read(InputStream fsaStream, InputStream metadataStream)
Attempts to load a dictionary from opened streams of FSA dictionary data and associated metadata.static Dictionary
Dictionary. read(URL dictURL)
Attempts to load a dictionary using the URL to the FSA file and the expected metadata extension.static Dictionary
Dictionary. read(Path location)
Attempts to load a dictionary using the path to the FSA file and the expected metadata extension.Constructors in morfologik.stemming with parameters of type Dictionary Constructor Description DictionaryIterator(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
Methods in morfologik.stemming.polish that return Dictionary Modifier and Type Method Description Dictionary
PolishStemmer. getDictionary()
-