Module classifier

Source
Expand description

Intent Classification Library

This module provides the main IntentClassifier struct and its implementation. The classifier uses a combination of feature-based machine learning and rule-based approaches to classify user intents from natural language text.

Structsยง

IntentClassifier
Main intent classifier that handles training and prediction