Download cleartk-snowball-2.0.0.jar file - Jar c

Jar examples for c:cleartk-snowball

Description

ClearTK wrapper for Snowball stemer

You can download jar file cleartk-snowball 2.0.0 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add cleartk-snowball-2.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

cleartk-snowball-2.0.0-javadoc.jar
cleartk-snowball-2.0.0-sources.jar
cleartk-snowball-2.0.0.jar
cleartk-snowball-2.0.0.pom



Related Tutorials