Last Version

com.kotlinnlp:tokenslabeler 0.2.3

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.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

tokenslabeler
Version

Version

0.2.3
Type

Type

jar
Description

Description

com.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.

Download tokenslabeler 0.2.3


<!-- 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"]

Dependencies

compile (6)

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

Project Modules

There are no modules declared in this project.