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

Fix deinflect for vs-c (suru verbs ending in す instead of する) #450

Merged
merged 4 commits into from
Dec 3, 2020

Conversation

SaltfishAmi
Copy link
Contributor

No description provided.

SaltfishAmi and others added 4 commits December 3, 2020 12:44
We used to have:

to: WordType.Godan
from: WordType.Godan
= 00000010 00000010
= 514

But now we have:

to: WordType.Godan or WordType.SuruVerb
from: WordType.Godan
= 00010010 00000010
= 4610
@birtles
Copy link
Member

birtles commented Dec 3, 2020

This is great! Thank you!

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

Successfully merging this pull request may close these issues.

2 participants