Skip to main content

%UIMA.Utils

This capability is being deprecated and will be removed in a future release of InterSystems IRIS. Please reach out to your account team if you need an alternative solution.

Method Inventory

Methods

classmethod IndexNow(Output pResult As %DynamicObject, pText As %String, pDescriptor As %String = "$$$iKnow", pAdditionalClassPath As %ListOfDataTypes = "", pOutputFormat As %String(VALUELIST="raw,array")="raw", pLanguage As %String = "en") as %Status

Processes the supplied pText with the Analysis Engine specified through pDescriptor. If this AE requires additional libraries, they can be referenced through pAdditionalClasspath.

The output is formatted according to the value of pOutputFormat, a value of "raw" representing the JsonCasSerializerOpens in a new tab output format as described in the UIMA documentationOpens in a new tab.

FeedbackOpens in a new tab