diff --git a/labs03/task05.py b/labs03/task05.py index 42563a4..c6c1af3 100644 --- a/labs03/task05.py +++ b/labs03/task05.py @@ -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 \ No newline at end of file