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
- Host: GitHub
- URL: https://github.com/danieldk/conllx-io
- Owner: danieldk
- Created: 2014-07-27T16:17:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T08:38:34.000Z (almost 12 years ago)
- Last Synced: 2025-07-06T00:01:43.370Z (12 months ago)
- Language: Java
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
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.