|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dictionary | |
|---|---|
| morfologik.fsa.dictionary | |
| morfologik.stemmers | |
| Uses of Dictionary in morfologik.fsa.dictionary |
|---|
| Methods in morfologik.fsa.dictionary that return Dictionary | |
|---|---|
static Dictionary |
Dictionary.read(java.io.File fsaFile)
Attempts to load a dictionary based on the path to the fsa file (the expected suffix of the FSA file is .dict. |
static Dictionary |
Dictionary.read(java.io.InputStream fsaData,
java.io.InputStream featuresData)
Attempts to load a dictionary based on the stream of the fsa dictionary and the metadata (features) file. |
static Dictionary |
Dictionary.read(java.net.URL fsaURL)
Attempts to load a dictionary based on the URL to the FSA file (the expected suffix of the FSA file is .dict. |
| Constructors in morfologik.fsa.dictionary with parameters of type Dictionary | |
|---|---|
DictionaryStemmer(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.stemmers |
|---|
| Constructors in morfologik.stemmers with parameters of type Dictionary | |
|---|---|
Lametyzator(Dictionary dictionary)
This constructor uses an explicit Dictionary. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||