-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Question]: sentence.to_dict(tag_type='ner') no longer have the 'entities' key #3265
Comments
Hi @javinator48 can you check if #3271 fixes your issue? |
Hi @helpmefindaname , can you please explain a little bit more about what I should do now? Currently I am installing the package using |
Thanks for the help. I managed to solve my issue by using the flair0.10 pip install flair==0.10. |
I am asking you to pip install the branch, instead of the pypi repo. e.g. running |
Question
Currently I run the example shown here in a previous issues question. However I am unable to get the correct format for the sentence.to_dict(tag_type='ner') output. Currently I am expecting there to be an entities key but my out put doesn't have the key. I was wondering if there is a flag I have to set when calling the to_dict function. Why isn't it working the same as before?
The text was updated successfully, but these errors were encountered: