???
This commit is contained in:
parent
65718229aa
commit
82ba786f26
@ -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
|
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
|
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
|
paste wikiniews_results.tsv WERs > wikiniews_results_with_WERs.tsv
|
Loading…
Reference in New Issue
Block a user