Closed GoogleCodeExporter closed 8 years ago
Sorry for not responding earlier, but basically the answer is that stemming is
an imperfect solution (yes, it would be better for slothful to be counted as
"sloth"). However, because we are not doing any of the work of stemming we
cannot change its behaviour - we just take what is given.
Original comment by jonmmor...@gmail.com
on 3 Sep 2014 at 12:59
Sorry, I clearly didn't read your comment carefully enough.
Stemming will treat "slothful" and "sloth" as the same, so your search would
work if there was at least one use of "sloth" in the book.
However, it looks like when we are checking "Is this word in the current book"
we're just checking the word, rather than whether there are any other stemmed
versions of the word.
We should fix this.
Original comment by jonmmor...@gmail.com
on 3 Jan 2015 at 12:28
Fixed in r1426.
Original comment by jonmmor...@gmail.com
on 4 Jan 2015 at 11:34
Original issue reported on code.google.com by
wcl.k...@gmail.com
on 19 Aug 2014 at 2:28