-
- All Implemented Interfaces:
-
ai.tock.nlp.model.service.engine.IntentClassifier
@ThreadSafe() public abstract class NlpIntentClassifier implements IntentClassifier
-
-
Field Summary
Fields Modifier and Type Field Description private final IntentModelHoldermodel
-
Constructor Summary
Constructors Constructor Description NlpIntentClassifier(IntentModelHolder model)
-
Method Summary
Modifier and Type Method Description final IntentModelHoldergetModel()-
Methods inherited from class ai.tock.nlp.model.service.engine.NlpIntentClassifier
classifyIntent -
Methods inherited from class ai.tock.nlp.model.service.engine.IntentClassifier
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NlpIntentClassifier
NlpIntentClassifier(IntentModelHolder model)
-
-
Method Detail
-
getModel
final IntentModelHolder getModel()
-
-
-
-