You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would send a PR, but I'm not sure if there is a policy about breaking changes.
Also while we're at it, I think rust leans towards unabbreviating such enumerations. I.e. full name like Gerund should be used as enum option and conversion methods provided like opencorpora_to_str() for compatibility with other systems.
The text was updated successfully, but these errors were encountered:
As mentioned in readme, there is no stable API, so feel free to fix such issues.
Anyway, they should be fixed to provide everyone with a non-confusing API.
I would send a PR, but I'm not sure if there is a policy about breaking changes.
Also while we're at it, I think rust leans towards unabbreviating such enumerations. I.e. full name like
Gerund
should be used as enum option and conversion methods provided likeopencorpora_to_str()
for compatibility with other systems.The text was updated successfully, but these errors were encountered: