Clone of Krovetz stemmer, originally distributed here.
> echo hollies | kstem
holly
> echo the cats run up the hills | kstem
the cat run up the hill
Builds on OSX.
cd kstem
make
make install
echo export STEM_DIR=$HOME/local/share/kstem >> ~/.bashrc
. ~/.bashrc