Teradata Scoring SDK Text Parser Additional Notes - 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ā„¢

Specify the model files for stop words and stemming exception words with the InstalledFile and InstalledFileTag syntax elements of AMLGenerator. If you specify neither file, this function uses no stop words or stemming exceptions. You can specify either or both files, as the following examples show.

Example 1: Use Only Stop Words File

InstalledFile ('stop_words_file')
InstalledFileTag ('STOPWORDS')

Example 2: Use Only Stemming Exception Words File

InstalledFile ('stem_exception_words_file')
InstalledFileTag ('STEMEXCEPTIONWORDS')

Example 3: Use Both Stop Words and Stemming Exception Words Files

InstalledFile ('stop_words_file')
InstalledFileTag ('STOPWORDS')
InstalledFile2 ('stem_exception_words_file')
InstalledFile2Tag ('STEMEXCEPTIONWORDS')