Download clearnlp-dictionary-3.1.jar file - Jar c

Jar examples for c:clearnlp-dictionary

Description

Dictionary used for tokenization and morphological analysis.

You can download jar file clearnlp-dictionary 3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add clearnlp-dictionary-3.1.jar to your project.

<dependency>
   <groupId>edu.emory.clir</groupId>
   <artifactId>clearnlp-dictionary</artifactId>
   <version>3.1</version>
</dependency>
compile group: 'edu.emory.clir', name: 'clearnlp-dictionary', version: '3.1'
libraryDependencies += "edu.emory.clir" % "clearnlp-dictionary" % "3.1"
<dependency org="edu.emory.clir" name="clearnlp-dictionary" rev="3.1"/>
@Grapes(@Grab(group='edu.emory.clir', module='clearnlp-dictionary', version='3.1'))
'edu.emory.clir:clearnlp-dictionary:jar:3.1'

Download

Click the following link to download the jar file.

clearnlp-dictionary-3.1-sources.jar
clearnlp-dictionary-3.1.jar
clearnlp-dictionary-3.1.pom



Related Tutorials