is not current version
Last Version 0.2.3

com.kotlinnlp:tokenslabeler 0.2.1

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.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

tokenslabeler
Version

Version

0.2.1
Type

Type

jar

Download tokenslabeler 0.2.1


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