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
- Host: GitHub
- URL: https://github.com/danieldk/conllu
- Owner: danieldk
- License: other
- Created: 2020-03-19T08:21:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T09:21:37.000Z (about 4 years ago)
- Last Synced: 2025-08-21T01:25:19.079Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 76.2 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/conllu)
[](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.