-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add lower_
property to Span
class?
#669
Comments
Maybe! If so, we should support the other string methods too, right? I think we should think more deeply about an ABC over |
Agreed! I just didn't want to ask for more than I had immediate use for. :) |
I'd like to take a shot at this; any pointers? |
Sorry for letting this slip --- adding the other string methods sounds good. Adding the help wanted tag here. The file to change is https://github.com/explosion/spaCy/blob/master/spacy/tokens/span.pyx Tests would go here: https://github.com/explosion/spaCy/blob/master/spacy/tests/spans/test_span.py |
Fixed in #883! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is a feature request, not a bug. (Is there a better place to post re: enhancements?)
For convenience, it would be great to have a
lower_
property on spans analogous to thelemma_
property. Looks like it would be a super straightforward change, maybe even justThanks in advance!
The text was updated successfully, but these errors were encountered: