CoNLLIO (CoNLL Input Output)
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.