Package ai.tock.nlp.model.client
Object NlpClassifierClient
-
- All Implemented Interfaces:
-
ai.tock.nlp.model.ModelBuilder,ai.tock.nlp.model.NlpClassifier
public class NlpClassifierClient implements NlpClassifier
-
-
Field Summary
Fields Modifier and Type Field Description public final static NlpClassifierClientINSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ai.tock.nlp.model.ModelBuilder
buildAndSaveEntityModel, buildAndSaveIntentModel, buildAndSaveTokenizerModel, buildEntityModel, buildIntentModel, deleteOrphans, getCurrentModelConfiguration, isEntityModelExist, isIntentModelExist, updateModelConfiguration, warmupEntityModel, warmupIntentModel -
Methods inherited from class ai.tock.nlp.model.NlpClassifier
classifyEntities, classifyEntities, classifyIntent, classifyIntent, supportedNlpEngineTypes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-