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 String
The name of the dictionary.private static final List
A list of the different dictionary types.static final DictionaryElementType
Property that defines an exception file.static final DictionaryElementType
Property to define an index file.static final DictionaryElementType
Property to define a synset file. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DictionaryElementType
(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