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
Methods 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) protectedDictionary(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 MorphologicalProcessorModifier and TypeClassDescriptionclassDefault implementation ofMorphologicalProcessor.