Author: rwesten
Date: Thu May 16 13:09:28 2013
New Revision: 1483338
URL: http://svn.apache.org/r1483338
Log:
STANBOL-1070: added the Entity Co-Mention Engine 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=1483338&r1=1483337&r2=1483338&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
(original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Thu
May 16 13:09:28 2013
@@ -264,11 +264,16 @@
<artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId>
<version>0.10.0-SNAPSHOT</version>
</bundle>
- <bundle> <!-- Converts TextAnnotations to the STANBOL-987 model
extensions -->
- <groupId>org.apache.stanbol</groupId>
-
<artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId>
- <version>0.10.1-SNAPSHOT</version>
- </bundle>
+ <bundle> <!-- Converts TextAnnotations to the STANBOL-987 model extensions
-->
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId>
+ <version>0.10.1-SNAPSHOT</version>
+ </bundle>
+ <bundle> <!-- finds co-mentions of Entities earlier mentioned on the Text
(STANBOL-1070)-->
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.enhancer.engines.entitycomention</artifactId>
+ <version>0.10.1-SNAPSHOT</version>
+ </bundle>
<bundle> <!-- Refactor Enhancement Engine -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId>