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

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')