Uses of Interface
net.didion.jwnl.dictionary.MorphologicalProcessor

Packages that use MorphologicalProcessor
net.didion.jwnl.dictionary Classes for acessing dictionary information. 
net.didion.jwnl.dictionary.morph   
 

Uses of MorphologicalProcessor in net.didion.jwnl.dictionary
 

Methods in net.didion.jwnl.dictionary that return MorphologicalProcessor
 MorphologicalProcessor Dictionary.getMorphologicalProcessor()
           
 

Methods in net.didion.jwnl.dictionary with parameters of type MorphologicalProcessor
static void FileBackedDictionary.install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory)
          Construct a Dictionary that retrieves file data from fileManager.
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)
           
 

Uses of MorphologicalProcessor in net.didion.jwnl.dictionary.morph
 

Classes in net.didion.jwnl.dictionary.morph that implement MorphologicalProcessor
 class DefaultMorphologicalProcessor
          Default implementation of MorphologicalProcessor.