eu.danieldk.nlp:conllx-io

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

eu.danieldk.nlp
Идентификатор

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

conllx-io
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

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

https://github.com/danieldk/conllx-io

Скачать conllx-io

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 17.0
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

conllx-io

Introduction

This is a small library providing a reader and writer for the CoNLL-X format. It is less strict than the actual CoNLL format, since it allows any column except the ID column to be optional. This makes the library useful for non-dependency parsing tasks as well.

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

Версия
1.0.0