Skip to content
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

Support passing a doc directly to parse with the spaCy backend #24

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

bryant1410
Copy link
Contributor

This change allows passing a spaCy doc directly to parse in the spaCy backend. I know it breaks the abstraction, but it allows us to reuse an existing doc and thus avoids the extra processing of re-computing it, because, AFAIK, spaCy doesn't cache the result.

@vacancy vacancy merged commit 9e969be into vacancy:master Oct 6, 2023
@vacancy
Copy link
Owner

vacancy commented Oct 6, 2023

Thank you for contributing!

@bryant1410 bryant1410 deleted the patch-1 branch October 6, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants