Displaying 1 result from an estimated 1 matches for "97607b8a".
2014 Mar 31
2
Paice-Husk Stemmer
Hi everyone,
I was working on the Paice-Husk Stemmer, which is a Bite Size Project for
Xapian, and I have created a C++ as well as Snowball version of it.
I read the algorithm, and picked the rules from here:
http://www.comp.lancs.ac.uk/computing/research/stemming/paice/descript.htm
The C++ code takes rules as input from a file and generates the stem of
given word, whereas the Snowball version