Rename 'edit distance rate' to 'edit distance'

optimizer
wanghaoshuang 7 years ago
parent 795f572fee
commit 8d57e9c76f

@ -232,7 +232,7 @@ class EditDistance(Evaluator):
distance, instance_error = distance_evaluator.eval(exe)
In the above example:
'distance' is the average of the edit distance rate in a pass.
'distance' is the average of the edit distance in a pass.
'instance_error' is the instance error rate in a pass.
"""

Loading…
Cancel
Save