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

batch support for spacy nlp.pipe() function #17

Closed
davidberenstein1957 opened this issue Oct 3, 2022 · 0 comments
Closed

batch support for spacy nlp.pipe() function #17

davidberenstein1957 opened this issue Oct 3, 2022 · 0 comments
Labels
✨ enhancement New feature or request hacktoberfest Issue/PR marked as suitable for Hacktoberfest

Comments

@davidberenstein1957
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The .pipe() clogs up due to having to make individual requests per Doc to the entity-fishing API.

Describe the solution you'd like
I would like to see async/threaded requests to the entity-fishing API when using the .pipe() function.

Describe alternatives you've considered
N.A.

Additional context
#16

@Lucaterre Lucaterre added hacktoberfest Issue/PR marked as suitable for Hacktoberfest ✨ enhancement New feature or request labels Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request hacktoberfest Issue/PR marked as suitable for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants