GATE
Version 3.1-2270

Uses of Interface
gate.wordnet.WordSense

Packages that use WordSense
gate.wordnet   
 

Uses of WordSense in gate.wordnet
 

Subinterfaces of WordSense in gate.wordnet
 interface Adjective
          Represents WordNet adj.
 interface Verb
          Represents WordNet verb.
 

Classes in gate.wordnet that implement WordSense
 class AdjectiveImpl
          Represents WordNet adjective implements interface Adjective
 class VerbImpl
          Represents WordNet verb.
 class WordSenseImpl
           
 

Methods in gate.wordnet that return WordSense
 WordSense LexicalRelation.getSource()
          returns the source (WordSense) of this lexical relation
 WordSense LexicalRelationImpl.getSource()
          returns the source (WordSense) of this lexical relation
 WordSense LexicalRelation.getTarget()
          returns the target (WordSense) of this lexical relation
 WordSense LexicalRelationImpl.getTarget()
          returns the target (WordSense) of this lexical relation
 WordSense Synset.getWordSense(int offset)
          get specific WordSense according to its order in the synset - most important senses come first
 WordSense SynsetImpl.getWordSense(int offset)
          get specific WordSense according to its order in the synset - most important senses come first
 

Constructors in gate.wordnet with parameters of type WordSense
LexicalRelationImpl(int _type, WordSense _src, WordSense _target)
           
 


GATE
Version 3.1-2270