| 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 | Interface and Description |
|---|---|
interface |
IRAMDictionary
Interface that governs dictionaries that can be completely loaded into memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RAMDictionary
Default implementation of the
IRAMDictionary interface. |
| 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 |
FileProvider
Implementation of a data provider for Wordnet that uses files in the file
system to back instances of its data sources.
|
class |
WordnetFile<T>
Abstract superclass of wordnet data file objects.
|
Copyright © 2018. All rights reserved.