Uses of Interface
net.didion.jwnl.dictionary.MorphologicalProcessor
Packages that use MorphologicalProcessor
Package
Description
Classes for acessing dictionary information.
-
Uses of MorphologicalProcessor in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as MorphologicalProcessorMethods in net.didion.jwnl.dictionary that return MorphologicalProcessorMethods in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessorModifier and TypeMethodDescriptionstatic 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 MorphologicalProcessorModifierConstructorDescriptionprotected
protected
AbstractCachingDictionary
(MorphologicalProcessor morph, boolean enableCaching) private
DatabaseBackedDictionary
(MorphologicalProcessor morph, DatabaseDictionaryElementFactory elementFactory, DatabaseManager dbManager) protected
Dictionary
(MorphologicalProcessor morph) Create a Dictionary using the specified MorphologicalProcessor.private
FileBackedDictionary
(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) private
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 MorphologicalProcessorModifier and TypeClassDescriptionclass
Default implementation ofMorphologicalProcessor
.