mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
scripts/generic/bsbleu.py: Bug fix.
This commit is contained in:
parent
d3b058ca4b
commit
0b6a0e42d6
@ -153,7 +153,7 @@ if __name__ == "__main__":
|
||||
(100*bleu.actual,
|
||||
os.path.basename(Rx.fname),
|
||||
100*bleu.bootstrap[int((args.alpha/2)*args.bootstrap)],
|
||||
100*bleu.bootstrap[int((1-(args.alpha/2)*args.bootstrap)],
|
||||
100*bleu.bootstrap[int((1-(args.alpha/2))*args.bootstrap)],
|
||||
100*bleu.bootstrap[int(.5*args.bootstrap)],
|
||||
c.fname) # os.path.basename(c.fname))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user