gate.wordnet
Class VerbImpl
java.lang.Object
gate.wordnet.WordSenseImpl
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getVerbFrames
public List getVerbFrames()
- returns the verb frames associated with this synset
- Specified by:
getVerbFrames
in interface Verb