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