Getting Started
APIs:
langml.third_party.conlleval
EvalCounts
parse_args(argv)
parse_args
parse_tag(t)
parse_tag
evaluate(iterable, options=None, delimiter=None)
evaluate
uniq(iterable)
uniq
calculate_metrics(correct, guessed, total)
calculate_metrics
metrics(counts)
metrics
report(counts, out=None)
report
report_notprint(counts, out=None)
report_notprint
end_of_chunk(prev_tag, tag, prev_type, type_)
end_of_chunk
start_of_chunk(prev_tag, tag, prev_type, type_)
start_of_chunk
return_report(input_file)
return_report
main(argv)
main
ANY_SPACE
Metrics
Bases: Exception
Exception
Common base class for all non-exit exceptions.
Bases: object
object