Filter Tokens (by Length)
(Text Processing)
Synopsis
Filters tokens based on their length.Description
This operator filters tokens based on their length (i.e. the number of characters they contain).
Input
document
The document port.
Output
document
The document port.
Parameters
- min charsThe minimal number of characters that a token must contain to be considered.
- max charsThe maximal number of characters that a token must contain to be considered.