Package ai.tock.nlp.model.service.engine
Interface IntentClassifier
-
- All Implemented Interfaces:
@ThreadSafe() public interface IntentClassifier
-
-
Method Summary
Modifier and Type Method Description abstract IntentClassificationclassifyIntent(IntentContext context, String text, Array<String> tokens)-
-
Method Detail
-
classifyIntent
abstract IntentClassification classifyIntent(IntentContext context, String text, Array<String> tokens)
-
-
-
-