Uses of Interface
net.didion.jwnl.data.FileDictionaryElementFactory

Packages that use FileDictionaryElementFactory
net.didion.jwnl.dictionary Classes for acessing dictionary information. 
net.didion.jwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
 

Uses of FileDictionaryElementFactory in net.didion.jwnl.dictionary
 

Methods in net.didion.jwnl.dictionary that return FileDictionaryElementFactory
 FileDictionaryElementFactory FileBackedDictionary.getDictionaryElementFactory()
           
 

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

Uses of FileDictionaryElementFactory in net.didion.jwnl.princeton.data
 

Classes in net.didion.jwnl.princeton.data that implement FileDictionaryElementFactory
 class AbstractPrincetonFileDictionaryElementFactory
          FileDictionaryElementFactory that parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.
 class PrincetonWN16FileDictionaryElementFactory
          FileDictionaryElementFactory that produces elements for Princeton's release of WordNet v 1.6
 class PrincetonWN17FileDictionaryElementFactory
          FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7