Generic Parser Properties

Name

Type

Required

Description

When Condition

String

No

Expression that must be satisfied for this step to be executed.

Id

String

No

Step identification string.

In

String

Yes

Column that contains the text be processed.

Pattern Name

String

No

Column that contains the name of the pattern which was used to parse the input string.

Trash

String

No

Column that stores the trash information. Trash information is the part of the input text which was not recognized as a known component or, when the fullTrashScope flag is true, text parsed by a component not having its own output column storeInto. The binding is not mandatory, thus the property fullTrashScope is effective only when this binding is set.

Full Trash Scope

Boolean

Yes

Specifies whether text parsed by components which don't use the storeInto parameter is stored into the column defined by the binding trash. Text not parsed by any component is stored in any case. This parameter has effect only if the binding trash is defined. Default value: false.

Parser Config

Parser Config

Yes

Configuration of the parser.

Tokenizer Config

Configurable Tokenizer Config

Yes

Configuration of the tokenizer.

Scorer

String

No

Element which stores basic scoring settings.


iWay Software