Background - 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

Text classification is the task of choosing the correct class label for a given text input. In basic text classification tasks, each input is considered in isolation from all other inputs, and the set of class labels is defined in advance.

Text classification is a two-stage process:

  1. Train the model:

    Preprocess the text data and produce tokens.

    Use natural language processing (NLP) functionality such as tokenization, stemming, and stop words.

    From the tokens, use statistical measures to select a subset.

    Generate the feature for each word in the subset.

    Use machine learning algorithms to train a classifier.

  2. Classify the text.