Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stemming for other languages or delegate stemming into separate module #2

Open
akidee opened this issue Oct 12, 2010 · 3 comments

Comments

@akidee
Copy link

akidee commented Oct 12, 2010

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

@talltyler
Copy link
Owner

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

@akidee
Copy link
Author

akidee commented Oct 17, 2010

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.

@talltyler
Copy link
Owner

Thanks, I'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants