Package | Description |
---|---|
org.apache.uima.simpleserver | |
org.apache.uima.simpleserver.output | |
org.apache.uima.simpleserver.output.impl | |
org.apache.uima.simpleserver.servlet |
Modifier and Type | Method and Description |
---|---|
Result |
ResultExtractor.getResult(org.apache.uima.cas.CAS cas,
ServerSpec resultSpec)
Extract a set of results from a CAS and a result specification.
|
Result |
Service.process(String text) |
Result |
Service.process(String text,
String lang)
Calls the services analysis engine on the input text, filters and produces the result.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResultConverter.getInlineXML(Result result) |
static String |
InlineXMLGenerator.getInlineXML(Result result) |
static String |
ResultConverter.getXMLString(Result result) |
Modifier and Type | Class and Description |
---|---|
class |
ResultImpl |
Modifier and Type | Method and Description |
---|---|
String |
SimpleServerServlet.transformResult(Result result,
String mode) |
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.