Enable read-in of CSV-formatted ground truth for EvalBase init
nrweir opened this issue · 1 comments
nrweir commented
Though cw_eval.baseeval.EvalBase.load_truth()
can accept CSV-formatted ground truth files, __init__
cannot. This could be annoying if someone only has CSV-formatted ground truth. __init__
needs to be extended to accommodate CSVs without interfering with its current arguments.