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, toString
getDictionary, getPointers, getTargets, getTargets
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDictionary
public VerbSynset(Dictionary dictionary) throws JWNLException
JWNLException
public VerbSynset(Dictionary dictionary, long offset) throws JWNLException
JWNLException
public java.lang.String[] getVerbFrames()
getVerbFrames
in class Synset
public java.util.BitSet getVerbFrameFlags()
getVerbFrameFlags
in class Synset
public void setVerbFrameFlags(java.util.BitSet verbFrameFlags)
setVerbFrameFlags
in class Synset
public int[] getVerbFrameIndices()
getVerbFrameIndices
in class Synset