Uses of Interface
net.didion.jwnl.util.factory.Createable
-
Packages that use Createable Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.database Classes for accessing databases that contain dictionary information.net.didion.jwnl.dictionary.file_manager Classes used byFileBackedDictionaryto interface with the filesystem.net.didion.jwnl.dictionary.morph net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactoryfor Princeton's release of WordNet. -
-
Uses of Createable in net.didion.jwnl.data
Subinterfaces of Createable in net.didion.jwnl.data Modifier and Type Interface Description interfaceDatabaseDictionaryElementFactoryFactory interface for creating WordNet objects from a database.interfaceFileDictionaryElementFactoryFactory class for creatingDictionaryElements (Synsets,ExceptionIndexWords). -
Uses of Createable in net.didion.jwnl.dictionary
Subinterfaces of Createable in net.didion.jwnl.dictionary Modifier and Type Interface Description interfaceMorphologicalProcessorAMorphologicalProcessortries to turn the inflected form of a word or phrase into the form that can be found in WordNet. -
Uses of Createable in net.didion.jwnl.dictionary.database
Classes in net.didion.jwnl.dictionary.database that implement Createable Modifier and Type Class Description classDatabaseManagerImplclassSenseAndUsageDatabaseManagerDatabase Manager that handles the extended database containing sense key and usage statistics. -
Uses of Createable in net.didion.jwnl.dictionary.file_manager
Subinterfaces of Createable in net.didion.jwnl.dictionary.file_manager Modifier and Type Interface Description interfaceFileManagerFileManagerdefines the interface between theFileBackedDictionaryand the file system.Classes in net.didion.jwnl.dictionary.file_manager that implement Createable Modifier and Type Class Description classFileManagerImplAn implementation ofFileManagerthat reads files from the local file system.classRemoteFileManagerAn object of this class can serve as aFileManagerfor remoteFileBackedDictionaryinstantiations using RMI. -
Uses of Createable in net.didion.jwnl.dictionary.morph
Subinterfaces of Createable in net.didion.jwnl.dictionary.morph Modifier and Type Interface Description interfaceOperationClasses in net.didion.jwnl.dictionary.morph that implement Createable Modifier and Type Class Description classAbstractDelegatingOperationclassDefaultMorphologicalProcessorDefault implementation ofMorphologicalProcessor.classDetachSuffixesOperationRemove all aplicable suffixes from the word(s) and do a look-up.classLookupExceptionsOperationLookup the word in the exceptions file of the given part-of-speech.classLookupIndexWordOperationclassRemovePrepPhrasesOperationyet to be implementedclassTokenizerOperation -
Uses of Createable in net.didion.jwnl.princeton.data
Classes in net.didion.jwnl.princeton.data that implement Createable Modifier and Type Class Description classAbstractPrincetonDatabaseDictionaryElementFactoryclassAbstractPrincetonFileDictionaryElementFactoryFileDictionaryElementFactorythat parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.classPrincetonWN16DatabaseDictionaryElementFactoryclassPrincetonWN16FileDictionaryElementFactoryFileDictionaryElementFactorythat produces elements for Princeton's release of WordNet v 1.6classPrincetonWN17DatabaseDictionaryElementFactoryclassPrincetonWN17FileDictionaryElementFactoryFileDictionaryElementFactorythat produces elements for the Princeton release of WordNet v 1.7classPrincetonWN30DatabaseDictionaryElementFactorySupports the wordnet 3.0 database, including sense key and usage count information.
-