Uses of Interface
com.languagecomputer.api.AnnotationService

Packages that use AnnotationService
com.languagecomputer.api   
 

Uses of AnnotationService in com.languagecomputer.api
 

Subinterfaces of AnnotationService in com.languagecomputer.api
 interface AttributeService
          Attribute recognition service.
 interface CoreferenceService
          Coreference service.
 interface DossierService
          Dossier service.
 interface EntityService
          Named entity recognition service.
 interface EventService
          Event recognition service.
 interface QuestionAnswerPairService
          Question/answer generation service.
 interface SpatialService
          Spatial entity recognition service.
 interface TemporalService
          Temporal entity recognition service.
 

Classes in com.languagecomputer.api that implement AnnotationService
 class AttributeServiceWebClient
          Web service client wrapper for the AttributeService.
 class CoreferenceServiceWebClient
          Web service client wrapper for the CoreferenceService.
 class EntityServiceWebClient
          Web service client wrapper for the EntityService.
 class EventServiceWebClient
          Web service client wrapper for the EventService.
 class SpatialServiceWebClient
          Web service client wrapper for the SpatialService.
 class TemporalServiceWebClient
          Web service client wrapper for the TemporalService.
 

Methods in com.languagecomputer.api that return AnnotationService
protected  AnnotationService AttributeWebServiceImpl.getAnnotationService(String sessionID)
          Returns the AttributeService.
protected  AnnotationService QuestionAnswerPairWebServiceImpl.getAnnotationService(String sessionID)
          Returns the QuestionAnswerPairService.
protected  AnnotationService TemporalWebServiceImpl.getAnnotationService(String sessionID)
          Returns the TemporalService.
protected  AnnotationService EntityWebServiceImpl.getAnnotationService(String sessionID)
          Returns the EntityService.
protected  AnnotationService EventWebServiceImpl.getAnnotationService(String sessionID)
          Returns the EventService.
protected  AnnotationService CoreferenceWebServiceImpl.getAnnotationService(String sessionID)
          Returns the CoreferenceService.
protected  AnnotationService SpatialWebServiceImpl.getAnnotationService(String sessionID)
          Returns the SpatialService.
protected abstract  AnnotationService BaseAnnotationWebServiceImpl.getAnnotationService(String sessionID)
          Returns the AnnotationService to use for document processing.
 



Copyright © 2009. All Rights Reserved.