The Porter stemmer from the BKNR repository is the one that comes with quicklisp. I noticed a bug when stemming the word "ion" due to the special case for that suffix. Attached is a patch. This bug isn't present in the code on Porter's own site (http://tartarus.org/martin/PorterStemmer/commonlisp.txt)
Happy hacking, Vladimir
Hi Vladimir,
sorry for not getting back earlier about this. I have extracted the library from the BKNR subversion repository (which is in archival mode) to https://github.com/hanshuebner/stem - I'm going to open an issue with quicklisp so that the origin is changed.
Thanks for the patch! Hans
On Tue, Nov 29, 2011 at 6:12 PM, Vladimir Sedach vsedach@gmail.com wrote:
The Porter stemmer from the BKNR repository is the one that comes with quicklisp. I noticed a bug when stemming the word "ion" due to the special case for that suffix. Attached is a patch. This bug isn't present in the code on Porter's own site (http://tartarus.org/martin/PorterStemmer/commonlisp.txt)
Happy hacking, Vladimir
bknr-devel mailing list bknr-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/bknr-devel