In this section: |
Definition of a single pair of source and destination columns.
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
Dest |
String |
Yes |
Destination column name. |
|
Mask With Unknown Left |
String |
No |
Destination column where not found words are left as they were. |
|
Mask With Unknown Replaced |
String |
No |
Destination column where not found words are replaced by the symbolForUnidentifiedWords property. |
|
Src |
String |
Yes |
Source column name. |
|
Patterns |
List of Word Analyzer $Pattern |
No |
Output masks can be replaced (and unified) furthermore by these patterns. |
|
Use Patterns |
Boolean |
Yes |
If the patterns should be applied to the output mask. |
|
Trash |
String |
No |
The unidentified words are stored into this column. |
|
Scorer |
String |
No |
Element which stores basic scoring settings. |
|
Key |
Description |
|---|---|
|
WM_PATTERN_NOT_FOUND | |
|
WM_NULL_INPUT |
A scoring flag indicating that the analyzed column was empty. |
|
WM_UNKNOWN_WORD |
A scoring flag indicating that the analyzed column contained a word which wasn't found in any dictionary file. |
| iWay Software |