|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisComponent | |
---|---|
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.ex1 | |
org.apache.uima.tutorial.ex3 | |
org.apache.uima.tutorial.ex4 | |
org.apache.uima.tutorial.ex6 | |
org.apache.uima.uimacpp |
Uses of AnalysisComponent in org.apache.uima.analysis_component |
---|
Classes in org.apache.uima.analysis_component that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.analysis_engine.impl |
---|
Methods in org.apache.uima.analysis_engine.impl that return AnalysisComponent | |
---|---|
protected AnalysisComponent |
UimacppAnalysisEngineImpl._getAnnotator()
For a primitive AnalysisEngine only, gets the Annotator. |
protected AnalysisComponent |
PrimitiveAnalysisEngine_impl.getAnalysisComponent()
|
Uses of AnalysisComponent in org.apache.uima.analysis_engine.impl.compatibility |
---|
Classes in org.apache.uima.analysis_engine.impl.compatibility that implement AnalysisComponent | |
---|---|
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. |
Methods in org.apache.uima.analysis_engine.impl.compatibility that return AnalysisComponent | |
---|---|
static AnalysisComponent |
AnalysisComponentAdapterFactory.createAdapter(java.lang.Object aAdaptee,
AnalysisEngineMetaData aMetaData,
java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Creates an adapter that allows the given object to implement the AnalysisComponent
interface. |
Uses of AnalysisComponent in org.apache.uima.examples |
---|
Classes in org.apache.uima.examples that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.examples.cas |
---|
Classes in org.apache.uima.examples.cas that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.examples.casMultiplier |
---|
Classes in org.apache.uima.examples.casMultiplier that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.examples.tokenizer |
---|
Classes in org.apache.uima.examples.tokenizer that implement AnalysisComponent | |
---|---|
class |
SimpleTokenAndSentenceAnnotator
An example annotator that annotates Tokens and Sentences. |
Uses of AnalysisComponent in org.apache.uima.tutorial.ex1 |
---|
Classes in org.apache.uima.tutorial.ex1 that implement AnalysisComponent | |
---|---|
class |
RoomNumberAnnotator
Example annotator that detects room numbers using Java 1.4 regular expressions. |
Uses of AnalysisComponent in org.apache.uima.tutorial.ex3 |
---|
Classes in org.apache.uima.tutorial.ex3 that implement AnalysisComponent | |
---|---|
class |
TutorialDateTime
Simple Date/Time annotator. |
Uses of AnalysisComponent in org.apache.uima.tutorial.ex4 |
---|
Classes in org.apache.uima.tutorial.ex4 that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.tutorial.ex6 |
---|
Classes in org.apache.uima.tutorial.ex6 that implement AnalysisComponent | |
---|---|
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. |
Uses of AnalysisComponent in org.apache.uima.uimacpp |
---|
Classes in org.apache.uima.uimacpp that implement AnalysisComponent | |
---|---|
class |
UimacppAnalysisComponent
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |