We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mkdir -p data_ucca/companion_tokens python ucca/get_companion_tokenization.py data_ucca/companion/ucca/ data_ucca/companion_tokens/
mkdir -p data_ucca/alto_corpus python ucca/convert_training_into_alto_corpus.py data_ucca/ucca/ data_ucca/companion_tokens/ data_ucca/alto_corpus/
This will take a few minutes, and will then write two files in Alto format, training.txt and test.txt, to the alto_corpus directory.
Once we run CreateCorpus from am-tools, we obtain an am-conll file. This file will serve as input to the am-parser model.
To find out how accurately the contractions can be reversed, continue as follows:
This am-conll file can be converted back to an MRP file using EvaluateMRP in am-tools.
python3 decompress_mrp.py mrp/with/contracted/edges outdir/
using mtool