| 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.
|
| edu.mit.jwi.data.parse |
Provides classes and interfaces that parse lines from Wordnet files.
|
| Modifier and Type | Field and Description |
|---|---|
protected ILineParser<T> |
DataSourceDictionary.FileIterator.fParser |
| Modifier and Type | Method and Description |
|---|---|
ILineParser<T> |
IDataType.getParser()
Returns the line parser that can be used to process lines of data
retrieved from an
IDataSource file with this type. |
ILineParser<T> |
DataType.getParser() |
| Constructor and Description |
|---|
DataType(String userFriendlyName,
boolean hasVersion,
ILineParser<T> parser,
Collection<String> hints)
Constructs a new data type.
|
DataType(String userFriendlyName,
boolean hasVersion,
ILineParser<T> parser,
String... hints)
Constructs a new data type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataLineParser
Parser for Wordnet data files (e.g.,
data.adv or
adv.dat). |
class |
ExceptionLineParser
Parser for Wordnet exception files (e.g.,
exc.adv or
adv.exc). |
class |
IndexLineParser
Parser parser for Wordnet index files (e.g.,
idx.adv or
adv.idx). |
class |
SenseKeyParser
A parser that takes a sense key string and produces an
ISenseKey
object. |
class |
SenseLineParser
Parser for Wordnet sense index files (e.g.,
index.sense or
sense.index). |
| Modifier and Type | Field and Description |
|---|---|
protected ILineParser<ISenseKey> |
SenseLineParser.keyParser |
| Constructor and Description |
|---|
SenseLineParser(ILineParser<ISenseKey> keyParser)
This constructor is marked protected so that the class may be
sub-classed, but not directly instantiated.
|
Copyright © 2018. All rights reserved.