Y
Hacker News
new
|
ask
|
show
|
jobs
by
byoung2
4177 days ago
Same with "walked". I've used the Porter Stemming Algorithm in the past, and it works well.
http://tartarus.org/martin/PorterStemmer/
1 comments
chrisfarms
4177 days ago
The data is stored in postgres, so it should be simple enough to use the Snowball dictionary/stemmer and the tsvector/tsquery functions to sort this out.
link