Package | Description |
---|---|
net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
pt.inesc_id.l2f |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachingDictionary
Extends
Dictionary to provide caching of elements. |
class |
DatabaseBackedDictionary |
class |
FileBackedDictionary
A
Dictionary that retrieves objects from the text files
in the WordNet distribution directory. |
class |
MapBackedDictionary
A
Dictionary backed by Map s. |
Modifier and Type | Method and Description |
---|---|
static Dictionary |
Dictionary.getInstance() |
Modifier and Type | Method and Description |
---|---|
static void |
Dictionary.resetDictionary(Dictionary dictionary) |
Modifier and Type | Field and Description |
---|---|
Dictionary |
JWNLSimple.dict |