Author: rwesten
Date: Tue Nov 19 09:00:42 2013
New Revision: 1543351

URL: http://svn.apache.org/r1543351
Log:
STANBOL-1213: added TopicEngine to the Enhancer bundle list of the 0.12 
releasing branch

Modified:
    
stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Modified: 
stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1543351&r1=1543350&r2=1543351&view=diff
==============================================================================
--- 
stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml
 (original)
+++ 
stanbol/branches/release-0.12/launchers/bundlelists/enhancer/src/main/bundles/list.xml
 Tue Nov 19 09:00:42 2013
@@ -70,6 +70,11 @@
       <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId>
       <version>0.11.0-SNAPSHOT</version>
     </bundle>
+    <bundle> <!-- API for Topic Classification Engines -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId>
+      <version>0.10.1-SNAPSHOT</version>
+    </bundle>
   </startLevel>
   <!-- LDPath -->
   <startLevel level="30">
@@ -221,6 +226,17 @@
       
<artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId>
       <version>0.10.1-SNAPSHOT</version>
     </bundle>
+    <!-- Solr based Topic Engine (see also the topic.api bundle above -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId>
+      <version>0.10.1-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- The RESTful services used to train the engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.topic.web</artifactId>
+      <version>0.10.1-SNAPSHOT</version>
+    </bundle>
     
     <!-- Entity Extraction/Linking -->
     <bundle><!-- NER linking (depends on the Entityhub) -->


Reply via email to