| Package | Description |
|---|---|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| edu.mit.jwi.data.compare |
Provides classes that encode the sorting order of the Wordnet file lines, to enable searching.
|
| Modifier and Type | Method and Description |
|---|---|
ILineComparator |
ContentType.getLineComparator() |
ILineComparator |
IContentType.getLineComparator()
Returns a comparator that can be used to determine ordering between
different lines of data in the resource.
|
| Constructor and Description |
|---|
ContentType(IDataType<T> type,
POS pos,
ILineComparator comparator)
Constructs a new ContentType
|
ContentType(IDataType<T> type,
POS pos,
ILineComparator comparator,
Charset charset)
Constructs a new ContentType
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataLineComparator
A line comparator that captures the ordering of lines in Wordnet data files
(e.g.,
data.adv or adv.dat files). |
class |
ExceptionLineComparator
A comparator that captures the ordering of lines in Wordnet exception files
(e.g.,
exc.adv or adv.exc files). |
class |
IndexLineComparator
A comparator that captures the ordering of lines in Wordnet index files
(e.g.,
index.adv or adv.idx files). |
class |
SenseKeyLineComparator
A comparator that captures the ordering of lines in sense index files (e.g.,
the
sense.index file). |
Copyright © 2018. All rights reserved.