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

Question: Are stem changing verbs included? #18

Open
ayush9pandey opened this issue Feb 1, 2021 · 2 comments
Open

Question: Are stem changing verbs included? #18

ayush9pandey opened this issue Feb 1, 2021 · 2 comments

Comments

@ayush9pandey
Copy link

Hi!

Just found this repository and I love the idea! I am wondering whether this package handles stem changing verbs as well? For example:

"dormir" becomes "duermo" in present indicative tense in the yo form.

@Benedict-Carling
Copy link
Owner

Hey @ayush9pandey!

Thanks for the interest in the repo! It's quite basic at the moment, currently verbs are split into only 2 categories: non-stem changing regulars and irregulars. At the moment, there's no functionality for stem changing verbs unless they're added to the irregular dictionary.

However, I think it would be good to implement 3 categories of non-stem changing regulars, stem changing regulars and irregulars. This would stop the irregular dictionary getting too big and also many stem changes follow the same pattern you mentioned "o" -> "ue", also "c" -> "zc".

I'd appreciate any opinions or suggestions you have about this! 😃

Best, Benedict

@ayush9pandey
Copy link
Author

Yeah, stem-changing regulars could be a new category to implement.

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