#include <vtkTokenLengthFilter.h>
Parameters: Begin, End: Defines a half-open range of token lengths [Begin, End) that will be removed from the output. Tokens for which Begin <= token-length < End is true will be removed.
Inputs: Input port 0: (required) A vtkTable containing a column of text.
Outputs: Output port 0: The same table, with (potentally) fewer rows.
Use SetInputArrayToProcess(0, ...) to specify the "text" array.