NERExtractor Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
Table Description
Input table Text to analyze.
Tip: To optimize function performance, remove punctuation marks from text with TextParser (ML Engine) function.
Rules [Optional] Rules to use when extracting entities from text.
Dict [Optional] Dictionary to use when extracting entities from text.

Input Table Schema

Column Data Type Description
text_column VARCHAR Text to analyze.
accumulate_column Any Column to copy to output table.

Rules Schema

Column Data Type Description
type1 VARCHAR Entity type.
regex VARCHAR Regular expression that represents an entity of this type. Expression must conform to Java Regex standard, documented at http://docs.oracle.com/javase/tutorial/essential/regex/quant.html.

Dict Schema

Column Data Type Description
type1 VARCHAR Entity type.
dict VARCHAR Dictionary word.