| Package | Description |
|---|---|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| 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 |
|---|---|
protected <T> ILoadableDataSource<T> |
FileProvider.createBinarySearch(File file,
IContentType<T> type)
Creates a binary search data source for the specified type, using the
specified file.
|
protected <T> ILoadableDataSource<T> |
FileProvider.createDataSource(File file,
IContentType<T> type,
int policy)
Creates the actual data source implementations.
|
protected <T> ILoadableDataSource<T> |
FileProvider.createDirectAccess(File file,
IContentType<T> type)
Creates a direct access data source for the specified type, using the
specified file.
|
<T> ILoadableDataSource<T> |
FileProvider.getSource(IContentType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<IContentType<?>,ILoadableDataSource<?>> |
FileProvider.createSourceMap(List<File> files,
int policy)
Creates the map that contains the content types mapped to the data
sources.
|
Copyright © 2018. All rights reserved.