Package | Description |
---|---|
net.didion.jwnl.data |
Classes for extracting and containing data from the dictionary.
|
net.didion.jwnl.data.list |
Lists and associated classes that hold the results of relationship operations.
|
net.didion.jwnl.princeton.data |
Implementations of
DictionaryElementFactory for Princeton's release of WordNet. |
Modifier and Type | Class and Description |
---|---|
class |
Adjective
An
Adjective is a Word that can have an adjective position. |
class |
Verb
A
Verb is a subclass of Word that can have 1 or more
VerbFrame s (use cases of the verb). |
Modifier and Type | Field and Description |
---|---|
protected Word[] |
Synset._words
The words in this synset.
|
Modifier and Type | Method and Description |
---|---|
Word |
SynsetProxy.getWord(int index) |
Word |
Synset.getWord(int index) |
Word[] |
SynsetProxy.getWords() |
Word[] |
Synset.getWords() |
Constructor and Description |
---|
Synset(POS pos,
long offset,
Word[] words,
Pointer[] pointers,
String gloss,
BitSet verbFrames) |
Synset(POS pos,
long offset,
Word[] words,
Pointer[] pointers,
String gloss,
BitSet verbFrames,
boolean isAdjectiveCluster) |
Modifier and Type | Method and Description |
---|---|
Word |
PointerTargetNode.getWord()
If the target is a word, return it, otherwise return null.
|
Modifier and Type | Method and Description |
---|---|
protected Word |
AbstractPrincetonFileDictionaryElementFactory.createWord(Synset synset,
int index,
String lemma)
Creates a word, also access the sense.idx file.
|
protected Word |
PrincetonWN16FileDictionaryElementFactory.createWord(Synset synset,
int index,
String lemma) |
protected Word |
AbstractPrincetonDatabaseDictionaryElementFactory.createWord(Synset synset,
int index,
String lemma) |
protected Word |
PrincetonWN16DatabaseDictionaryElementFactory.createWord(Synset synset,
int index,
String lemma) |
protected Word |
PrincetonWN30DatabaseDictionaryElementFactory.createWord(Synset synset,
int index,
String lemma,
String senseKey,
int usageCnt)
Creates a word object from.
|
Copyright © 2023. All rights reserved.