blob: 28632c97c874df40433eb8631bdda8d66cf2d852 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
-->
<taeDescription xmlns="http://uima.apache.org/resourceSpecifier"
xmlns:xi="http://www.w3.org/2001/XInclude">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>false</primitive>
<delegateAnalysisEngineSpecifiers>
<delegateAnalysisEngine key="JTalent">
<import location="JTalentAnnotator_Enhanced.xml"/>
</delegateAnalysisEngine>
<delegateAnalysisEngine key="StringMatch">
<import location="StringMatchAnnotator2.xml"/>
</delegateAnalysisEngine>
</delegateAnalysisEngineSpecifiers>
<analysisEngineMetaData>
<name>Aggregate TAE - JTalent plus StringMatch</name>
<description>Invokes JTalent followed by the StringMatch Annotator</description>
<flowConstraints>
<fixedFlow>
<node>JTalent</node>
<node>StringMatch</node>
</fixedFlow>
</flowConstraints>
<capabilities>
<capability>
<inputs/>
<outputs>
<type>PERSON_VOCAB_ANNOT_TYPE</type>
<type>ORG_VOCAB_ANNOT_TYPE</type>
<type>PLACE_VOCAB_ANNOT_TYPE</type>
<type>UTERM_VOCAB_ANNOT_TYPE</type>
<type>UNAME_VOCAB_ANNOT_TYPE</type>
<type>PersonTitle</type>
</outputs>
<languagesSupported>
<language>en</language>
</languagesSupported>
</capability>
</capabilities>
</analysisEngineMetaData>
</taeDescription>