Method: BLEU.hbleu_

Defined in:
lib/zipf/bleu.rb

.hbleu_(counts, n, debug = false) ⇒ Object



127
128
129
# File 'lib/zipf/bleu.rb', line 127

def BLEU::hbleu_ counts, n, debug=false
  (100*bleu(counts, n, debug)).round(3)
end