- EntityTypeClassifier - Interface in ai.tock.nlp.core.service.entity
-
- EntityTypeEvaluator - Interface in ai.tock.nlp.core.service.entity
-
Evaluate a text for the specified entity.
- EntityTypeEvaluator.DefaultImpls - Class in ai.tock.nlp.core.service.entity
-
Evaluate a text for the specified entity.
- EntityTypeProvider - Interface in ai.tock.nlp.core.service.entity
-
Implements this interface to support new entity types.
The implementation is loaded at runtime, using the java java.util.ServiceLoader
- EntityTypeProvider.DefaultImpls - Class in ai.tock.nlp.core.service.entity
-
Implements this interface to support new entity types.
The implementation is loaded at runtime, using the java java.util.ServiceLoader
- EntityTypeRecognition - Class in ai.tock.nlp.core.service.entity
-
- EntityTypeRecognition(value, probability) - Constructor for class ai.tock.nlp.core.service.entity.EntityTypeRecognition
-
- EntityTypeValue - Class in ai.tock.nlp.core.service.entity
-
- EntityTypeValue(start, end, entityType, value, evaluated) - Constructor for class ai.tock.nlp.core.service.entity.EntityTypeValue
-
- equals(p) - Method in class ai.tock.nlp.core.service.entity.EntityTypeRecognition
-
- equals(p) - Method in class ai.tock.nlp.core.service.entity.EntityTypeValue
-
- equals(p) - Method in class ai.tock.nlp.core.service.entity.EvaluationResult
-
- evaluate(context, text) - Method in interface ai.tock.nlp.core.service.entity.EntityTypeEvaluator
-
Evaluates a text from the given entity context.
- EvaluationResult - Class in ai.tock.nlp.core.service.entity
-
An entity evaluation result.
- EvaluationResult(evaluated, value, probability) - Constructor for class ai.tock.nlp.core.service.entity.EvaluationResult
-
An entity evaluation result.