saridormi commited on
Commit
b529fa6
1 Parent(s): 6de9c64

try to fix naming errors

Browse files
Files changed (1) hide show
  1. b_norm.py +1 -1
b_norm.py CHANGED
@@ -43,7 +43,7 @@ This class uses implementation provided in the replication package.
43
  """
44
 
45
 
46
- class BLEUNorm(evaluate.Metric):
47
  def _info(self):
48
  return evaluate.MetricInfo(
49
  description=_DESCRIPTION,
 
43
  """
44
 
45
 
46
+ class BNorm(evaluate.Metric):
47
  def _info(self):
48
  return evaluate.MetricInfo(
49
  description=_DESCRIPTION,