 | lexiconConstructorrunStage Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Runs the stage.
Namespace:
imbNLP.Data.semanticLexicon.procedures
Assembly:
imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntaxpublic void runStage(
string stageName,
bool isReset,
int take,
bool __savemodels,
bool __debug,
bool __verbose,
ILogBuilder __response
)
Parameters
- stageName
- Type: SystemString
Name of the stage. - isReset
- Type: SystemBoolean
if set to true [is reset]. - take
- Type: SystemInt32
The take. - __savemodels
- Type: SystemBoolean
if set to true [savemodels]. - __debug
- Type: SystemBoolean
if set to true [debug]. - __verbose
- Type: SystemBoolean
if set to true [verbose]. - __response
- Type: ILogBuilder
The response.
See Also