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

Needs to have proper stemming #58

Open
thdoan opened this issue Dec 2, 2016 · 2 comments
Open

Needs to have proper stemming #58

thdoan opened this issue Dec 2, 2016 · 2 comments

Comments

@thdoan
Copy link

thdoan commented Dec 2, 2016

In it's current form the word lookup is not very useful if used from another app because most words that you read in English have tenses or gerunds, so the lookup would fail or lead to hilarious results. For example, I just looked up "peeped" from Moon+ Reader and Aard 2 brought me to the definition for "pee-pee" LOL.

The WordNet app has proper stemming, so maybe you can borrow some of their code?

@Frenzie
Copy link

Frenzie commented Dec 2, 2016 via email

@nikita-moor
Copy link

nikita-moor commented Jun 16, 2019

It's called morphology search and usually is based on Hunspell (Nuspell, MySpell) library. Some Android dictionary shells, such as GoldenDict Mobile and MDict, use it quite effective. Hope Aard would support morphology too.

@Frenzie
Just stemming is not enough for flective languages. Some words could have hundreds of forms in agglutinative languages, so including them all would bloat the dictionary.

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

3 participants