Download clearnlp-dictionary-1.0.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 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

clearnlp-dictionary-1.0-sources.jar
clearnlp-dictionary-1.0.jar
clearnlp-dictionary-1.0.pom



Related Tutorials