This commit is contained in:
Kacper Kurzeja 2019-04-26 15:13:44 +02:00
parent 65718229aa
commit 82ba786f26

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
python3 ./xml_parser.py
python ./xml_parser.py
paste wikiniews_results.tsv WERs > wikiniews_results_with_WERs.tsv