GATE
Version 3.1-2270

gate.wordnet
Class VerbImpl

java.lang.Object
  extended by gate.wordnet.WordSenseImpl
      extended by gate.wordnet.VerbImpl
All Implemented Interfaces:
Verb, WordSense

public class VerbImpl
extends WordSenseImpl
implements Verb

Represents WordNet verb.


Constructor Summary
VerbImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, net.didion.jwnl.data.Verb _jwVerb, net.didion.jwnl.dictionary.Dictionary _wnDict)
           
 
Method Summary
 List getVerbFrames()
          returns the verb frames associated with this synset
 
Methods inherited from class gate.wordnet.WordSenseImpl
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gate.wordnet.WordSense
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 

Constructor Detail

VerbImpl

public VerbImpl(Word _word,
                Synset _synset,
                int _senseNumber,
                int _orderInSynset,
                boolean _isSemcor,
                net.didion.jwnl.data.Verb _jwVerb,
                net.didion.jwnl.dictionary.Dictionary _wnDict)
Method Detail

getVerbFrames

public List getVerbFrames()
returns the verb frames associated with this synset

Specified by:
getVerbFrames in interface Verb

GATE
Version 3.1-2270