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.file |
Classes for accessing files that contain dictionary information.
|
Modifier and Type | Field and Description |
---|---|
static DictionaryElementType |
DictionaryElementType.EXCEPTION
Property that defines an exception file.
|
static DictionaryElementType |
DictionaryElementType.INDEX_WORD
Property to define an index file.
|
static DictionaryElementType |
DictionaryElementType.SYNSET
Property to define a synset file.
|
Modifier and Type | Method and Description |
---|---|
DictionaryElementType |
Exc.getType()
Gets the type of this exception entry.
|
DictionaryElementType |
Synset.getType() |
DictionaryElementType |
DictionaryElement.getType()
Get the element's type.
|
DictionaryElementType |
IndexWord.getType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCachingDictionary.clearCache(DictionaryElementType elementType) |
int |
AbstractCachingDictionary.getCacheCapacity(DictionaryElementType type) |
int |
AbstractCachingDictionary.getCacheSizes(DictionaryElementType type) |
void |
AbstractCachingDictionary.setCacheCapacity(DictionaryElementType type,
int size) |
Modifier and Type | Method and Description |
---|---|
DictionaryElementType |
DictionaryFileType.getElementType() |
Copyright © 2022. All rights reserved.