![]() | Phrase Matching Tab | Properties | ![]() |
Apply Word Stemming
Word stemming is enabled by default but it can be disabled using this checkbox.
Open stemming.ini
This button opens the 'stemming.ini' file which is where the user can define additions to the internal stemming table. The entries in this file should be in the following format with each entry on a new line.
rootWord extendedWord extendedWord
Match Similar Spellings
This option when checked will adjust the spelling in the message (using a trigram algorithm) purely for matching purposes during the text processing operation. 'Loose' will result in the contents of the message being varied significantly whereas 'strict' will result in the contents of the message being varied slightly. 'Loose' may pickup more spelling mistakes in the message but could lead to more matches than is desirable. This option applies to the runtime and the design time Phrase Matching Tab.
Display Runtime Report
This option when checked will produce a report at runtime showing the Objects that were matched during the text processing operation and the weights those Objects achieved. This can also be switched on or off at runtime using the 'showReport' property of the TextProcessor Object.
Set Unmatched Boolean Objects to FALSE
This option, when checked, will set all the unmatched Objects to False at runtime after the TextProcessor has been used with the @Do command. This option does not have any effect on the Phrase Matching Tab.