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) |
Constructor and Description |
---|
AbstractCachingDictionary(MorphologicalProcessor morph) |
AbstractCachingDictionary(MorphologicalProcessor morph,
boolean enableCaching) |
Dictionary(MorphologicalProcessor morph)
Create a Dictionary using the specified MorphologicalProcessor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMorphologicalProcessor
Default implementation of
MorphologicalProcessor . |
Copyright © 2024. All rights reserved.