Download opennlp-tokenize-models-1.5.jar file - Jar o

Jar examples for o:opennlp-tokenize-models

Description

Stock OpenNLP tokenizer models.

You can download jar file opennlp-tokenize-models 1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add opennlp-tokenize-models-1.5.jar to your project.

<dependency>
   <groupId>edu.washington.cs.knowitall</groupId>
   <artifactId>opennlp-tokenize-models</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'edu.washington.cs.knowitall', name: 'opennlp-tokenize-models', version: '1.5'
libraryDependencies += "edu.washington.cs.knowitall" % "opennlp-tokenize-models" % "1.5"
<dependency org="edu.washington.cs.knowitall" name="opennlp-tokenize-models" rev="1.5"/>
@Grapes(@Grab(group='edu.washington.cs.knowitall', module='opennlp-tokenize-models', version='1.5'))
'edu.washington.cs.knowitall:opennlp-tokenize-models:jar:1.5'

Download

Click the following link to download the jar file.

opennlp-tokenize-models-1.5-sources.jar
opennlp-tokenize-models-1.5.jar
opennlp-tokenize-models-1.5.pom



Related Tutorials