Package | Description |
---|---|
net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
net.didion.jwnl.dictionary.morph |
Modifier and Type | Method and Description |
---|---|
MorphologicalProcessor |
Dictionary.getMorphologicalProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
FileBackedDictionary.install(FileManager fileManager,
MorphologicalProcessor morph,
FileDictionaryElementFactory factory)
Construct a Dictionary that retrieves file data from
fileManager . |
static void |
FileBackedDictionary.install(FileManager fileManager,
MorphologicalProcessor morph,
FileDictionaryElementFactory factory,
boolean enableCaching) |
static void |
MapBackedDictionary.install(String searchDir,
Class dictionaryFileType,
MorphologicalProcessor morph) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMorphologicalProcessor
Default implementation of
MorphologicalProcessor . |