Package net.didion.jwnl.data
Class DictionaryElementType
java.lang.Object
net.didion.jwnl.data.DictionaryElementType
WordNet contains different file types, index, synset data, and exception files.
This class defines what the current dictionary is.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe name of the dictionary.private static final ListA list of the different dictionary types.static final DictionaryElementTypeProperty that defines an exception file.static final DictionaryElementTypeProperty to define an index file.static final DictionaryElementTypeProperty to define a synset file. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDictionaryElementType(String name) Create a new DictionaryElementType. -
Method Summary
-
Field Details
-
INDEX_WORD
Property to define an index file. -
SYNSET
Property to define a synset file. -
EXCEPTION
Property that defines an exception file. -
_name
The name of the dictionary. -
ALL_TYPES
A list of the different dictionary types.
-
-
Constructor Details
-
DictionaryElementType
Create a new DictionaryElementType.- Parameters:
name-
-
-
Method Details