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
Fields in net.didion.jwnl.dictionary declared as MorphologicalProcessor Modifier and Type Field Description private MorphologicalProcessor
Dictionary. _morph
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(java.lang.String searchDir, java.lang.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)
DatabaseBackedDictionary(MorphologicalProcessor morph, DatabaseDictionaryElementFactory elementFactory, DatabaseManager dbManager)
Dictionary(MorphologicalProcessor morph)
Create a Dictionary using the specified MorphologicalProcessor.FileBackedDictionary(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching)
MapBackedDictionary(DictionaryCatalogSet files, MorphologicalProcessor morph)
Create aMapBackedDictionary
with the specified set of files. -
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
.
-