1
0
forked from tdwojak/Python2017

commited tasks

This commit is contained in:
s45150 2017-12-12 18:59:49 +01:00
parent e41ec1cb80
commit b08baa9110

View File

@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#task05
import os
@ -20,5 +23,5 @@ for Fname in glob.glob(os.getcwd() + '\scores\*.bleu'):
BLEUValue = BLEUValueTmp
BLEUFileMax = fp.name
print(BLEUValue)
print(BLEUFileMax)
print "Max:", BLEUValue
print "File Name: ", BLEUFileMax