Term List
Description
Provides a list of terms (string tokens) as a data source.
Output
TERM [STRING]
: a list of strings
Parameters
Value
: a string to provide in output to this block, possibly after tokenizationTokenization
: the method to tokenize the input strings.Spaces
: all valid Unicode space charactersSpaces/Punctuation
:Spaces
+ all valid Unicode punctuation charactersSpaces/Punctuation/Digits
:Spaces/Punctuation
+ all valid Unicode digit charactersSpaces/Punctuation/Digits/Symbols
:Spaces/Punctuation/Digits
+ all valid Unicode symbol charactersCustom Regular Expression
: any regular expression
Min token length
: tokens whose character length is shorter than this value are discarded