Package | Description |
---|---|
org.apache.uima.analysis_component | |
org.apache.uima.analysis_engine.impl | |
org.apache.uima.analysis_engine.impl.compatibility | |
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.casMultiplier | |
org.apache.uima.examples.tokenizer | |
org.apache.uima.tutorial.ex3 | |
org.apache.uima.tutorial.ex4 | |
org.apache.uima.tutorial.ex5 | |
org.apache.uima.tutorial.ex6 | |
org.apache.uima.uimacpp |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisComponent_ImplBase
Implementation base class for AnalysisComponents.
|
class |
Annotator_ImplBase
Base class for all annotators.
|
class |
CasAnnotator_ImplBase
Base class to be extended by Annotators that use the
CAS interface. |
class |
CasMultiplier_ImplBase
Base class to be extended by CAS Multipliers that use the
CAS interface. |
class |
JCasAnnotator_ImplBase
Base class to be extended by Annotators that use the
JCas interface. |
class |
JCasMultiplier_ImplBase
Base class to be extended by CAS Multipliers that use the
CAS interface. |
Modifier and Type | Method and Description |
---|---|
protected AnalysisComponent |
UimacppAnalysisEngineImpl._getAnnotator()
For a primitive AnalysisEngine only, gets the Annotator.
|
protected AnalysisComponent |
PrimitiveAnalysisEngine_impl.getAnalysisComponent() |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatorAdapter
Adapter that allows Annotators to implement the AnalysisComponent interface.
|
class |
CasConsumerAdapter
Adapter that allows CasConsumers to implement the AnalysisComponent interface.
|
class |
CollectionReaderAdapter
Adapter that allows CollectionReaders to implement the AnalysisComponent interface.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisComponent |
AnalysisComponentAdapterFactory.createAdapter(Object aAdaptee,
AnalysisEngineMetaData aMetaData,
Map<String,Object> aAdditionalParams)
Creates an adapter that allows the given object to implement the
AnalysisComponent
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 |
SimpleTextMerger
An example CasMultiplier, which merges text documents into larger ones.
|
class |
SimpleTextSegmenter
An example CasMultiplier, which breaks large text documents into smaller segments.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTokenAndSentenceAnnotator
An example annotator that annotates Tokens and Sentences.
|
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 |
RoomNumberAnnotator
Example annotator that detects room numbers using Java 1.4 regular expressions.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
UimacppAnalysisComponent |
Copyright © 2014. All rights reserved.