Author: smarthi
Date: Tue Dec 27 17:11:08 2016
New Revision: 1776179

URL: http://svn.apache.org/viewvc?rev=1776179&view=rev
Log:
CMS commit to opennlp by smarthi

Modified:
    opennlp/site/trunk/content/maven-dependency.mdtext

Modified: opennlp/site/trunk/content/maven-dependency.mdtext
URL: 
http://svn.apache.org/viewvc/opennlp/site/trunk/content/maven-dependency.mdtext?rev=1776179&r1=1776178&r2=1776179&view=diff
==============================================================================
--- opennlp/site/trunk/content/maven-dependency.mdtext (original)
+++ opennlp/site/trunk/content/maven-dependency.mdtext Tue Dec 27 17:11:08 2016
@@ -16,7 +16,7 @@ To use the OpenNLP Tools define the foll
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.6.0</version>
+      <version>1.7.0</version>
     </dependency>
 
 
@@ -27,9 +27,28 @@ To use the OpenNLP UIMA Annotators defin
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-uima</artifactId>
-      <version>1.6.0</version>
+      <version>1.7.0</version>
     </dependency>
 
+## OpenNLP Morfologik AddOn Dependency
+
+To use the OpenNLP Morfologik-Addon define the following dependency:
+
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-morfologik-addon</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+
+## OpenNLP Brat Annotator Dependency
+
+To use the OpenNLP UIMA Annotators define the following dependency:
+
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-brat-annotator</artifactId>
+      <version>1.7.0</version>
+    </dependency>
 
 ## OpenNLP Tools SNAPSHOT Dependency
 
@@ -38,7 +57,7 @@ To use the current trunk version define
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.6.1-SNAPSHOT</version>
+      <version>1.7.0-SNAPSHOT</version>
     </dependency>
 
 The SNAPSHOT dependency requires the following repository:


Reply via email to