Author: rwesten
Date: Tue Oct 22 08:07:08 2013
New Revision: 1534533
URL: http://svn.apache.org/r1534533
Log:
STANBOL-1094: re-added the FST linking engine (STANBOL-1128) and the sentiment
summarization engine (STANBOL-760) to the enhancer bundlelist
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=1534533&r1=1534532&r2=1534533&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
(original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Tue
Oct 22 08:07:08 2013
@@ -216,12 +216,11 @@
<artifactId>org.apache.stanbol.enhancer.engines.sentiment.wordclassifier</artifactId>
<version>1.0.0-SNAPSHOT</version>
</bundle>
- <!-- NOT YET READY FOR DEFAULT CONFIG
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId>
<version>1.0.0-SNAPSHOT</version>
- </bundle> -->
+ </bundle>
<!-- Entity Extraction/Linking -->
<bundle><!-- NER linking (depends on the Entityhub) -->
@@ -255,7 +254,11 @@
<artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId>
<version>1.0.0-SNAPSHOT</version>
</bundle>
-
+ <bundle><!-- FST Linking Engine (STANBOL-1128) -->
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.enhancer.engines.lucenefstlinking</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </bundle>
<!-- Post-Processing engine -->