- PARAM_ACTION_AFTER_CAS_MULTIPLIER - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
-
- PARAM_ALLOW_CONTINUE_ON_FAILURE - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
-
- PARAM_ENCODING - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
-
Name of configuration parameter that contains the character encoding used by the input files.
- PARAM_FAILUNKNOWN - Static variable in class org.apache.uima.examples.xmi.XmiCollectionReader
-
Name of the configuration parameter that must be set to indicate if the
execution fails if an encountered type is unknown
- PARAM_FLOW - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
-
- PARAM_INPUTDIR - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
-
Name of configuration parameter that must be set to the path of a directory containing input
files.
- PARAM_INPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiCollectionReader
-
Name of configuration parameter that must be set to the path of a directory containing the XMI
files.
- PARAM_LANGUAGE - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
-
Name of optional configuration parameter that contains the language of the documents in the
input directory.
- PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.InlineXmlCasConsumer
-
Name of configuration parameter that must be set to the path of a directory into which the
output files will be written.
- PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
-
Name of configuration parameter that must be set to the path of a directory into which the
Derby Database will be written.
- PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.XCasWriterCasConsumer
-
Name of configuration parameter that must be set to the path of a directory into which the
output files will be written.
- PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
-
Name of configuration parameter that must be set to the path of a directory into which the
output files will be written.
- PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiWriterCasConsumer
-
Name of configuration parameter that must be set to the path of a directory into which the
output files will be written.
- PARAM_SUBDIR - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
-
Name of optional configuration parameter that indicates including
the subdirectories (recursively) of the current input directory.
- PARAM_WRITE_ECORE_TYPESYSTEM - Static variable in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
-
- PARAM_XMLTAG - Static variable in class org.apache.uima.examples.XmlDetagger
-
Name of optional configuration parameter that contains the name of an XML tag that appears in
the input file.
- paused() - Method in class org.apache.uima.examples.RunAE
-
- PersonTitle - Class in example
-
A Personal Title.
- PersonTitle() - Constructor for class example.PersonTitle
-
Never called.
- PersonTitle(int, TOP_Type) - Constructor for class example.PersonTitle
-
Internal - constructor used by generator
- PersonTitle(JCas) - Constructor for class example.PersonTitle
-
- PersonTitle(JCas, int, int) - Constructor for class example.PersonTitle
-
- PersonTitle_Type - Class in example
-
A Personal Title.
- PersonTitle_Type(JCas, Type) - Constructor for class example.PersonTitle_Type
-
initialize variables to correspond with Cas Type and Features
- PersonTitleAnnotator - Class in org.apache.uima.examples.cas
-
An example annotator that discovers Person Titles in text and classifies them into three
categories - Civilian (e.g.
- PersonTitleAnnotator() - Constructor for class org.apache.uima.examples.cas.PersonTitleAnnotator
-
- PersonTitleDBWriterCasConsumer - Class in org.apache.uima.examples.cpe
-
A simple CAS consumer that creates a Derby (Cloudscape) database in the file system.
- PersonTitleDBWriterCasConsumer() - Constructor for class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
-
- PrintAnnotations - Class in org.apache.uima.examples
-
A simple example of how to extract information from the CAS.
- PrintAnnotations() - Constructor for class org.apache.uima.examples.PrintAnnotations
-
- printAnnotations(CAS, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
-
Prints all Annotations to a PrintStream.
- printAnnotations(CAS, Type, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
-
Prints all Annotations of a specified Type to a PrintStream.
- printFS(FeatureStructure, CAS, int, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
-
Prints a FeatureStructure to a PrintStream.
- process(CAS) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
-
Annotates a document.
- process(CAS) - Method in class org.apache.uima.examples.cas.RegExAnnotator
-
Invokes this annotator's analysis logic.
- process(JCas) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
-
- process(JCas) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
-
- process(CAS) - Method in class org.apache.uima.examples.SofaExampleAnnotator
-
- process(JCas) - Method in class org.apache.uima.examples.tokenizer.SimpleTokenAndSentenceAnnotator
-
- process(CAS) - Method in class org.apache.uima.examples.XmlDetagger
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex1.RoomNumberAnnotator
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex2.RoomNumberAnnotator
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex3.TutorialDateTime
-
The ResultSpecification controls what gets produced.
- process(JCas) - Method in class org.apache.uima.tutorial.ex4.MeetingAnnotator
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex5.RoomNumberAnnotator
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex6.UimaAcronymAnnotator
-
- process(JCas) - Method in class org.apache.uima.tutorial.ex6.UimaMeetingAnnotator
-
- processCas(CAS) - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
-
Processes the CasContainer which was populated by the TextAnalysisEngines.
- processCas(CAS) - Method in class org.apache.uima.examples.cpe.InlineXmlCasConsumer
-
Processes the CasContainer which was populated by the TextAnalysisEngines.
- processCas(CAS) - Method in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
-
Processes the CasContainer which was populated by the TextAnalysisEngines.
- processCas(CAS) - Method in class org.apache.uima.examples.cpe.XCasWriterCasConsumer
-
Processes the CasContainer which was populated by the TextAnalysisEngines.
- processCas(CAS) - Method in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
-
Processes a CAS.
- processCas(CAS) - Method in class org.apache.uima.examples.xmi.XmiWriterCasConsumer
-
Processes the CAS which was populated by the TextAnalysisEngines.
- Sentence - Class in org.apache.uima.examples.tokenizer
-
- Sentence() - Constructor for class org.apache.uima.examples.tokenizer.Sentence
-
- Sentence(int, TOP_Type) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
-
Internal - Constructor used by generator
- Sentence(JCas) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
-
- Sentence(JCas, int, int) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
-
- Sentence_Type - Class in org.apache.uima.examples.tokenizer
-
- Sentence_Type(JCas, Type) - Constructor for class org.apache.uima.examples.tokenizer.Sentence_Type
-
- Sentence_Type() - Constructor for class org.apache.uima.examples.tokenizer.Sentence_Type
-
- SentenceAnnot - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program
Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
- SentenceAnnot() - Constructor for class org.apache.uima.tutorial.SentenceAnnot
-
Never called.
- SentenceAnnot(int, TOP_Type) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
-
Internal - constructor used by generator
- SentenceAnnot(JCas) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
-
- SentenceAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
-
- SentenceAnnot_Type - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:37 EST 2004
- SentenceAnnot_Type(JCas, Type) - Constructor for class org.apache.uima.tutorial.SentenceAnnot_Type
-
initialize variables to correspond with Cas Type and Features
- setBuilding(String) - Method in class org.apache.uima.tutorial.RoomNumber
-
setter for building - sets Building containing this room
- setBuilding(int, String) - Method in class org.apache.uima.tutorial.RoomNumber_Type
-
- setDate(DateAnnot) - Method in class org.apache.uima.tutorial.Meeting
-
setter for date - sets
- setDate(int, int) - Method in class org.apache.uima.tutorial.Meeting_Type
-
- setDocumentSize(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for documentSize - sets Size of original document in bytes before processing by CAS
Initializer.
- setDocumentSize(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setEndTime(TimeAnnot) - Method in class org.apache.uima.tutorial.Meeting
-
setter for endTime - sets
- setEndTime(int, int) - Method in class org.apache.uima.tutorial.Meeting_Type
-
- setExpandedForm(String) - Method in class org.apache.uima.tutorial.UimaAcronym
-
setter for expandedForm - sets
- setExpandedForm(int, String) - Method in class org.apache.uima.tutorial.UimaAcronym_Type
-
- setKind(String) - Method in class example.PersonTitle
-
setter for Kind - sets The kind of title - Civilian, Military, or Government.
- setKind(int, String) - Method in class example.PersonTitle_Type
-
- setLastSegment(boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for lastSegment - sets For a CAS that represents a segment of a larger source document,
this flag indicates whether this CAS is the final segment of the source document.
- setLastSegment(int, boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setOffsetInSource(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for offsetInSource - sets Byte offset of the start of document content within original
source file or other input source.
- setOffsetInSource(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setRoom(RoomNumber) - Method in class org.apache.uima.tutorial.Meeting
-
setter for room - sets
- setRoom(int, int) - Method in class org.apache.uima.tutorial.Meeting_Type
-
- setShortDateString(String) - Method in class org.apache.uima.tutorial.DateTimeAnnot
-
setter for shortDateString - sets
- setShortDateString(int, String) - Method in class org.apache.uima.tutorial.DateTimeAnnot_Type
-
- setStartTime(TimeAnnot) - Method in class org.apache.uima.tutorial.Meeting
-
setter for startTime - sets
- setStartTime(int, int) - Method in class org.apache.uima.tutorial.Meeting_Type
-
- setUri(String) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for uri - sets URI of document.
- setUri(int, String) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- SimpleRunCPE - Class in org.apache.uima.examples.cpe
-
Main Class that runs a Collection Processing Engine (CPE).
- SimpleRunCPE(String[]) - Constructor for class org.apache.uima.examples.cpe.SimpleRunCPE
-
Constructor for the class.
- SimpleRunCPM - Class in org.apache.uima.examples.cpe
-
Main Class that runs the Collection Processing Manager (CPM).
- SimpleRunCPM(String[]) - Constructor for class org.apache.uima.examples.cpe.SimpleRunCPM
-
Constructor for the class.
- SimpleTextMerger - Class in org.apache.uima.examples.casMultiplier
-
An example CasMultiplier, which merges text documents into larger ones.
- SimpleTextMerger() - Constructor for class org.apache.uima.examples.casMultiplier.SimpleTextMerger
-
- SimpleTextSegmenter - Class in org.apache.uima.examples.casMultiplier
-
An example CasMultiplier, which breaks large text documents into smaller segments.
- SimpleTextSegmenter() - Constructor for class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
-
- SimpleTokenAndSentenceAnnotator - Class in org.apache.uima.examples.tokenizer
-
An example annotator that annotates Tokens and Sentences.
- SimpleTokenAndSentenceAnnotator() - Constructor for class org.apache.uima.examples.tokenizer.SimpleTokenAndSentenceAnnotator
-
- SofaExampleAnnotator - Class in org.apache.uima.examples
-
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
- SofaExampleAnnotator() - Constructor for class org.apache.uima.examples.SofaExampleAnnotator
-
- SofaExampleApplication - Class in org.apache.uima.examples
-
A simple Multiple Subject of Analysis (multi-Sofa) test application.
- SofaExampleApplication() - Constructor for class org.apache.uima.examples.SofaExampleApplication
-
- SourceDocumentInformation - Class in org.apache.uima.examples
-
Stores detailed information about the original source document from which the current CAS was
initialized.
- SourceDocumentInformation() - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
Never called.
- SourceDocumentInformation(int, TOP_Type) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
Internal - constructor used by generator
- SourceDocumentInformation(JCas) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
- SourceDocumentInformation(JCas, int, int) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
- SourceDocumentInformation_Type - Class in org.apache.uima.examples
-
Stores detailed information about the original source document from which the current CAS was
initialized.
- SourceDocumentInformation_Type(JCas, Type) - Constructor for class org.apache.uima.examples.SourceDocumentInformation_Type
-
initialize variables to correspond with Cas Type and Features
- StringMapResource - Interface in org.apache.uima.tutorial.ex6
-
- StringMapResource_impl - Class in org.apache.uima.tutorial.ex6
-
- StringMapResource_impl() - Constructor for class org.apache.uima.tutorial.ex6.StringMapResource_impl
-
- UimaAcronym - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program
Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
- UimaAcronym() - Constructor for class org.apache.uima.tutorial.UimaAcronym
-
Never called.
- UimaAcronym(int, TOP_Type) - Constructor for class org.apache.uima.tutorial.UimaAcronym
-
Internal - constructor used by generator
- UimaAcronym(JCas) - Constructor for class org.apache.uima.tutorial.UimaAcronym
-
- UimaAcronym(JCas, int, int) - Constructor for class org.apache.uima.tutorial.UimaAcronym
-
- UimaAcronym(JCas, int, int, String) - Constructor for class org.apache.uima.tutorial.UimaAcronym
-
Custom constructor taking all parameters
- UimaAcronym_Type - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
- UimaAcronym_Type(JCas, Type) - Constructor for class org.apache.uima.tutorial.UimaAcronym_Type
-
initialize variables to correspond with Cas Type and Features
- UimaAcronymAnnotator - Class in org.apache.uima.tutorial.ex6
-
Annotates UIMA acronyms and provides their expanded forms.
- UimaAcronymAnnotator() - Constructor for class org.apache.uima.tutorial.ex6.UimaAcronymAnnotator
-
- UimaMeeting - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program
Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
- UimaMeeting() - Constructor for class org.apache.uima.tutorial.UimaMeeting
-
Never called.
- UimaMeeting(int, TOP_Type) - Constructor for class org.apache.uima.tutorial.UimaMeeting
-
Internal - constructor used by generator
- UimaMeeting(JCas) - Constructor for class org.apache.uima.tutorial.UimaMeeting
-
- UimaMeeting(JCas, int, int) - Constructor for class org.apache.uima.tutorial.UimaMeeting
-
- UimaMeeting(JCas, int, int, RoomNumber, DateAnnot, TimeAnnot, TimeAnnot) - Constructor for class org.apache.uima.tutorial.UimaMeeting
-
Custom constructor taking all parameters
- UimaMeeting_Type - Class in org.apache.uima.tutorial
-
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
- UimaMeeting_Type(JCas, Type) - Constructor for class org.apache.uima.tutorial.UimaMeeting_Type
-
initialize variables to correspond with Cas Type and Features
- UimaMeetingAnnotator - Class in org.apache.uima.tutorial.ex6
-
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.
- UimaMeetingAnnotator() - Constructor for class org.apache.uima.tutorial.ex6.UimaMeetingAnnotator
-
- UimaTypeSystem2Ecore - Class in org.apache.uima.examples.xmi
-
Converts a UIMA TypeSystemDescription to an Ecore model.
- UimaTypeSystem2Ecore() - Constructor for class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
-
- uimaTypeSystem2Ecore(String, Resource, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
-
Converts a UIMA TypeSystem descriptor to an Ecore model
- uimaTypeSystem2Ecore(TypeSystemDescription, Resource, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
-
Converts a UIMA TypeSystemDescription to an Ecore model
- uimaTypeSystem2Ecore(TypeSystemDescription, Resource, Map, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
-
Converts a UIMA TypeSystemDescription to an Ecore model