This commit is contained in:
Kacper Kurzeja 2019-04-26 15:17:29 +02:00
parent 6baabaa0c9
commit 38ed63a282

View File

@ -4,5 +4,5 @@ awk -f txt_to_tsr_converter.awk < references.txt > references.trn
awk -f txt_to_tsr_converter.awk < hypotheses.txt > hypotheses.trn
sclite -f 0 -r references.trn trn -h hypotheses.trn trn -e utf-8 -i rm -o all -p > tmp_metrics
python ./xml_parser.py
python3 ./xml_parser.py
paste wikiniews_results.tsv WERs > wikiniews_results_with_WERs.tsv