Download cleartk-token-0.8.4.jar file - Jar c

Jar examples for c:cleartk-token

Description

ClearTK annotators for sentence segmentation and tokenization

You can download jar file cleartk-token 0.8.4 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add cleartk-token-0.8.4.jar to your project.

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

Download

Click the following link to download the jar file.

cleartk-token-0.8.4-javadoc.jar
cleartk-token-0.8.4-sources.jar
cleartk-token-0.8.4.jar
cleartk-token-0.8.4.pom



Related Tutorials