is not current version
Last Version 2.0.0

org.cleartk:cleartk-token 0.8.6

ClearTK annotators for sentence segmentation and tokenization

GroupId

GroupId

org.cleartk
ArtifactId

ArtifactId

cleartk-token
Version

Version

0.8.6
Type

Type

jar

Download cleartk-token 0.8.6


<!-- https://jarcasting.com/artifacts/org.cleartk/cleartk-token/ -->
<dependency>
    <groupId>org.cleartk</groupId>
    <artifactId>cleartk-token</artifactId>
    <version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.cleartk/cleartk-token/
implementation 'org.cleartk:cleartk-token:0.8.6'
// https://jarcasting.com/artifacts/org.cleartk/cleartk-token/
implementation ("org.cleartk:cleartk-token:0.8.6")
'org.cleartk:cleartk-token:jar:0.8.6'
<dependency org="org.cleartk" name="cleartk-token" rev="0.8.6">
  <artifact name="cleartk-token" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-token', version='0.8.6')
)
libraryDependencies += "org.cleartk" % "cleartk-token" % "0.8.6"
[org.cleartk/cleartk-token "0.8.6"]