Package | Description |
---|---|
org.apache.uima.examples |
Examples illustrating how to use the UIMA Framework.
|
org.apache.uima.examples.cas |
Examples of Annotators that use the CAS Interface directly, not the JCAS.
|
Modifier and Type | Class and Description |
---|---|
class |
SofaExampleAnnotator
A simple multiple subject of analysis (multi-Sofa) example annotator Expects an English text Sofa
as input Creates a German text Sofa as output
This annotator has no configuration parameters, and requires no initialization method
|
class |
XmlDetagger
A multi-sofa annotator that does XML detagging.
|
Modifier and Type | Class and Description |
---|---|
class |
PersonTitleAnnotator
An example annotator that discovers Person Titles in text and classifies them into three
categories - Civilian (e.g.
|
class |
RegExAnnotator
Annotator that find substrings of the input document that match regular expressions.
|
Copyright © 2019. All rights reserved.