1
0
Fork 0

commited tasks

This commit is contained in:
s45150 2017-12-12 19:12:07 +01:00
parent b08baa9110
commit 0395d2f228
1 changed files with 1 additions and 0 deletions

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