Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The method lemmatize of MorfologikLemmatizer is not thread-safe.
Concurrent invokes may rise exceptions and return unpredictable resutls.
It seems that the whole method must be sync because the variable returned by the morfologik lib is shared between threads.