public class Verb extends Word
Verb is a subclass of Word that can have 1 or more verb frames (use cases of the verb).dictionary| Constructor and Description |
|---|
Verb(Dictionary dictionary,
Synset synset,
java.lang.String lemma,
java.util.BitSet verbFrameFlags) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getVerbFrameFlags() |
int[] |
getVerbFrameIndices() |
java.lang.String[] |
getVerbFrames() |
java.lang.String |
toString() |
equals, getIndex, getLemma, getLexId, getPointers, getPOS, getSenseKey, getSenseKeyWithAdjClass, getSenseNumber, getSynset, getSynsetType, getUseCount, hashCode, setLexId, setUseCount, startBuildingSenseKeygetDictionary, getPointers, getTargets, getTargets, setDictionarypublic Verb(Dictionary dictionary, Synset synset, java.lang.String lemma, java.util.BitSet verbFrameFlags)