Author: rwesten
Date: Sat Jan 19 20:54:50 2013
New Revision: 1435692
URL: http://svn.apache.org/viewvc?rev=1435692&view=rev
Log:
STANBOL-893: added the RESTful NLP processing engine to the enhancement-engines
reactor
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=1435692&r1=1435691&r2=1435692&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/pom.xml (original)
+++ stanbol/trunk/enhancement-engines/pom.xml Sat Jan 19 20:54:50 2013
@@ -67,6 +67,8 @@
<module>smartcn-token</module> <!-- sentence detection and tokenizing -->
<module>paoding-token</module> <!-- tokenizing -->
<module>nlp2rdf</module> <!-- converts AnalyzedText ContentPart to RDF -->
+ <!-- RESTful NLP analyser service engine-->
+ <module>restful-nlp</module> <!-- see -->
<!-- EntityLinking -->
<module>entitylinking</module>