public final class VerbFrame extends Object implements Serializable
VerbFrame
is the frame of a sentence in which it is proper to use a given verb.Modifier and Type | Method and Description |
---|---|
String |
getFrame() |
static String |
getFrame(int index)
Get frame at index index.
|
static String[] |
getFrames(BitSet bits)
Get the frames at the indexes encoded in l.
|
int |
getIndex() |
static String |
getKeyString(int i) |
static int[] |
getVerbFrameIndicies(BitSet bits)
Gets the verb frame indices for a synset.
|
static int |
getVerbFramesSize() |
int |
hashCode() |
static void |
initialize() |
String |
toString() |
public static void initialize()
public static final String getKeyString(int i)
public static int getVerbFramesSize()
public static String getFrame(int index)
public static String[] getFrames(BitSet bits)
Word
s as a long. Each bit represents
the frame at its corresponding index. If the bit is set, that verb
frame is valid for the word.public static int[] getVerbFrameIndicies(BitSet bits)
bits
- the bit setpublic String getFrame()
public int getIndex()
Copyright © 2016. All rights reserved.