You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/11/19 14:55:44 UTC

svn commit: r1543432 - /stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Author: rwesten
Date: Tue Nov 19 13:55:44 2013
New Revision: 1543432

URL: http://svn.apache.org/r1543432
Log:
STANBOL-1213: added the TopicEngine also to the enhancer bundlelist of the trunk

Modified:
    stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Modified: stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1543432&r1=1543431&r2=1543432&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Tue Nov 19 13:55:44 2013
@@ -70,6 +70,11 @@
       <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId>
       <version>1.0.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>1.0.0-SNAPSHOT</version>
+    </bundle>
   </startLevel>
   <!-- LDPath -->
   <startLevel level="30">
@@ -222,6 +227,18 @@
       <version>1.0.0-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>1.0.0-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>1.0.0-SNAPSHOT</version>
+    </bundle>
+
     <!-- Entity Extraction/Linking -->
     <bundle><!-- NER linking (depends on the Entityhub) -->
       <groupId>org.apache.stanbol</groupId>