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

https://github.com/danieldk/conllu

Reader/writer for the CoNLL-U format
https://github.com/danieldk/conllu

Last synced: 4 months ago
JSON representation

Reader/writer for the CoNLL-U format

Awesome Lists containing this project

README

          

[![Crate](https://img.shields.io/crates/v/conllu.svg)](https://crates.io/crates/conllu)
[![Docs](https://docs.rs/conllu/badge.svg)](https://docs.rs/conllu/)

## Introduction

This is a package for reading and writing CoNLL-U files in Rust. Please
consult the [API documentation](https://docs.rs/conllu/) for
usage information.

**Note:** This crate is still new, its API will change.

The CoNLL-U format is not fully supported yet, see the [relevant
issues](https://github.com/danieldk/conllu/issues?q=is%3Aissue+is%3Aopen+label%3Aspec-violation)
for specification violations.