Additional Notes - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
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')