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

https://github.com/danieldk/conllx

Go reader for the CONLL-X format
https://github.com/danieldk/conllx

conllx go reader writer

Last synced: about 2 months ago
JSON representation

Go reader for the CONLL-X format

Awesome Lists containing this project

README

        

## Introduction

[![GoDoc](https://godoc.org/gopkg.in/danieldk/conllx.v1?status.svg)](https://godoc.org/gopkg.in/danieldk/conllx.v1)
[![Report card](http://goreportcard.com/badge/danieldk/conllx)](http://goreportcard.com/report/danieldk/conllx)
[![Build Status](https://travis-ci.org/danieldk/citar.svg?branch=master)](https://travis-ci.org/danieldk/citar)

This is a package for reading and writing CONLL-X files in Go.

## Installation

This package can be installed with the go command:

go get gopkg.in/danieldk/conllx.v1

The package documentation is available at: https://godoc.org/gopkg.in/danieldk/conllx.v1