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

regular inflection for nouns and verbs #12

Open
jaumeortola opened this issue Mar 12, 2024 · 1 comment
Open

regular inflection for nouns and verbs #12

jaumeortola opened this issue Mar 12, 2024 · 1 comment

Comments

@jaumeortola
Copy link
Member

This is my proposal to generate the inflection of regular nouns and verbs: https://github.com/languagetool-org/english-pos-dict/blob/main/src-dict/inflection.py

This is not critical in any case. Everything that is not defined as a regular inflection will be treated as irregular. That means that the irregular forms have to be written explicitly.
Cases like potato/potatoes, life/lives are not considered regular now, but they could be. It seems better if we don't consider them regular.

That's all we need. Some small details could change when we check the whole dictionary.
Does it look good to you? @AzadehSafakish

@AzadehSafakish
Copy link
Collaborator

Does it look good to you?

I'm not seeing anything that could be an issue, so it should be ok ✅

It seems better if we don't consider them regular...
Some small details could change when we check the whole dictionary.

Agreed.

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

2 participants