https://github.com/sigmorphon/conll2018
Raw File
Tip revision: 490e2e0693241f708670d9d1c56803b754fab7cd authored by mhulden on 14 August 2018, 21:50:11 UTC
Fix re-reversal of lemma for correct -o operation
Tip revision: 490e2e0
README
The official evaluation script lives in this directory. We have provided sample output from the baseline model on the development data in sample-output/. You may run the baseline as shown in the examples below.

Task 1 Evaluation:

python3 evalm.py --guess sample-output/task1/persian-medium-out --gold ../all/persian-dev --task 1

acccuracy:	67.30
levenshtein:	0.93
back to top