| 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 | Method and Description |
|---|---|
IDataProvider |
IDataSourceDictionary.getDataProvider()
Returns the data provider for this dictionary.
|
IDataProvider |
DataSourceDictionary.getDataProvider() |
| Constructor and Description |
|---|
DataSourceDictionary(IDataProvider provider)
Constructs a dictionary with a caller-specified
IDataProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileProvider
Implementation of a data provider for Wordnet that uses files in the file
system to back instances of its data sources.
|
Copyright © 2018. All rights reserved.