com.languagecomputer.api
Interface AnnotationService

All Superinterfaces:
Service
All Known Subinterfaces:
AttributeService, CoreferenceService, DossierService, EntityService, EventService, QuestionAnswerPairService, SpatialService, TemporalService
All Known Implementing Classes:
AttributeServiceWebClient, CoreferenceServiceWebClient, EntityServiceWebClient, EventServiceWebClient, SpatialServiceWebClient, TemporalServiceWebClient

public interface AnnotationService
extends Service

A Service that processes a single Document, attaching Text annotations.

Since:
1.0
Author:
Kirk Roberts

Method Summary
 void process(Document document)
          Annotates the given Document, attaching the results as Text objects.
 
Methods inherited from interface com.languagecomputer.api.Service
getName, setSession
 

Method Detail

process

void process(Document document)
Annotates the given Document, attaching the results as Text objects.

Parameters:
document - Document to process.


Copyright © 2009. All Rights Reserved.