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/03/20 08:38:56 UTC

svn commit: r1458671 - /stanbol/trunk/enhancement-engines/pom.xml

Author: rwesten
Date: Wed Mar 20 07:38:56 2013
New Revision: 1458671

URL: http://svn.apache.org/r1458671
Log:
STANBOL-953: added the textannotationnewmodel module to the enhancement-engines reactor pom

Modified:
    stanbol/trunk/enhancement-engines/pom.xml

Modified: stanbol/trunk/enhancement-engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1458671&r1=1458670&r2=1458671&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Wed Mar 20 07:38:56 2013
@@ -89,6 +89,9 @@
     <!-- UIMA based engines -->
     <module>uima</module>
     
+    <!-- Post-Processing-->
+    <module>textannotationnewmodel</module> <!-- converts TextAnnotations to the STANBOL-987 model -->
+    
     <!-- Enhancement Engines using external services -->
     <module>celi</module> <!-- http://linguagrid.org -->
     <module>dbpedia-spotlight</module> <!-- dbpedia Spotlight -->