public NlpClassifier extends ModelBuilder
NLP query operations.
@NotNull java.util.Set<ai.tock.nlp.core.NlpEngineType> supportedNlpEngineTypes()
@NotNull
ai.tock.nlp.core.IntentClassification classifyIntent(@NotNull
IntentContext context,
@NotNull
ModelHolder modelHolder,
@NotNull
java.lang.String text)
@NotNull
java.util.List<ai.tock.nlp.core.EntityRecognition> classifyEntities(@NotNull
EntityCallContext context,
@NotNull
ModelHolder modelHolder,
@NotNull
java.lang.String text)
@NotNull
ai.tock.nlp.core.IntentClassification classifyIntent(@NotNull
IntentContext context,
@NotNull
java.lang.String text)
@NotNull
java.util.List<ai.tock.nlp.core.EntityRecognition> classifyEntities(@NotNull
EntityCallContext context,
@NotNull
java.lang.String text)