-
Notifications
You must be signed in to change notification settings - Fork 6
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
Include the hyphen in zekwä-äo, kato-o, etc. #132
Comments
This is annoying because conjugation strings use "-" to separate parts, and so if we just try to insert "-" for zekwä-äo etc., it will confuse the conjugation string code. |
Probably the best solution is to change the conjugation strings to use another separator than "-". |
The way I made fwew-lib do it:
That way, it will recognize zekwä-äo and fya'o-o, but not arbitrarily placed hyphens or tokx-äo |
With the way Reykunyu works, this is actually quite simple to implement (check if vowels are the same and if so add |
https://en.wikipedia.org/wiki/Wikipedia:Hyphens_and_dashes There are ways to make things that look like hyphens but are different to a computer. It might help |
Reykunyu doesn't include the hyphen, which means that it doesn't find anything for zekwä-äo and instead marks zekwääo as correct.
The text was updated successfully, but these errors were encountered: