public class WordRuleResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MI_NULL
There is no meta information.
|
static int |
MI_Q_AMAREIS
am/is/are
|
static int |
MI_Q_CAN
can
|
static int |
MI_Q_DID
did
|
static int |
MI_Q_DODOES
do/does
|
static int |
MI_Q_HASHAVE
has/have
|
static int |
MI_Q_MAY
may
|
static int |
MI_Q_MUST
must
|
static int |
MI_Q_WASWERE
was/were
|
static int |
MI_Q_WILL
will
|
static int |
MI_THAT
English "that" (rather than "this").
|
static int |
MI_VERB_PASTTENSE
This verb is in the past tense.
|
Constructor and Description |
---|
WordRuleResult(java.lang.String transformRef,
int metaInfo)
constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getMetaInfo() |
java.lang.String |
getTransformRef() |
void |
setMetaInfo(int metaInfo) |
void |
setTransformRef(java.lang.String transformRef) |
public static final int MI_NULL
public static final int MI_VERB_PASTTENSE
public static final int MI_THAT
public static final int MI_Q_AMAREIS
public static final int MI_Q_CAN
public static final int MI_Q_DID
public static final int MI_Q_DODOES
public static final int MI_Q_HASHAVE
public static final int MI_Q_MAY
public static final int MI_Q_MUST
public static final int MI_Q_WASWERE
public static final int MI_Q_WILL