| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
protected IVersion |
RAMDictionary.DictionaryData.version |
| Modifier and Type | Method and Description |
|---|---|
IVersion |
CachingDictionary.getVersion() |
IVersion |
RAMDictionary.getVersion() |
IVersion |
DataSourceDictionary.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
protected IVersion |
FileProvider.determineVersion(Collection<? extends IDataSource<?>> srcs)
Determines a version from the set of data sources, if possible, otherwise
returns
NO_VERSION |
IVersion |
FileProvider.getVersion() |
IVersion |
WordnetFile.getVersion()
Returns the wordnet version associated with this object, or null if the
version cannot be determined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Version
Default, concrete implementation of the
IVersion interface. |
| Modifier and Type | Field and Description |
|---|---|
static IVersion |
IVersion.NO_VERSION
A dummy version object used to indicate that the version has been
calculated, and determined to be
null. |
| Modifier and Type | Method and Description |
|---|---|
IVersion |
IHasVersion.getVersion()
Returns the associated version for this object.
|
Copyright © 2018. All rights reserved.