jenkinsfile
This commit is contained in:
parent
908f3b2160
commit
b743320aa4
@ -35,6 +35,8 @@ ssr.write(str(float(ssrCounter)/float(counter) * 100) + "%")
|
|||||||
wer.close()
|
wer.close()
|
||||||
ssr.close()
|
ssr.close()
|
||||||
|
|
||||||
|
kk = open("wikiniews_results2.tsv","w")
|
||||||
|
kk.close()
|
||||||
|
|
||||||
with open('wikiniews_results.tsv','r') as f_in:
|
with open('wikiniews_results.tsv','r') as f_in:
|
||||||
with open('wikiniews_results2.tsv', 'w') as f_out:
|
with open('wikiniews_results2.tsv', 'w') as f_out:
|
||||||
|
Loading…
Reference in New Issue
Block a user