Uses of Interface
com.languagecomputer.api.Service

Packages that use Service
com.languagecomputer.api   
 

Uses of Service in com.languagecomputer.api
 

Subinterfaces of Service in com.languagecomputer.api
 interface AnnotationMetaService
          A meta-Service that processes a single Document with a given list of other Services.
 interface AnnotationService
          A Service that processes a single Document, attaching Text annotations.
 interface AnswerExtractionService
          Service capable of extracting Answers for a Query from a set of Documents.
 interface AnswerFusionService
          Service capable of fusing Answers for a Query from a set of already-extracted Answers.
 interface AttributeService
          Attribute recognition service.
 interface CoreferenceService
          Coreference service.
 interface DocumentRetrievalService
          Service capable of retrieving Documents given some Query.
 interface DocumentService
          Raw document processing service.
 interface DossierService
          Dossier service.
 interface EntityService
          Named entity recognition service.
 interface EventService
          Event recognition service.
 interface IndexService
          Document indexing service.
 interface QAService
          Meta-service that provides end-to-end question answering capability.
 interface QuestionAnsweringService
          A Service that finds Answers to a question or Query.
 interface QuestionAnswerPairService
          Question/answer generation service.
 interface QuestionProcessingService
          Service capable of transforming a question String into some other query representation(s).
 interface SpatialService
          Spatial entity recognition service.
 interface SummarizationService
          Summarization service.
 interface TemporalService
          Temporal entity recognition service.
 

Classes in com.languagecomputer.api that implement Service
 class AnnotationMetaServiceWebClient
          Web service client wrapper for the AnnotationMetaService.
 class AnswerExtractionServiceWebClient
          Web service client wrapper for the AnswerExtractionService.
 class AnswerFusionServiceWebClient
          Web service client wrapper for the AnswerFusionService.
 class AttributeServiceWebClient
          Web service client wrapper for the AttributeService.
 class BaseWebClient<T extends BaseWebService>
          Base web client wrapper for the services.
 class CoreferenceServiceWebClient
          Web service client wrapper for the CoreferenceService.
 class DefaultAnnotationMetaService
          Default implementation of the AnnotationMetaService.
 class DefaultQuestionAnsweringMetaService
          Meta-QuestionAnsweringService that is implemented in terms of the other question-answering services: QuestionProcessingService, DocumentRetrievalService, AnswerExtractionService, and AnswerFusionService.
 class DocumentRetrievalServiceWebClient
          Web service client wrapper for the DocumentRetrievalService.
 class DocumentServiceWebClient
          Web service client wrapper for the DocumentService.
 class EntityServiceWebClient
          Web service client wrapper for the EntityService.
 class EventServiceWebClient
          Web service client wrapper for the EventService.
 class IndexServiceWebClient
          Web service client wrapper for the IndexService.
 class QuestionAnsweringServiceWebClient
          Web service client wrapper for the QuestionAnsweringService.
 class QuestionProcessingServiceWebClient
          Web service client wrapper for the QuestionProcessingService.
 class SpatialServiceWebClient
          Web service client wrapper for the SpatialService.
 class TemporalServiceWebClient
          Web service client wrapper for the TemporalService.
 



Copyright © 2009. All Rights Reserved.