| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected IDataSource<T> |
DataSourceDictionary.FileIterator.fFile |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILoadableDataSource<T>
A data source that is also loadable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinarySearchWordnetFile<T>
Concrete implementation of a wordnet file data source.
|
class |
DirectAccessWordnetFile<T>
Concrete implementation of a wordnet file data source.
|
class |
WordnetFile<T>
Abstract superclass of wordnet data file objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IDataSource<T> |
IDataProvider.getSource(IContentType<T> type)
Returns a data source object for the specified content type, if one is
available; otherwise returns
null. |
| 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
IVersion.NO_VERSION |
Copyright © 2018. All rights reserved.