|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MorphologicalProcessor | |
---|---|
net.didion.jwnl.dictionary | Classes for acessing dictionary information. |
net.didion.jwnl.dictionary.morph |
Uses of MorphologicalProcessor in net.didion.jwnl.dictionary |
---|
Methods in net.didion.jwnl.dictionary that return MorphologicalProcessor | |
---|---|
MorphologicalProcessor |
Dictionary.getMorphologicalProcessor()
|
Methods in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessor | |
---|---|
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(java.lang.String searchDir,
java.lang.Class dictionaryFileType,
MorphologicalProcessor morph)
|
Uses of MorphologicalProcessor in net.didion.jwnl.dictionary.morph |
---|
Classes in net.didion.jwnl.dictionary.morph that implement MorphologicalProcessor | |
---|---|
class |
DefaultMorphologicalProcessor
Default implementation of MorphologicalProcessor . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |