com.kotlinnlp:conllio

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

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

conllio
Последняя версия

Последняя версия

0.2.10
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:conllio
CoNLLIO is a Kotlin library designed to read CoNLL-style data format, turning them into a list of Sentences and Tokens.
Ссылка на сайт

Ссылка на сайт

http://github.com/kotlinnlp/conllio
Система контроля версий

Система контроля версий

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

Скачать conllio

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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