kedudzic commited on
Commit
663a5f1
1 Parent(s): ec2bd97

change metric name

Browse files
Files changed (1) hide show
  1. charmatch.py +1 -1
charmatch.py CHANGED
@@ -114,5 +114,5 @@ class charmatch(evaluate.Metric):
114
  avg = calculate_metric(t_list, dl_sh_list, dl_sg_list)
115
 
116
  return {
117
- "fscore": avg
118
  }
 
114
  avg = calculate_metric(t_list, dl_sh_list, dl_sg_list)
115
 
116
  return {
117
+ "charmatch": avg
118
  }