-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with spacy 3.x #22
Comments
Just change the line
to
and the corresponding function call in the doccano_transformer.examples file and it should be fine. [EDIT] It works only if you want to use the For |
Or
|
Having the same issue. |
How do you let a bug like this just sit? Unusable after spacy 3 |
@mirfan899 @Matt-Payne you should clearly explain if my approach doesn't work: if you followed, what errors did you get? I clearly mentioned that there might be other constraints :). |
What does the issue say? He is not asking for constraints you came up with. It clearly mentions that |
I've written a script to convert the doccano output jsonl to bilou format json that can be directly converted and used for spacy training. My script doesn't rely on spacy, thus no compatibility issues. |
When running the sample code I get the following error:
Seems like this is removed from spacy v3.x: https://github.com/explosion/spaCy/releases
The text was updated successfully, but these errors were encountered: