|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.cis.propbank_shen.InflPerson
public final class InflPerson
The "person" part of the inflectional information for a predicate argument structure. We mark the person as "3rd" person in the case that the 3rd person marker is present morphologically (Such as "goes"). Otherwise, the argument structure is marked with "NoPerson".
Inflection
Field Summary | |
---|---|
static InflPerson |
NoPerson
no inflection noted |
static InflPerson |
Third
the third person inflection |
Method Summary | |
---|---|
static InflPerson |
ofString(String s)
return the person inflectional information from a string. |
String |
toString()
create a string representation of the person inflectional info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final InflPerson Third
public static final InflPerson NoPerson
Method Detail |
---|
public String toString()
toString
in class Object
public static InflPerson ofString(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |