| 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 |
|---|---|
private void |
AbstractCachingDictionary.cache(DictionaryElementType fileType,
POSKey key,
java.lang.Object obj) |
void |
AbstractCachingDictionary.DictionaryCacheSet.cacheObject(DictionaryElementType fileType,
java.lang.Object key,
java.lang.Object value) |
void |
AbstractCachingDictionary.clearCache(DictionaryElementType elementType) |
void |
AbstractCachingDictionary.DictionaryCacheSet.clearCache(DictionaryElementType fileType) |
int |
AbstractCachingDictionary.getCacheCapacity(DictionaryElementType type) |
private java.lang.Object |
AbstractCachingDictionary.getCached(DictionaryElementType fileType,
POSKey key) |
java.lang.Object |
AbstractCachingDictionary.DictionaryCacheSet.getCachedObject(DictionaryElementType fileType,
java.lang.Object key) |
int |
AbstractCachingDictionary.getCacheSizes(DictionaryElementType type) |
private java.util.Map |
AbstractCachingDictionary.DictionaryCacheSet.getMap(DictionaryElementType fileType) |
private void |
AbstractCachingDictionary.DictionaryCacheSet.removeLemma(DictionaryElementType fileType,
java.lang.String lemma,
POS pos) |
void |
AbstractCachingDictionary.setCacheCapacity(DictionaryElementType type,
int size) |
| Modifier and Type | Field and Description |
|---|---|
private DictionaryElementType |
DictionaryFileType._elementType |
| Modifier and Type | Method and Description |
|---|---|
DictionaryElementType |
DictionaryFileType.getElementType() |
| Constructor and Description |
|---|
DictionaryFileType(java.lang.String type,
DictionaryElementType elementType) |