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
documentThe document port.
Output
documentThe 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.