-
Notifications
You must be signed in to change notification settings - Fork 98
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
Comments
Isn't that more something to take care of while you're building a slob
file? That being said, maybe there should be tools or tips to help with
that.
…On Fri, Dec 2, 2016 at 11:13 AM, Tom Doan ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#58>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMYBfgRtyhejN4vIQwjs-Hpqc-Sd6TWks5rD-85gaJpZM4LCZIF>
.
|
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 |
This was referenced Jun 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: