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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: