-
The snowball stemmers are very aggressive and it would be nice if there were lighter alternatives.
Some applications may want to perform less aggressive stemming, for example:
http://www.lucidimagina…
-
There doesn't appear to be any tests for stemming in any of the test cases.
I understand that Solr supports stemming and that Whoosh does not. Perhaps a small block of tests that demonstrate this fu…
-
Searching for the word 'orange' will result incorrectly in matches for 'orang'.
Likewise, searching for 'apple' will incorrectly match 'appl'
The problem is in step6() of the PorterStemmer class.
…