Download cleartk-token-0.9.0.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.9.0 in this page.

License

The BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials