| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.kotlinnlp |
| ArtifactId | ArtifactIdtokenslabeler |
| Last Version | Last Version0.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.kotlinnlp:tokenslabeler
TokensLabeler allows to annotate the tokens of a sentence according to the BIEOU notation (or a subset of),
in which the set of labels is defined in the training set.
|
| Filename | Size |
|---|---|
| tokenslabeler-0.2.3.pom | |
| tokenslabeler-0.2.3.jar | 89 KB |
| tokenslabeler-0.2.3-sources.jar | 24 KB |
| tokenslabeler-0.2.3-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinnlp/tokenslabeler/ -->
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>tokenslabeler</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/tokenslabeler/
implementation 'com.kotlinnlp:tokenslabeler:0.2.3'
// https://jarcasting.com/artifacts/com.kotlinnlp/tokenslabeler/
implementation ("com.kotlinnlp:tokenslabeler:0.2.3")
'com.kotlinnlp:tokenslabeler:jar:0.2.3'
<dependency org="com.kotlinnlp" name="tokenslabeler" rev="0.2.3">
<artifact name="tokenslabeler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='tokenslabeler', version='0.2.3')
)
libraryDependencies += "com.kotlinnlp" % "tokenslabeler" % "0.2.3"
[com.kotlinnlp/tokenslabeler "0.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |
| com.xenomachina : xenocom | jar | 0.0.5 |
| com.xenomachina : kotlin-argparser | jar | 2.0.7 |
| com.beust : klaxon | jar | 5.2 |
| com.kotlinnlp : tokensencoder | jar | 0.5.4 |