| Package | Description |
|---|---|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
static Pointer |
Pointer.ALSO_SEE |
static Pointer |
Pointer.ANTONYM |
static Pointer |
Pointer.ATTRIBUTE |
static Pointer |
Pointer.CAUSE |
static Pointer |
Pointer.DERIVATIONALLY_RELATED |
static Pointer |
Pointer.DERIVED_FROM_ADJ |
static Pointer |
Pointer.DOMAIN |
static Pointer |
Pointer.ENTAILMENT |
static Pointer |
Pointer.HOLONYM_MEMBER |
static Pointer |
Pointer.HOLONYM_PART |
static Pointer |
Pointer.HOLONYM_SUBSTANCE |
static Pointer |
Pointer.HYPERNYM |
static Pointer |
Pointer.HYPERNYM_INSTANCE |
static Pointer |
Pointer.HYPONYM |
static Pointer |
Pointer.HYPONYM_INSTANCE |
static Pointer |
Pointer.MEMBER |
static Pointer |
Pointer.MERONYM_MEMBER |
static Pointer |
Pointer.MERONYM_PART |
static Pointer |
Pointer.MERONYM_SUBSTANCE |
static Pointer |
Pointer.PARTICIPLE |
static Pointer |
Pointer.PERTAINYM |
static Pointer |
Pointer.REGION |
static Pointer |
Pointer.REGION_MEMBER |
static Pointer |
Pointer.SIMILAR_TO |
static Pointer |
Pointer.TOPIC |
static Pointer |
Pointer.TOPIC_MEMBER |
static Pointer |
Pointer.USAGE |
static Pointer |
Pointer.USAGE_MEMBER |
static Pointer |
Pointer.VERB_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
Pointer.getPointerType(String symbol,
POS pos)
Returns the pointer type (static final instance) that matches the
specified pointer symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Pointer> |
Pointer.values()
Emulates the
Enum#values() function. |
Copyright © 2018. All rights reserved.