public class VerbSynset extends Synset
Synset for verbs.dictionary| Constructor and Description |
|---|
VerbSynset(Dictionary dictionary) |
VerbSynset(Dictionary dictionary,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getVerbFrameFlags() |
int[] |
getVerbFrameIndices() |
java.lang.String[] |
getVerbFrames()
Returns all Verb Frames that are valid for all the words in this synset.
|
void |
setVerbFrameFlags(java.util.BitSet verbFrameFlags) |
containsWord, equals, getGloss, getIndex, getKey, getLexFileName, getLexFileNum, getOffset, getPointers, getPOS, getSynset, getType, getWords, hashCode, indexOfWord, isAdjectiveCluster, setDictionary, setGloss, setIsAdjectiveCluster, setLexFileNum, setOffset, toStringgetDictionary, getPointers, getTargets, getTargetsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDictionarypublic VerbSynset(Dictionary dictionary) throws JWNLException
JWNLExceptionpublic VerbSynset(Dictionary dictionary, long offset) throws JWNLException
JWNLExceptionpublic java.lang.String[] getVerbFrames()
getVerbFrames in class Synsetpublic java.util.BitSet getVerbFrameFlags()
getVerbFrameFlags in class Synsetpublic void setVerbFrameFlags(java.util.BitSet verbFrameFlags)
setVerbFrameFlags in class Synsetpublic int[] getVerbFrameIndices()
getVerbFrameIndices in class Synset