Author: rwesten
Date: Sat Nov 24 09:45:04 2012
New Revision: 1413159

URL: http://svn.apache.org/viewvc?rev=1413159&view=rev
Log:
STANBOL-812: additional adaptions related to the refactoring

Modified:
    
stanbol/branches/stanbol-nlp-processing/enhancer/bundlelist/src/main/bundles/list.xml
    stanbol/branches/stanbol-nlp-processing/enhancer/engines/pom.xml

Modified: 
stanbol/branches/stanbol-nlp-processing/enhancer/bundlelist/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/stanbol-nlp-processing/enhancer/bundlelist/src/main/bundles/list.xml?rev=1413159&r1=1413158&r2=1413159&view=diff
==============================================================================
--- 
stanbol/branches/stanbol-nlp-processing/enhancer/bundlelist/src/main/bundles/list.xml
 (original)
+++ 
stanbol/branches/stanbol-nlp-processing/enhancer/bundlelist/src/main/bundles/list.xml
 Sat Nov 24 09:45:04 2012
@@ -207,11 +207,21 @@
       <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
       <version>0.10.0-SNAPSHOT</version>
     </bundle>
-    <bundle><!-- Keyword Extraction from Text (depends on the Entityhub) -->
+    <bundle><!-- Keyword Extraction from Text DEPRECATED! (depends on the 
Entityhub) -->
       <groupId>org.apache.stanbol</groupId>
       
<artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId>
       <version>0.10.0-SNAPSHOT</version>
     </bundle>
+    <bundle><!-- EntityLinking based on the Entityhub -->
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle><!-- EntityLinking for the Stanbol Entityhub -->
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
 
     <!-- Refactor Enhancement Engine -->
 

Modified: stanbol/branches/stanbol-nlp-processing/enhancer/engines/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/stanbol-nlp-processing/enhancer/engines/pom.xml?rev=1413159&r1=1413158&r2=1413159&view=diff
==============================================================================
--- stanbol/branches/stanbol-nlp-processing/enhancer/engines/pom.xml (original)
+++ stanbol/branches/stanbol-nlp-processing/enhancer/engines/pom.xml Sat Nov 24 
09:45:04 2012
@@ -49,7 +49,10 @@
     <module>metaxa</module>
     <module>tika</module>
     <module>entitytagging</module>
-    <module>keywordextraction</module>
+    <!-- No longer in this branch. was moved to entityhublinking
+     module>keywordextraction</module -->
+    <module>entitylinking</module>
+    <module>entityhublinking</module>
     <!-- <module>refactor</module> -->
     <!-- Enhancement Engines using external services -->
     <module>celi</module> <!-- http://linguagrid.org -->


Reply via email to