Introduction to OpenNLP (#2024)

* Introduction to OpenNLP

* Introduction to OpenNLP
This commit is contained in:
Jesus Boadas
2017-06-08 16:54:35 -04:00
committed by maibin
parent 40dc547558
commit b00ec6abfd
11 changed files with 343 additions and 1 deletions
+8 -1
View File
@@ -323,6 +323,13 @@
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<!-- OpenNLP -->
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
<properties>
<multiverse.version>0.7.0</multiverse.version>
@@ -350,4 +357,4 @@
<netty.version>4.1.10.Final</netty.version>
</properties>
</project>
</project>