node-search icon indicating copy to clipboard operation
node-search copied to clipboard

Add stemming for other languages or delegate stemming into separate module

Open akidee opened this issue 14 years ago • 3 comments

There are different stemming algorithms for different languages. What about including them as well?

akidee avatar Oct 12 '10 18:10 akidee

Sure, do you have links to ones you would suggest? Do you know of a way of automatically choosing which stemmer to use?

talltyler avatar Oct 17 '10 19:10 talltyler

Postgres has good stemming, I do not know where exactly you can find it, but it is part of tsearch. For PHP, there exists an own stemming library as PECL module. The best solution would be a native implementation. If I had more time, I would help you manage this, because it's important to have a good stemmer.

akidee avatar Oct 17 '10 20:10 akidee

Thanks, I'll look into it.

talltyler avatar Oct 17 '10 20:10 talltyler