Package backend.nlp
Class NlpPipelineService
java.lang.Object
backend.nlp.NlpPipelineService
- Author:
- Kai
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.texttechnologylab.DockerUnifiedUIMAInterface.DUUIComposerExpose the internal DUUIComposer for multi-document processing.voidprocessCas(org.apache.uima.jcas.JCas jcas)
-
Constructor Details
-
NlpPipelineService
public NlpPipelineService(NlpPipelineService.DocumentType documentType) throws IOException, URISyntaxException, org.apache.commons.compress.compressors.CompressorException, org.apache.uima.util.InvalidXMLException, SAXException - Throws:
IOExceptionURISyntaxExceptionorg.apache.commons.compress.compressors.CompressorExceptionorg.apache.uima.util.InvalidXMLExceptionSAXException
-
-
Method Details
-
processCas
- Throws:
Exception
-
getComposer
public org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIComposer getComposer()Expose the internal DUUIComposer for multi-document processing.
-