| 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.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| edu.mit.jwi.morph |
Provides several simple classes that can be used to find the stems of words using Wordnet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceDictionary.DataFileIterator
Iterates over data files.
|
class |
DataSourceDictionary.ExceptionFileIterator
Iterates over exception files.
|
class |
DataSourceDictionary.FileIterator<T,N>
Abstract class used for iterating over line-based files.
|
class |
DataSourceDictionary.FileIterator2<T>
A file iterator where the data type returned by the iterator is the same
as that returned by the backing data source.
|
class |
DataSourceDictionary.IndexFileIterator
Iterates over index files.
|
class |
DataSourceDictionary.SenseEntryFileIterator
Iterates over the sense file.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IContentType<T>
Objects that implement this interface represent all possible types of content
that are contained in the dictionary data resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentType<T>
A concrete implementation of the
IContentType interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionEntry
Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
|
interface |
IExceptionEntryID
A unique identifier sufficient to retrieve the specified
exception entry from Wordnet.
|
interface |
IIndexWord
A Wordnet index word object, represented in the Wordnet files as a line in an
index file.
|
interface |
IIndexWordID
A unique identifier for an index word.
|
interface |
ILexFile
A description of a Wordnet lexical file.
|
interface |
ISenseEntry
A Wordnet sense entry object, represented in the Wordnet files as a line in the
sense entry.
|
interface |
ISenseKey
A sense key is a unique string that identifies a Wordnet word (an
IWord). |
interface |
ISynset
Represents a synset.
|
interface |
ISynsetID
A unique identifier for a synset,
sufficient to retrieve it from the Wordnet database.
|
interface |
IWord
A word, which in Wordnet is an index word paired with a synset.
|
interface |
IWordID
A unique identifier sufficient to retrieve a particular word from the Wordnet
database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntry
Default implementation of
IExceptionEntry |
class |
ExceptionEntryID
Default implementation of
IExceptionEntryID. |
class |
IndexWord
Default implementation of
IIndexWord. |
class |
IndexWordID
Default implementation of
IIndexWordID. |
class |
LexFile
Concrete implementation of the
ILexFile interface. |
class |
SenseEntry
Concrete implementation of the
ISenseEntry interface. |
class |
SenseKey
Concrete, default implementation of the
ISenseKey interface. |
class |
Synset
Default implementation of the
ISynset interface. |
class |
SynsetID
Default implementation of the
ISynsetID interface |
class |
UnknownLexFile
Represents 'unknown' lexical files.
|
class |
Word
Default implementation of the
IWord interface. |
class |
WordID
Default implementation of the
IWordID interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStemmingRule
A rule for deriving a stem (a.k.a., root or lemma) from a word.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StemmingRule
Default implementation of the
IStemmingRule interface. |
Copyright © 2018. All rights reserved.