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

fix: may not work asynchronously #11

Open
N8Brooks opened this issue Feb 23, 2022 · 0 comments
Open

fix: may not work asynchronously #11

N8Brooks opened this issue Feb 23, 2022 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@N8Brooks
Copy link
Owner

Some of the stemmers are stateful. There could potentially be cases where multiple words are being stemmed at once from the same stemmer instance. This could cause there states to interact undesirably. Maybe not possible.

The fix would be to modify the stemmers so that they are not stateful.

@N8Brooks N8Brooks added bug Something isn't working wontfix This will not be worked on labels Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant