In this section: |
Modified Aho-Corasick search method so that it is aware of word boundaries.
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
Require Begin Boundary |
Boolean |
Yes |
Requires that the value start at the word boundary. Default value: True. |
|
Require End Boundary |
Boolean |
Yes |
Requires that the value end at the word boundary. Default value: True. |
|
Tokenizer Config |
Configurable Tokenizer Config |
Yes |
Definition of tokenization input text to words. |
This method in fact is a configurable version of AhoCorasickMethod.
| iWay Software |