public class Stage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Stage |
_00_INITIALIZATION
Initialization stage.
|
static Stage |
_10_CI_TRAIN
Context independent model training stage.
|
static Stage |
_20_UNTIED_CD_TRAIN
Untied context dependent model training stage.
|
static Stage |
_30_STATE_PRUNING
State pruning stage.
|
static Stage |
_40_TIED_CD_TRAIN
Tied context dependent model training stage.
|
static Stage |
_90_CP_MODEL
Copy models, possibly changing format.
|
Modifier | Constructor and Description |
---|---|
protected |
Stage(java.lang.String name)
Constructs a Stage with the given name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Stage stage)
Returns true if the given Stage is equal to this Stage.
|
boolean |
equals(java.lang.String stage)
Returns true if the given String is equal to this Stage's name.
|
java.lang.String |
toString()
Returns the name of this Stage.
|
public static final Stage _00_INITIALIZATION
public static final Stage _10_CI_TRAIN
public static final Stage _20_UNTIED_CD_TRAIN
public static final Stage _30_STATE_PRUNING
public static final Stage _40_TIED_CD_TRAIN
public static final Stage _90_CP_MODEL
protected Stage(java.lang.String name)
name
- the name to usepublic boolean equals(Stage stage)
stage
- the Stage to comparepublic boolean equals(java.lang.String stage)
stage
- the Stage to comparepublic java.lang.String toString()
toString
in class java.lang.Object