- DATA - Static variable in class net.didion.jwnl.dictionary.file.DictionaryFileType
-
- DATABASE_MANAGER - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
-
- DatabaseBackedDictionary - Class in net.didion.jwnl.dictionary
-
- DatabaseBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.DatabaseBackedDictionary
-
- DatabaseDictionaryElementFactory - Interface in net.didion.jwnl.data
-
Factory interface for creating WordNet objects from a database.
- DatabaseManager - Interface in net.didion.jwnl.dictionary.database
-
- DatabaseManagerImpl - Class in net.didion.jwnl.dictionary.database
-
- DatabaseManagerImpl() - Constructor for class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
-
- DatabaseManagerImpl(ConnectionManager) - Constructor for class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
-
- DEBUG - Static variable in class net.didion.jwnl.util.MessageLogLevel
-
- deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetNode
-
- deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
-
- deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
-
- deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
-
- deepClone() - Method in interface net.didion.jwnl.util.DeepCloneable
-
Create a deep clone of the object
- deepClone() - Method in class net.didion.jwnl.util.TypeCheckingList
-
- DeepCloneable - Interface in net.didion.jwnl.util
-
A DeepCloneable
is a cloneable object that can be cloned shallowly (by
creating a copy of the object that contains references to the same
members as the original) or deeply (by creating a copy of the object
and of all it's member objects).
- DEFAULT_CACHE_CAPACITY - Static variable in class net.didion.jwnl.util.cache.CacheSet
-
- DefaultMorphologicalProcessor - Class in net.didion.jwnl.dictionary.morph
-
Default implementation of MorphologicalProcessor
.
- DefaultMorphologicalProcessor() - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
-
- DefaultMorphologicalProcessor(Operation[]) - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
-
- DefaultMorphologicalProcessor(Operation[], int) - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
-
- DEFINED_OS_ARRAY - Static variable in class net.didion.jwnl.JWNL
-
- DELIMITERS - Static variable in class net.didion.jwnl.dictionary.morph.TokenizerOperation
-
Parameter list that determines the delimiters this
operation will use to concatanate tokens.
- DERIVED - Static variable in class net.didion.jwnl.data.PointerType
-
- DetachSuffixesOperation - Class in net.didion.jwnl.dictionary.morph
-
Remove all aplicable suffixes from the word(s) and do a look-up.
- DetachSuffixesOperation() - Constructor for class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
-
- DetachSuffixesOperation(Map) - Constructor for class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
-
- dict - Variable in class pt.inesc_id.l2f.JWNLSimple
-
- Dictionary - Class in net.didion.jwnl.dictionary
-
Abstract representation of a WordNet dictionary.
- DICTIONARY_ELEMENT_FACTORY - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
-
- DICTIONARY_ELEMENT_FACTORY - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
-
The class of FileDictionaryElementFactory to use.
- DictionaryCatalog - Class in net.didion.jwnl.dictionary.file
-
A container for the files associated with a catalog (the index, data, and exception
files associated with a POS).
- DictionaryCatalog(String, DictionaryFileType, Class) - Constructor for class net.didion.jwnl.dictionary.file.DictionaryCatalog
-
- DictionaryCatalogSet - Class in net.didion.jwnl.dictionary.file
-
Simple container for DictionaryCatalog
s that allows
a DictionaryFile
to be retrieved by its POS
and DictionaryFileType
.
- DictionaryCatalogSet(String, Class) - Constructor for class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
-
Creates a catalog set of the specified type of file using files in the specified dictionary directory.
- DictionaryElement - Interface in net.didion.jwnl.data
-
Any class that represents an element contained in the dictionary (IndexWord
s,
Synset
s, and Exc
eptions) must implement this interface.
- DictionaryElementType - Class in net.didion.jwnl.data
-
WordNet contains different file types, index, synset data, and exception files.
- DictionaryFile - Interface in net.didion.jwnl.dictionary.file
-
Represents a single dictionary file.
- DictionaryFileType - Class in net.didion.jwnl.dictionary.file
-
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
- DictionaryToDatabase - Class in net.didion.jwnl.utilities
-
DictionaryToDatabase is used to transfer a WordNet file database into an actual
database structure.
- DictionaryToDatabase(Connection) - Constructor for class net.didion.jwnl.utilities.DictionaryToDatabase
-
Create a new DictionaryToDatabase with a database connection.
- DictionaryToDatabaseWithUsageCount - Class in net.didion.jwnl.utilities
-
DictionaryToDatabase is used to transfer a WordNet file database into an actual
database structure.
- DictionaryToDatabaseWithUsageCount(Connection) - Constructor for class net.didion.jwnl.utilities.DictionaryToDatabaseWithUsageCount
-
Create a new DictionaryToDatabase with a database connection.
- DictionaryToMap - Class in net.didion.jwnl.utilities
-
DictionaryToMap allows you to populate and create an in-memory map of the WordNet
library.
- DictionaryToMap(String, String) - Constructor for class net.didion.jwnl.utilities.DictionaryToMap
-
Initalize with the given map destination directory, using the properties file(usually file_properties.xml)
- DRIVER - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
-