blob: 42f26c6aa64b6592416e57ead7f133e043a33064 [file] [log] [blame]
<?xml version="1.0" ?>
<!--
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.
-->
<bundles>
<!--
The smartcn analyzer bundle (extension to o.a.s.commons.solr.core module)
-->
<startLevel level="27"> <!-- commons.solr.core uses startlevel 27 -->
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
<version>1.0.1-SNAPSHOT</version>
</bundle>
</startLevel>
<!--
The Chinese sentence detection and tokenizer EnhancementEngine based on
smartcn
-->
<startLevel level="35"> <!-- same startlevel as other Enhancement Engines -->
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.smartcn.token</artifactId>
<version>1.0.1-SNAPSHOT</version>
</bundle>
</startLevel>
<!--
The Chinese LabelTokenizer required by the EntityLinkingEngine to compare
Tokens in the AnalyzedText with Labels of the Entities found in the
Controlled vocabulary.
-->
<!--
startlevel needs to be greater as those of the EntityLinkingEngine
(o.a.s.enhancer.engines.entitylinking.engine) module
-->
<startLevel level="36">
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.smartcn</artifactId>
<version>1.0.1-SNAPSHOT</version>
</bundle>
</startLevel>
</bundles>