sheng-z / predpatt_calibration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

predpatt_calibration

Prerequisites

Install a specific commit of PredPatt first.

git clone https://github.com/hltcoe/PredPatt.git
cd PredPatt
pip install . --upgrade

HIT Data Generation (csv files)

You can generate csv files from UD parses in CoNLL format. For example,

git clone https://github.com/sheng-z/predpatt_calibration.git
cd predpatt_calibration
python scripts/gen_hits.py samples/en_sample.conllu hits.csv

Example CoNLL files are in samples.

Example csv files are in data/multi_lang_hits.

About


Languages

Language:Python 100.0%