SPL File UimaService.spl

Toolkits > com.ibm.streamsx.nlp 1.9.2 > com.ibm.streamsx.nlp.services > UimaService.spl

Content

Operators
  • UimaService: Microservice that processes UIMA PEAR file

Composites

composite UimaService

Microservice that processes UIMA PEAR file

Subscribed topics

This microservice subscribes to the following topics.

  • streamsx/nlp/documents - ingest topic of type String
  • streamsx/nlp/update/pear - update pear topic of type String. String contains the filename of the pear file location.

Published topics

  • streamsx/nlp/annotations - resulting annotations. Each tuple represents a processed document. Output is of type Json. CAS output is transformed to JSON and format depends on PEAR.
  • streamsx/nlp/errors - Document processing errors errorsTopic: export JSON Schema {
      "string" : string (document causing the error)
      "errors" : string list
    
    }

Parameters