Text classification

Use the text classification model to automatically categorize text into groups.

You can use this model to parses the text, automatically assigning them to the groups (also called tags) that you defined. The algorithm looks at the name of each group and tries to assign words based on similarity, synonyms, and meaning. However, the algorithm cannot be used to capture the intent of an entire sentence.

Building a text classification model is increasingly important for natural language processing applications, as it provides a solid foundation for other machine learning applications.

You can use a text classifier to aid in decision making. By categorizing the text you can define the next step to be taken, that is, based on the words used it is possible to define which action to take.

Use IBM RPA tools to build a text classification model, train, and use in your applications.