Download clear-postag-models-1.3.0.jar file - Jar c

Jar examples for c:clear-postag-models

Description

Stock ClearNlp postag models.

You can download jar file clear-postag-models 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add clear-postag-models-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

clear-postag-models-1.3.0-sources.jar
clear-postag-models-1.3.0.jar
clear-postag-models-1.3.0.pom



Related Tutorials