NERExtractor Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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

The table can have additional columns, but the function ignores them.

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
type 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
type VARCHAR Entity type.
dict VARCHAR Dictionary word.