Skip to content
Snippets Groups Projects
Commit 4af354c0 authored by jezozwierzak's avatar jezozwierzak
Browse files

Added Avg

parent 38aefb1a
No related merge requests found
......@@ -164,10 +164,9 @@ def main(ch_path, ref_path, chan_names, input_format, out_path, tagset, verbose,
ref_annots = get_annots(ref_sent, chan_name)
stats.update(ch_annots, ref_annots)
results[chan_name] = stats.getStats()
results[chan_name] = stats.getStats()
csvTable.addRow(results)
csvTable.countAvg()
# csvTable.countAvg()
if out_path != '':
out = codecs.open(out_path, "w", "utf-8")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment