Teradata Scoring SDK Text Parser Function | Teradata Vantage - Teradata Scoring SDK Text Parser (ML Engine) - 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ā„¢

This is the Teradata Scoring SDK version of the function TextParser (ML Engine).

Model Format

Syntax Element Description
ModelType tparser, text parser
InstalledFile stop words file, stemming exceptions file
InstalledFileTag STOPWORDS, STEMEXCEPTIONWORDS

Request Definition

Same as TextParser Input.

Parameters

Parameter Supported Comments
TextColumn Yes  
ToLowerCase or ConvertToLowerCase Yes  
Stemming or StemTokens Yes  
Delimiter Yes  
TotalWordsNum or OutputTotalWords Yes  
Punctuation Yes  
RemoveStopWords Yes  
ListPositions Yes  
OutputByWord Yes  
TokenColumn or TokenColName Yes  
PositionColumn or PositionColName Yes  
Accumulate Yes  
FrequencyColumn or FrequencyColName Yes  
TotalColumn Yes  
ON table_name No Provided using Request.
StemmingExceptions No Populated in AML file.
StopWords No Populated in AML file.