NER Functions (Maximum Entropy Model Implementation) - 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ā„¢
Function Description
NamedEntityFinderTrainer (ML Engine) Takes training data and outputs a maximum entropy model (binary file).
NamedEntityFinder (ML Engine) Evaluates input, identifies tokens based on specified model, and outputs tokens with detailed information.

Uses model to extract entity types 'PERSON', 'LOCATION', and 'ORGANIZATION' and rules to extract entity types 'DATE', 'TIME', 'EMAIL' and 'MONEY'. If you specify these entity names, the function invokes the default model types and model file names. To extract all entities in one NamedEntityFinder call, specify 'ALL'.

Named Entity Finder Evaluator (ML Engine) Evaluates maximum entropy model.

The maximum entropy model implementation supports only English text.