In this section: |
Definition of a user defined component. Component is defined by its name, definition, output column, cleaner, verifier and scorer sections.
<component name="MATCHED_WORD" definition="{REGEXP:pattern='[a-zA-Z]+'}" storeInto="eWord">
<scorer explanationColumn='expl'>
<scoringEntries>
<scoringEntry key='GPV_MISMATCH' score='300' explain='true' />
</scoringEntries>
</scorer>
<verifier>
<fileName>data/ext/street.sl.cif</fileName>
<type>stringLookup</type>
</verifier>
</component>
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
Definition |
String |
Yes |
Definition of the component. |
|
Name |
String |
Yes |
Name of the component. |
|
Store Into |
String |
No |
Column that stores the component. |
|
Verifier |
Verifier |
No |
Definition of the word lookup engine (step). Specifies the method with which the lookup is processed, dictionary(ies) of acceptable words and the word normalization method. |
|
Scorer |
String |
No |
Element which stores basic scoring settings. |
|
Key |
Description |
|---|---|
|
GPV_MISMATCH |
A scoring flag indicating that the component was not verified. NOTE: This property must be defined for each component separately. |
| iWay Software |