|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Synset | |
| gate.gui.wordnet | |
| gate.wordnet | |
| Uses of Synset in gate.gui.wordnet |
| Methods in gate.gui.wordnet with parameters of type Synset | |
private void |
WordNetViewer.addToPopupMenu(WordSense wordSense,
Synset synset,
int wordType,
List senses)
|
private void |
WordNetViewer.recursiveHypernym(Synset synset,
StringBuffer display,
String prefix)
|
private void |
WordNetViewer.recursiveHoloMeroHypo(Synset synset,
StringBuffer display,
String prefix,
boolean symbPrefix,
int relationType,
String relRefString)
|
| Uses of Synset in gate.wordnet |
| Classes in gate.wordnet that implement Synset | |
class |
SynsetImpl
|
| Fields in gate.wordnet declared as Synset | |
private Synset |
SemanticRelationImpl.source
|
private Synset |
SemanticRelationImpl.target
|
private Synset |
WordSenseImpl.synset
|
| Methods in gate.wordnet that return Synset | |
Synset |
SemanticRelation.getSource()
returns the source (Synset) of this lexical relation |
Synset |
SemanticRelation.getTarget()
returns the source (Synset) of this lexical relation |
Synset |
SemanticRelationImpl.getSource()
returns the source (Synset) of this lexical relation |
Synset |
SemanticRelationImpl.getTarget()
returns the source (Synset) of this lexical relation |
Synset |
WordSense.getSynset()
synset of this sense |
Synset |
WordSenseImpl.getSynset()
synset of this sense |
| Methods in gate.wordnet with parameters of type Synset | |
private void |
TestWordNet.checkSynset(Synset s,
String gloss,
int numWords)
|
| Constructors in gate.wordnet with parameters of type Synset | |
AdjectiveImpl(Word _word,
Synset _synset,
int _senseNumber,
int _orderInSynset,
boolean _isSemcor,
int _adjPosition,
net.didion.jwnl.dictionary.Dictionary _wnDict)
|
|
SemanticRelationImpl(int _type,
Synset _src,
Synset _target)
|
|
VerbImpl(Word _word,
Synset _synset,
int _senseNumber,
int _orderInSynset,
boolean _isSemcor,
net.didion.jwnl.data.Verb _jwVerb,
net.didion.jwnl.dictionary.Dictionary _wnDict)
|
|
WordSenseImpl(Word _word,
Synset _synset,
int _senseNumber,
int _orderInSynset,
boolean _isSemcor,
net.didion.jwnl.dictionary.Dictionary _wnDict)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||