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

Updating for Python3 compatibility.

Open jbarrow opened this issue 6 years ago • 0 comments

Views (.keys(), .items(), etc.) are generators in Python 3, so we need to explicitly cast them as lists to be able to concatenate.

jbarrow avatar May 31 '18 18:05 jbarrow