Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 638 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 638 Bytes

conllx_df

A suite of tools that manipulate CoNLL-X/U files, with a focus on Arabic script.

Introduction

The core of the package is the CoNLL-X class from the paper <a href="http://aclanthology.org/W06-2920.pdf"><i>CoNLL-X shared task on Multilingual Dependency Parsing</i></a>.

Since CoNLL-U is a more generalized version of CoNLL-U, CoNLL-U files can be used.

Installation

  1. Clone this repo
  2. Set up a virtual environment
  3. Install the required packages:
pip install -r requirements.txt

Usage

Refer to sample_usage.py for examples on how to use this repo.