The PorterStemmer currently uses class-scope side-effects to stem tokens.
The class needs to be rewritten such that the stem(String) method doesn't
change the state of the object and so is thread-safe (currently is
synchronized).
Original issue reported on code.google.com by David.Ju...@gmail.com on 21 Jan 2010 at 10:55
Original issue reported on code.google.com by
David.Ju...@gmail.com
on 21 Jan 2010 at 10:55