Closed latchukarthick98 closed 2 years ago
Oops, sorry, that was a mistake on my side when correcting a bug yesterday.
Thank you! It worked. But the same error persists for "Step by step NER" tutorial.
That's odd, from the error message you got, it seems you are not running the very last version (updated yesterday), since the line 740 in utils.py is now "spans = get_spans(doc, [layer]). Could you do a git pull?
I am using the latest version of skweak: 0.2.17. I tried running the example (quick-start.ipynb) in the repo. When I try to execute
, I get this error.