WindowCharsBeforeMatch
The number of UTF-8 characters to include in the matching window when Eduction finds a potential match.
Eduction uses the configured Regex to run an initial check to find potential matches in your input text. It then creates a match window by selecting characters before and after the potential match, and then uses your grammar to find actual matches in these windows.
You configure the window size by using WindowCharsAfterMatch and WindowCharsBeforeMatch
. Eduction sets the start of a match window at the closest word boundary before the configured number of characters.
Type: | Long |
Default: | None |
Required: | No |
Configuration Section: | MyPreFilterTask |
Example: | WindowCharsBeforeMatch=100
|
See Also: | TokenWithPunctuation |