We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have not been able to get the s2v_other_senses from a token or span. I think the culprit is line 199 of file sense2vec/component.py :
return obj._._s2v.get_other_senses(key)
that should be changed to
return obj.doc._._s2v.get_other_senses(key)
The text was updated successfully, but these errors were encountered:
a1b7772
Merge pull request #126 from Anxo06/master
d7dfc37
Fix #118
No branches or pull requests
I have not been able to get the s2v_other_senses from a token or span.
I think the culprit is line 199 of file sense2vec/component.py :
that should be changed to
The text was updated successfully, but these errors were encountered: