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 voidFileBackedDictionary.install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory) Construct a Dictionary that retrieves file data fromfileManager.static voidFileBackedDictionary.install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) static voidMapBackedDictionary.install(String searchDir, Class dictionaryFileType, MorphologicalProcessor morph) Constructors in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessorModifierConstructorDescriptionprotectedprotectedAbstractCachingDictionary(MorphologicalProcessor morph, boolean enableCaching) privateDatabaseBackedDictionary(MorphologicalProcessor morph, DatabaseDictionaryElementFactory elementFactory, DatabaseManager dbManager) protectedDictionary(MorphologicalProcessor morph) Create a Dictionary using the specified MorphologicalProcessor.privateFileBackedDictionary(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) privateMapBackedDictionary(DictionaryCatalogSet files, MorphologicalProcessor morph) Create aMapBackedDictionarywith 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 TypeClassDescriptionclassDefault implementation ofMorphologicalProcessor.