|
||||||||||
| 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(String searchDir,
Class dictionaryFileType,
MorphologicalProcessor morph)
|
| Constructors in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessor | |
|---|---|
AbstractCachingDictionary(MorphologicalProcessor morph)
|
|
AbstractCachingDictionary(MorphologicalProcessor morph,
boolean enableCaching)
|
|
Dictionary(MorphologicalProcessor morph)
Create a Dictionary using the specified MorphologicalProcessor. |
|
| 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 | |||||||||