| License |
License
The BSD 3-Clause License
|
|---|---|
| GroupId | GroupIdorg.cleartk |
| ArtifactId | ArtifactIdcleartk-token |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClearTK Token
ClearTK annotators for sentence segmentation and tokenization
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cleartk-token-2.0.0.pom | |
| cleartk-token-2.0.0.jar | 39 KB |
| cleartk-token-2.0.0-sources.jar | 42 KB |
| cleartk-token-2.0.0-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cleartk/cleartk-token/ -->
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-token</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cleartk/cleartk-token/
implementation 'org.cleartk:cleartk-token:2.0.0'
// https://jarcasting.com/artifacts/org.cleartk/cleartk-token/
implementation ("org.cleartk:cleartk-token:2.0.0")
'org.cleartk:cleartk-token:jar:2.0.0'
<dependency org="org.cleartk" name="cleartk-token" rev="2.0.0">
<artifact name="cleartk-token" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-token', version='2.0.0')
)
libraryDependencies += "org.cleartk" % "cleartk-token" % "2.0.0"
[org.cleartk/cleartk-token "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.cleartk : cleartk-util | jar | 2.0.0 |
| org.cleartk : cleartk-type-system | jar | 2.0.0 |
| org.cleartk : cleartk-ml | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.cleartk : cleartk-test-util | jar | 2.0.0 |
| org.apache.uima : uimaj-document-annotation | jar | 2.5.0 |