|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.cis.propbank_shen.InflAspect
public final class InflAspect
the "aspect" part of inflectional information. we represent aspect as either "perfect", "progressive" or "perfect progressive".
Inflection
Field Summary | |
---|---|
static InflAspect |
Both
the perfect progressive voice |
static InflAspect |
NoAspect
no aspect specified |
static InflAspect |
Perfect
the Perfect voice |
static InflAspect |
Progressive
the progressive voice |
Method Summary | |
---|---|
static InflAspect |
ofString(String s)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final InflAspect Perfect
public static final InflAspect Progressive
public static final InflAspect Both
public static final InflAspect NoAspect
Method Detail |
---|
public String toString()
toString
in class Object
public static InflAspect ofString(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |