rageval
rageval copied to clipboard
Feature/batch compute
- Modify the
Metric
class, take the_compute_one
as the abstract method and write a default implementation of_compute_batch
method. - Rewrite the
F1
,ChrF
andTer
metric.