public interface GateConverter
The default implementation| Modifier and Type | Method and Description |
|---|---|
void |
convertInformation(gate.Corpus corpus,
org.ow2.weblab.core.model.Resource resource,
java.util.Map<gate.Document,org.ow2.weblab.core.model.Text> gateDocsAndText)
This is the only method of the interface.
|
void |
setServiceURI(java.lang.String serviceURI) |
void convertInformation(gate.Corpus corpus,
org.ow2.weblab.core.model.Resource resource,
java.util.Map<gate.Document,org.ow2.weblab.core.model.Text> gateDocsAndText)
corpus - A Gate Corpus that has been processed by the controller.resource - The top level Resource. May be used to annotate it, or not.gateDocsAndText - A map that associate to every gate.Document in the Corpus a WebLab Text to whom pass the annotation.void setServiceURI(java.lang.String serviceURI)
serviceURI - The URI of the service to be added in each annotation created.Copyright © 2004-2012. All Rights Reserved.