|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.cis.propbank_shen.InflTense
public final class InflTense
We represent the future, past, and present tenses with the propbank inflectional information.
Sometimes, no tense is specified because this annotation isn't very complete, so we have NoTense as well.
Inflection
Field Summary | |
---|---|
static InflTense |
Future
the future tense |
static InflTense |
NoTense
no tense specified |
static InflTense |
Past
the past tense |
static InflTense |
Present
the present tense |
Method Summary | |
---|---|
static InflTense |
ofString(String s)
return an InflTense instance from a canonical string. |
String |
toString()
create a canonical string representation of the InflTense instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final InflTense Future
public static final InflTense Past
public static final InflTense Present
public static final InflTense NoTense
Method Detail |
---|
public String toString()
toString
in class Object
public static InflTense ofString(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |