Uses of Interface
net.didion.jwnl.data.FileDictionaryElementFactory
-
Packages that use FileDictionaryElementFactory Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactory
for Princeton's release of WordNet. -
-
Uses of FileDictionaryElementFactory in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as FileDictionaryElementFactory Modifier and Type Field Description private FileDictionaryElementFactory
FileBackedDictionary. _factory
Methods in net.didion.jwnl.dictionary that return FileDictionaryElementFactory Modifier and Type Method Description FileDictionaryElementFactory
FileBackedDictionary. getDictionaryElementFactory()
Methods in net.didion.jwnl.dictionary with parameters of type FileDictionaryElementFactory Modifier and Type Method Description static 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 FileDictionaryElementFactory Constructor Description 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 FileDictionaryElementFactory Modifier and Type Class Description 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.6class
PrincetonWN17FileDictionaryElementFactory
FileDictionaryElementFactory
that produces elements for the Princeton release of WordNet v 1.7
-