conlleval.py
conlleval.py copied to clipboard
Updating for Python3 compatibility.
Views (.keys()
, .items()
, etc.) are generators in Python 3, so we need to explicitly cast them as lists to be able to concatenate.