Class VerbFrame
java.lang.Object
net.didion.jwnl.data.VerbFrame
- All Implemented Interfaces:
Serializable
A
VerbFrame is the frame of a sentence in which it is proper to use a given verb.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFrame()static StringgetFrame(int index) Get frame at index index.static String[]Get the frames at the indexes encoded in l.intgetIndex()static final StringgetKeyString(int i) static int[]getVerbFrameIndicies(BitSet bits) Gets the verb frame indices for a synset.static intinthashCode()static voidtoString()
-
Method Details
-
initialize
public static void initialize() -
getKeyString
-
getVerbFramesSize
public static int getVerbFramesSize() -
getFrame
Get frame at index index. -
getFrames
-
getVerbFrameIndicies
Gets the verb frame indices for a synset. This is the collection of f_num values for a synset definition. In the case of a synset, this is only the values that are true for all words with the synset. In other words, only the sentence frames that belong to all words.- Parameters:
bits- the bit set- Returns:
- an integer collection
-
getFrame
-
getIndex
public int getIndex() -
toString
-
hashCode
-