Package 

Class RestEntityTypeProvider

  • All Implemented Interfaces:
    ai.tock.nlp.core.service.entity.EntityTypeClassifier , ai.tock.nlp.core.service.entity.EntityTypeProvider

    
    public final class RestEntityTypeProvider
     implements EntityTypeProvider, EntityTypeClassifier
                        

    EntityTypeProvider that classifies entities using a rest API.

    • Method Summary

      Modifier and Type Method Description
      Set<String> supportedEntityTypes()
      EntityTypeClassifier getEntityTypeClassifier()
      Boolean healthcheck()
      List<EntityTypeRecognition> classifyEntities(EntityCallContext context, String text)
      • Methods inherited from class ai.tock.nlp.core.service.entity.EntityTypeProvider

        equals, hashCode, toString
      • Methods inherited from class ai.tock.nlp.entity.rest.RestEntityTypeProvider

        getEntityTypeEvaluator, supportClassification, supportEvaluation, supportValuesMerge
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait