forked from tdwojak/Python2017
commited tasks
This commit is contained in:
parent
b08baa9110
commit
0395d2f228
@ -22,6 +22,7 @@ for Fname in glob.glob(os.getcwd() + '\scores\*.bleu'):
|
|||||||
if BLEUValueTmp > BLEUValue:
|
if BLEUValueTmp > BLEUValue:
|
||||||
BLEUValue = BLEUValueTmp
|
BLEUValue = BLEUValueTmp
|
||||||
BLEUFileMax = fp.name
|
BLEUFileMax = fp.name
|
||||||
|
fp.close
|
||||||
|
|
||||||
print "Max:", BLEUValue
|
print "Max:", BLEUValue
|
||||||
print "File Name: ", BLEUFileMax
|
print "File Name: ", BLEUFileMax
|
Loading…
Reference in New Issue
Block a user