You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering is it possible to use it with multi-threading?
I've tried initializing several stemmers (Stemmer()), one for each thread, but it led to a segfault. I
'm not sure why - I thought it should have initialized separate stemmers.
Is there another workaround that can use to parallelize the stemming workload?
The text was updated successfully, but these errors were encountered:
First of all, thank you for the library!
I was wondering is it possible to use it with multi-threading?
I've tried initializing several stemmers (
Stemmer()
), one for each thread, but it led to a segfault. I'm not sure why - I thought it should have initialized separate stemmers.
Is there another workaround that can use to parallelize the stemming workload?
The text was updated successfully, but these errors were encountered: