Uses of Interface
net.didion.jwnl.dictionary.MorphologicalProcessor
-
Packages that use MorphologicalProcessor Package Description 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 Modifier and Type Method Description MorphologicalProcessor
Dictionary. getMorphologicalProcessor()
Methods in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessor Modifier and Type Method Description static void
FileBackedDictionary. install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory)
Construct a Dictionary that retrieves file data fromfileManager
.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 Constructor Description 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 Modifier and Type Class Description class
DefaultMorphologicalProcessor
Default implementation ofMorphologicalProcessor
.
-