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

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

CoNLL-X reader and writers for Rust
https://github.com/danieldk/conllx-rs

conll conllx corpus rust treebank

Last synced: about 1 year ago
JSON representation

CoNLL-X reader and writers for Rust

Awesome Lists containing this project

README

          

[![Crate](https://img.shields.io/crates/v/conllx.svg)](https://crates.io/crates/conllx)
[![Docs](https://docs.rs/conllx/badge.svg)](https://docs.rs/conllx/)
[![Build Status](https://travis-ci.org/danieldk/conllx-rs.svg?branch=master)](https://travis-ci.org/danieldk/conllx-rs)

## Introduction

This is a package for reading and writing CONLL-X files in Rust. Please
consult the [API documentation](http://rustdoc.danieldk.eu/conllx/) for
usage information.

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

## Installation

This package can be used with Cargo:

[dependencies]
conllx = 0.9