| Modifier and Type | Method and 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.nio.file.Path location)
Attempts to load a dictionary using the path to the FSA file and the
expected metadata extension.
|
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.
|
| Constructor and 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.
|
Copyright © 2018. All rights reserved.