NamedEntityFinder 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ā„¢

Input Table Schema

Column Data Type Description
text_column VARCHAR Contains input text.
accumulate_column Any Column to copy to output table.

ConfigurationTable Schema

This table is optional.

Column Data Type Description
model_name VARCHAR Name of an entity type (for example, PERSON, LOCATION, or EMAIL).
model_type VARCHAR One of these model types:
model_type Description
'max entropy' Maximum entropy language model created by training
'rule' Rule-based model, a plain text file with one regular expression on each line
'dictionary' Dictionary-based model, a plain text file with one word on each line
'reg exp' Regular expression that describes entity_type
model_file VARCHAR Name of model file that describes the entity type. This column appears if model_type is not 'reg exp'.
reg_exp VARCHAR Regular expression that describes the entity type. This column appears if model_type is 'reg exp'.