| Package | Description |
|---|---|
| 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.
|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
static DataType<IExceptionEntryProxy> |
DataType.EXCEPTION |
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_ADJECTIVE |
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_ADVERB |
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_NOUN |
static ContentType<IExceptionEntryProxy> |
ContentType.EXCEPTION_VERB |
| Modifier and Type | Method and Description |
|---|---|
static IContentType<IExceptionEntryProxy> |
ContentType.getExceptionContentType(POS pos)
Use this convenience method to retrieve the appropriate
IExceptionEntryProxy content type for the specified POS. |
| Modifier and Type | Method and Description |
|---|---|
IExceptionEntryProxy |
ExceptionLineParser.parseLine(String line) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionEntry
Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntry
Default implementation of
IExceptionEntry |
class |
ExceptionEntryProxy
Default implementation
IExceptionEntryProxyl |
| Constructor and Description |
|---|
ExceptionEntry(IExceptionEntryProxy proxy,
POS pos)
Creates a new exception entry for the specified part of speech using the
information in the specified exception proxy object.
|
ExceptionEntryProxy(IExceptionEntryProxy proxy)
Constructs a new proxy that is a copy of the specified proxy
|
Copyright © 2018. All rights reserved.