forked from tdwojak/Python2017
commited tasks
This commit is contained in:
parent
e41ec1cb80
commit
b08baa9110
@ -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
|
Loading…
Reference in New Issue
Block a user