An open API service indexing awesome lists of open source software.

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

Reader/writer for CoNLL-X files
https://github.com/danieldk/conllx-io

Last synced: 11 months ago
JSON representation

Reader/writer for CoNLL-X files

Awesome Lists containing this project

README

          

# conllx-io

## Introduction

This is a small library providing a reader and writer for the
[CoNLL-X](http://ilk.uvt.nl/conll/) 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.