|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upenn.cis.propbank_shen.InflVoice
public final class InflVoice
This class represents the voice part of the inflection of a verb. A voice is either active or passive or "NoVoice" in the case that it just hasn't been specified or doesn't make sense, such as when the form is infinitival.
Inflection| Field Summary | |
|---|---|
static InflVoice |
Active
the active inflection |
static InflVoice |
NoVoice
none specified |
static InflVoice |
Passive
the passive inflection |
| Method Summary | |
|---|---|
static InflVoice |
ofString(String s)
convert a string to a InflVoice instance |
String |
toString()
convert the voide to a string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final InflVoice Active
public static final InflVoice Passive
public static final InflVoice NoVoice
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static InflVoice ofString(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||