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 (Porter algorithm?) to LuceneTagger #4

Open
stargazer33 opened this issue Feb 21, 2015 · 0 comments
Open

Add stemming (Porter algorithm?) to LuceneTagger #4

stargazer33 opened this issue Feb 21, 2015 · 0 comments

Comments

@stargazer33
Copy link
Owner

Having stemming in Java code we will have less redundancy in queries than at the moment.

Phrases like this:
"Backend Developer"~1 OR "Backend Development"~1
will be just "Backend Developer"~1
and stemming algorithm will cover all the variants

See config.java-backend.yml, under "lucenetagger" and "query"

@stargazer33 stargazer33 changed the title Add stemming (Porter?) to LuceneTagger Add stemming (Porter algorithm?) to LuceneTagger Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant