Package | Description |
---|---|
org.apache.uima.analysis_component | |
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.
|
org.apache.uima.examples.tokenizer | |
org.apache.uima.tutorial.ex1 | |
org.apache.uima.tutorial.ex3 | |
org.apache.uima.tutorial.ex4 | |
org.apache.uima.tutorial.ex6 |
Modifier and Type | Class and Description |
---|---|
class |
CasAnnotator_ImplBase
Base class to be extended by Annotators that use the
CAS interface. |
class |
JCasAnnotator_ImplBase
Base class to be extended by Annotators that use the
JCas interface. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTokenAndSentenceAnnotator
An example annotator that annotates Tokens and Sentences.
|
Modifier and Type | Class and Description |
---|---|
class |
RoomNumberAnnotator
Example annotator that detects room numbers using Java 1.4 regular expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
TutorialDateTime
Simple Date/Time annotator.
|
Modifier and Type | Class and Description |
---|---|
class |
MeetingAnnotator
Example annotator that detects meetings from the co-occurrence of a RoomNumber, a Date, and two
Times (start and end), within a specified "window" size.
|
Modifier and Type | Class and Description |
---|---|
class |
UimaAcronymAnnotator
Annotates UIMA acronyms and provides their expanded forms.
|
class |
UimaMeetingAnnotator
Example annotator that iterates over Meeting annotations and annotates a meeting as a UimaMeeting
if a UIMA acronym occurs in close proximity to that meeting.
|
Copyright © 2017. All rights reserved.