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
Aedict deinflects to nouns #701
Comments
That is true, thank you for pointing this out. Unfortunately, the deinflection engine works without access to the dictionary. Therefore the engine does not have information whether the deinflection product actually makes sense or not ;) But, the dictionary matcher engine can take this information in account and filter out non-verb and non-adjective words created with deinflection. I'll look at that. |
This still seems to be happening, is there any chance of progress? |
Sorry, I had no time to look at this. It's not as straightforward. I thought about just searching for verbs, but what if someone is searching actually for a noun? But I have an idea: search the original term without limitation, and union the search results with the search in verbs for deinflected term. Let me write a couple of tests and play with this. |
Fixed in Aedict 3.46 |
For example, if I put in makenai or まけない, the first result is 巻く、and there is a note on the bottom that says
まけない-まける : I do not do something
まける-まける、まく: I'm able to do something
Seems ok, but it's also repeated for words that can't be conjugated, like nouns 幕 and 膜
The text was updated successfully, but these errors were encountered: