Package | Description |
---|---|
morfologik.speller | |
morfologik.stemming | |
morfologik.stemming.polish |
Constructor and Description |
---|
Speller(Dictionary dictionary) |
Speller(Dictionary dictionary,
int editDistance) |
Modifier and Type | Method and 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(Path location)
Attempts to load a dictionary using the path to the FSA file and the
expected metadata extension.
|
static Dictionary |
Dictionary.read(URL dictURL)
Attempts to load a dictionary using the URL to the FSA file and the
expected metadata extension.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
PolishStemmer.getDictionary() |
Copyright © 2016. All rights reserved.