Uses of Interface
net.didion.jwnl.data.DictionaryElement
Packages that use DictionaryElement
Package
Description
Classes for extracting and containing data from the dictionary.
Classes for acessing dictionary information.
-
Uses of DictionaryElement in net.didion.jwnl.data
Classes in net.didion.jwnl.data that implement DictionaryElementModifier and TypeClassDescriptionfinal class
Represents an entry in an exception file.class
AnIndexWord
represents a line of the pos.index
file.class
ASynset
, or synonym set, represents a line of a WordNet pos.data
file.class
Proxy for aSynset
. -
Uses of DictionaryElement in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return DictionaryElementModifier and TypeMethodDescriptionprotected abstract DictionaryElement
DatabaseBackedDictionary.DatabaseElementIterator.createElement()
protected DictionaryElement
DatabaseBackedDictionary.ExceptionIterator.createElement()
protected DictionaryElement
DatabaseBackedDictionary.IndexWordIterator.createElement()
protected DictionaryElement
DatabaseBackedDictionary.SynsetIterator.createElement()