-
-
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
One-off error with end index when OP "*" ending the pattern #1148
Comments
That doesn't appear to be a bug in spaCy, but in my code. The additional -1s are not required. The corrected acceptor method is
The reason I included that -1 is based on the experience with another pattern:
For the sentence |
Please let me know if I need to create a separate issue for this. |
I think this was a bug in the v1 |
Tried the following code
and got the following output |
Am unable to re-open the issue (isaacs/github#583) and hence leaving the current issue closed and opening a fresh one #1450. |
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. |
Not authorized to reopen 429, and hence creating a new issue.
This happens only if I add an acceptor. Pattern:
Acceptor method:
The text was updated successfully, but these errors were encountered: