You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wk...@apache.org on 2012/07/31 10:25:02 UTC

svn commit: r1367457 - /incubator/stanbol/trunk/enhancer/engines/pom.xml

Author: wkasper
Date: Tue Jul 31 08:25:02 2012
New Revision: 1367457

URL: http://svn.apache.org/viewvc?rev=1367457&view=rev
Log:
Add langdetect module

Modified:
    incubator/stanbol/trunk/enhancer/engines/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/pom.xml?rev=1367457&r1=1367456&r2=1367457&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/pom.xml Tue Jul 31 08:25:02 2012
@@ -43,6 +43,7 @@
 
   <modules>
     <module>opennlp-ner</module>
+	<module>langdetect</module>
     <module>langid</module>
     <module>topic</module>
     <module>metaxa</module>