Uses of Interface
gate.wordnet.Synset

Packages that use Synset
gate.wordnet   
 

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 SemanticRelationImpl.getSource()
          returns the source (Synset) of this lexical relation
 Synset SemanticRelationImpl.getTarget()
          returns the source (Synset) of this lexical relation
 Synset WordSenseImpl.getSynset()
          synset of this sense
 Synset SemanticRelation.getSource()
          returns the source (Synset) of this lexical relation
 Synset SemanticRelation.getTarget()
          returns the source (Synset) of this lexical relation
 Synset WordSense.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
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)
           
AdjectiveImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, int _adjPosition, net.didion.jwnl.dictionary.Dictionary _wnDict)