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 MorphologicalProcessorDictionary. _morphMethods in net.didion.jwnl.dictionary that return MorphologicalProcessor Modifier and Type Method Description MorphologicalProcessorDictionary. getMorphologicalProcessor()Methods in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessor Modifier and Type Method Description static 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(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 aMapBackedDictionarywith 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 classDefaultMorphologicalProcessorDefault implementation ofMorphologicalProcessor.
-