A Boolean that specifies whether to treat all punctuation characters as part of a word token, rather than treating them as word boundaries. Setting this parameter to True
is equivalent to setting the TangibleCharacters
parameter to all punctuation characters.
This parameter has no effect when MatchWholeWord
is set to False
.
If you set both the TokenWithPunctuation
configuration parameter and the TokenWithPunctuation
action, the action settings take precedence.
For more information on using TokenWithPunctuation
to configure all punctuation marks as tangible characters, refer to HPE IDOL Expert.
Type: | Boolean |
---|---|
Default: | False |
Required: | No |
Configuration Section: | Any section that you have defined for HPE Eduction Server settings. |
Example: | TokenWithPunctuation=True
|
See Also: | MatchWholeWord
TangibleCharacters |
|