Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.analysis_engine |
The Analysis Engine interface, along with supporting
interfaces and exception classes.
|
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
AnalysisEngineDescription |
ResourceSpecifierFactory.createAnalysisEngineDescription()
Creates a
AnalysisEngineDescription . |
Modifier and Type | Interface and Description |
---|---|
interface |
TaeDescription
Deprecated.
As of v2.0,
AnalysisEngineDescription should be used instead. This interface
no longer defines any additional methods beyond those in AnalysisEngineDescription. |
Modifier and Type | Method and Description |
---|---|
AnalysisEngineDescription |
XMLParser.parseAnalysisEngineDescription(XMLInputSource aInput)
Parses an AnalysisEngineDescription from an XML input stream.
|
AnalysisEngineDescription |
XMLParser.parseAnalysisEngineDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses an AnalysisEngineDescription from an XML input stream.
|
Modifier and Type | Method and Description |
---|---|
static CAS |
CasCreationUtils.createCas(AnalysisEngineDescription aDescription)
Creates a new CAS instance for an Analysis Engine.
|
static CAS |
CasCreationUtils.createCas(AnalysisEngineDescription aDescription,
Properties aPerformanceTuningSettings)
Creates a new CAS instance for an Analysis Engine.
|
static FsIndexCollection |
CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription)
Merges the FS Index Collections of each component within an aggregate Analysis Engine,
producing a single combined FS Index Collection.
|
static FsIndexCollection |
CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager)
Merges the FS Index Collections of each component within an aggregate Analysis Engine,
producing a single combined FS Index Collection.
|
static ProcessingResourceMetaData |
CasCreationUtils.mergeDelegateAnalysisEngineMetaData(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager,
Map<String,Set<String>> aOutputMergedTypes,
Map<String,? super Exception> aOutputFailedRemotes)
Merges the Type Systems, Type Priorities, and FS Indexes of each component within an aggregate
Analysis Engine.
|
static TypePriorities |
CasCreationUtils.mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription aAggregateDescription)
Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a
single combined TypePriorities object.
|
static TypePriorities |
CasCreationUtils.mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager)
Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a
single combined TypePriorities object.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager,
Map<String,Set<String>> aOutputMergedTypes)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.