MVN

com.kotlinnlp : tokenslabeler

Maven & Gradle

Jun 16, 2020
1 usages

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.

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>tokenslabeler</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : tokenslabeler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of com.kotlinnlp : tokenslabeler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
tokenslabeler-0.2.3
tokenslabeler-0.2.2
tokenslabeler-0.2.1
tokenslabeler-0.2.0
0.1.x
tokenslabeler-0.1.1
tokenslabeler-0.1.0

How to add a dependency to Maven

Add the following com.kotlinnlp : tokenslabeler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>tokenslabeler</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : tokenslabeler gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:tokenslabeler:0.2.3'

Gradle Kotlin DSL: Add the following com.kotlinnlp : tokenslabeler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:tokenslabeler:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : tokenslabeler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "tokenslabeler" % "0.2.3"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies