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

Stemming #8

Open
DeanSherwin opened this issue Jul 3, 2018 · 3 comments
Open

Stemming #8

DeanSherwin opened this issue Jul 3, 2018 · 3 comments

Comments

@DeanSherwin
Copy link
Contributor

Just putting this here so it doesn't get forgotten. We should look into the process of 'Stemming' which remove prefixes and suffixes from words eg. 'ing'. 'ed' etc....

@DeanSherwin
Copy link
Contributor Author

Whoosh search engine does this

@DeanSherwin
Copy link
Contributor Author

stemming algorithms such as Porter and Porter2, Paice Husk, and Lovins.

These are available in the Whoosh source code.

@DeanSherwin
Copy link
Contributor Author

Lemmatization is a similar, less forceful process.

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

1 participant