net.sf.extjwnl.data
Class VerbSynset
java.lang.Object
net.sf.extjwnl.data.PointerTarget
net.sf.extjwnl.data.Synset
net.sf.extjwnl.data.VerbSynset
- All Implemented Interfaces:
- Serializable, DictionaryElement, Owned
public class VerbSynset
- extends Synset
A Synset
for verbs.
- Author:
- Aliaksandr Autayeu
- See Also:
- Serialized Form
Methods inherited from class net.sf.extjwnl.data.Synset |
containsWord, equals, getGloss, getIndex, getKey, getLexFileName, getLexFileNum, getOffset, getPointers, getPOS, getSynset, getType, getWords, hashCode, indexOfWord, isAdjectiveCluster, setDictionary, setGloss, setIsAdjectiveCluster, setLexFileNum, setOffset, toString |
VerbSynset
public VerbSynset(Dictionary dictionary)
throws JWNLException
- Throws:
JWNLException
VerbSynset
public VerbSynset(Dictionary dictionary,
long offset)
throws JWNLException
- Throws:
JWNLException
getVerbFrames
public String[] getVerbFrames()
- Returns all Verb Frames that are valid for all the words in this synset.
- Overrides:
getVerbFrames
in class Synset
- Returns:
- all Verb Frames that are valid for all the words in this synset
getVerbFrameFlags
public BitSet getVerbFrameFlags()
- Overrides:
getVerbFrameFlags
in class Synset
setVerbFrameFlags
public void setVerbFrameFlags(BitSet verbFrameFlags)
- Overrides:
setVerbFrameFlags
in class Synset
getVerbFrameIndices
public int[] getVerbFrameIndices()
- Overrides:
getVerbFrameIndices
in class Synset
Copyright © 2013. All Rights Reserved.