conlleval.py icon indicating copy to clipboard operation
conlleval.py copied to clipboard

Python API

Open spyysalo opened this issue 8 years ago • 0 comments

The script takes input as a sequence of strings in CoNLL format:

https://github.com/spyysalo/conlleval.py/blob/master/conlleval.py#L57

This is fine for command-line use, but cumbersome for calling from Python. There should be a way to invoke evaluation with Python objects.

h/t: @marekrei

spyysalo avatar Jun 05 '16 09:06 spyysalo