Skip to content

diazf/kstem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kstem

Clone of Krovetz stemmer, originally distributed here.

Usage

> echo hollies | kstem
holly

> echo the cats run up the hills | kstem
the cat run up the hill

Notes

Builds on OSX.

cd kstem
make
make install
echo export STEM_DIR=$HOME/local/share/kstem >> ~/.bashrc
. ~/.bashrc

About

stand alone Krovetz stemmer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published