See: Description
| Interface | Description |
|---|---|
| ILineParser<T> |
A parser that transforms lines of data from a data source into data objects.
|
| Class | Description |
|---|---|
| DataLineParser |
Parser for Wordnet data files (e.g.,
data.adv or
adv.dat). |
| ExceptionLineParser |
Parser for Wordnet exception files (e.g.,
exc.adv or
adv.exc). |
| IndexLineParser |
Parser parser for Wordnet index files (e.g.,
idx.adv or
adv.idx). |
| SenseKeyParser |
A parser that takes a sense key string and produces an
ISenseKey
object. |
| SenseLineParser |
Parser for Wordnet sense index files (e.g.,
index.sense or
sense.index). |
| Exception | Description |
|---|---|
| ILineParser.MisformattedLineException |
Thrown when a line from a data resource does not match expected formatting
conventions.
|
Copyright © 2018. All rights reserved.