Additional Notes - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

Specify the model files for stop words and stemming exception words with the ModelTable, ModelTag, and InstalledFile arguments of AMLGenerator. If you specify neither table, this function uses no stop words or stemming exceptions. You can specify either or both tables, as the following example show.

Example 1: Use Only Stop Words File

ModelTable ('stop_words_file')
ModelTag ('STOPWORDS')
InstalledFile ('true')

Example 2: Use Only Stemming Exception Words File

ModelTable ('stem_exception_words_file')
ModelTag ('STEMEXCEPTIONWORDS')
InstalledFile ('true')

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

ModelTable ('stop_words_file', 'stem_exception_words_file')
ModelTag ('STOPWORDS', 'STEMEXCEPTIONWORDS')
InstalledFile ('true', 'true')