Download cleartk-token-0.8.6.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.6 in this page.

License

The BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials