is not current version
Last Version 2.0.0

org.cleartk:cleartk-token 0.9.0

ClearTK annotators for sentence segmentation and tokenization

GroupId

GroupId

org.cleartk
ArtifactId

ArtifactId

cleartk-token
Version

Version

0.9.0
Type

Type

jar

Download cleartk-token 0.9.0


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