edu.upenn.cis.propbank_shen
Class InflAspect

java.lang.Object
  extended by edu.upenn.cis.propbank_shen.InflAspect

public final class InflAspect
extends Object

the "aspect" part of inflectional information. we represent aspect as either "perfect", "progressive" or "perfect progressive".

Author:
Scott Cotton
See Also:
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

Perfect

public static final InflAspect Perfect
the Perfect voice


Progressive

public static final InflAspect Progressive
the progressive voice


Both

public static final InflAspect Both
the perfect progressive voice


NoAspect

public static final InflAspect NoAspect
no aspect specified

Method Detail

toString

public String toString()
Overrides:
toString in class Object

ofString

public static InflAspect ofString(String s)