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
Fields in morfologik.stemming declared as Dictionary Modifier and Type Field Description private Dictionary
DictionaryLookup. dictionary
TheDictionary
this lookup is using.Methods in morfologik.stemming that return Dictionary Modifier and Type Method Description Dictionary
DictionaryLookup. getDictionary()
static Dictionary
Dictionary. read(java.io.InputStream fsaStream, java.io.InputStream metadataStream)
Attempts to load a dictionary from opened streams of FSA dictionary data and associated metadata.static Dictionary
Dictionary. read(java.net.URL dictURL)
Attempts to load a dictionary using the URL to the FSA file and the expected metadata extension.static Dictionary
Dictionary. read(java.nio.file.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, java.nio.charset.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 Dictionary Modifier and Type Field Description private static Dictionary
PolishStemmer. dictionary
The underlying dictionary, loaded once (lazily).Methods in morfologik.stemming.polish that return Dictionary Modifier and Type Method Description Dictionary
PolishStemmer. getDictionary()
-