com.kotlinnlp:conllio

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
Last Version

Last Version

0.2.10
Release Date

Release Date

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

How to add to project

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

CoNLLIO (CoNLL Input Output) Maven Central Build Status

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

It is possible to read the CoNLL-X data format used in the CoNLL 2006 Shared Task and the CoNLL-U data format used in the CoNLL 2017 Shared Task.

CoNLLIO is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>conllio</artifactId>
    <version>0.2.10</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Versions

Version
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0