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

Jar examples for o:opennlp-postag-models

Description

Stock OpenNLP chunker models.

You can download jar file opennlp-postag-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-postag-models-1.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials