Last Version

com.kotlinnlp:conllio 0.2.10

CoNLLIO is a Kotlin library designed to read CoNLL-style data format, turning them into a list of Sentences and Tokens.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

conllio
Version

Version

0.2.10
Type

Type

jar
Description

Description

com.kotlinnlp:conllio
CoNLLIO is a Kotlin library designed to read CoNLL-style data format, turning them into a list of Sentences and Tokens.
Project URL

Project URL

http://github.com/kotlinnlp/conllio
Source Code Management

Source Code Management

http://github.com/kotlinnlp/conllio/tree/master

Download conllio 0.2.10


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

Dependencies

compile (7)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
org.spekframework.spek2 : spek-dsl-jvm pom 2.0.5
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.5
com.squareup.moshi : moshi jar 1.5.0
com.squareup.moshi : moshi-kotlin jar 1.5.0
com.kotlinnlp : linguisticdescription jar 0.12.2

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.