Uses of Interface
net.didion.jwnl.data.FileDictionaryElementFactory
Packages that use FileDictionaryElementFactory
Package
Description
Classes for acessing dictionary information.
Implementations of
DictionaryElementFactory
for Princeton's release of WordNet.-
Uses of FileDictionaryElementFactory in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as FileDictionaryElementFactoryModifier and TypeFieldDescriptionprivate FileDictionaryElementFactory
FileBackedDictionary._factory
Methods in net.didion.jwnl.dictionary that return FileDictionaryElementFactoryMethods in net.didion.jwnl.dictionary with parameters of type FileDictionaryElementFactoryModifier and TypeMethodDescriptionstatic void
FileBackedDictionary.install
(FileManager fileManager, FileDictionaryElementFactory factory) Construct a Dictionary that retrieves file data fromfileManager
.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 fromfileManager
.static void
FileBackedDictionary.install
(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) Constructors in net.didion.jwnl.dictionary with parameters of type FileDictionaryElementFactoryModifierConstructorDescriptionprivate
FileBackedDictionary
(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) -
Uses of FileDictionaryElementFactory in net.didion.jwnl.princeton.data
Classes in net.didion.jwnl.princeton.data that implement FileDictionaryElementFactoryModifier and TypeClassDescriptionclass
FileDictionaryElementFactory
that parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.class
FileDictionaryElementFactory
that produces elements for Princeton's release of WordNet v 1.6class
FileDictionaryElementFactory
that produces elements for the Princeton release of WordNet v 1.7