Use token labeling operations to create labels that describe strings in your data.
The Labeler transformation can identify and label multiple tokens in an input string. For example, you can configure the Labeler transformation to use the
US Phone Number
and
Email Addresses
token sets. When the Labeler transformation processes the input string "555-555-1212 someone@somewhere.com," the output string is "USPHONE EMAIL."
You can add the following types of token labeling operations to a labeling strategy:
Label with Reference Table
Label strings that match reference table entries.
Label Tokens with Token Set
Label string patterns that match token set data or probabilistic model data.