1
0
forked from tdwojak/Python2017

commited tasks

This commit is contained in:
s45150 2017-12-12 19:12:07 +01:00
parent b08baa9110
commit 0395d2f228

View File

@ -22,6 +22,7 @@ for Fname in glob.glob(os.getcwd() + '\scores\*.bleu'):
if BLEUValueTmp > BLEUValue:
BLEUValue = BLEUValueTmp
BLEUFileMax = fp.name
fp.close
print "Max:", BLEUValue
print "File Name: ", BLEUFileMax