I am using the lucene German Stemmer/Analyzer. There seems to be a bug
within the GermanStemmer class. As far as i understand the algorithm the
count variable "substCount"
should be set to 0 before processing the next token.
In the current implementation, the stemmed result will differ for the same
terms after a while.
The easiest solution would be to reset that counter variable in the method:
"private StringBuffer substitute( StringBuffer buffer )" .
best regards
Bernhard
--
To unsubscribe, e-mail:
For additional commands, e-mail: