jenkinsfile
This commit is contained in:
parent
70171f010f
commit
8d16916a64
@ -2,7 +2,7 @@ import re
|
|||||||
|
|
||||||
wer = open("wer.txt","w")
|
wer = open("wer.txt","w")
|
||||||
|
|
||||||
lastId = "id: (sp1_4)"
|
lastId = ""
|
||||||
|
|
||||||
globalPercent = 0
|
globalPercent = 0
|
||||||
counter = 0
|
counter = 0
|
||||||
|
@ -11,5 +11,5 @@ sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all std
|
|||||||
python ./createWERandSRRFiles.py
|
python ./createWERandSRRFiles.py
|
||||||
|
|
||||||
head -15 wer.txt
|
head -15 wer.txt
|
||||||
head -100 helper.txt
|
head -5000 helper.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user