A suite of tools that manipulate CoNLL-X/U files, with a focus on Arabic script.
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.
- Clone this repo
- Set up a virtual environment
- Install the required packages:
pip install -r requirements.txt
Refer to sample_usage.py for examples on how to use this repo.