-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Annotation] Show case annotations after a user types a preposition #275
Comments
I will be working on this :) |
Just to confirm a few things For Dative we would display Dat Am I right ? |
Exactly, except for accusative it's ACC as a base :) There are also German and Russian versions of them, which can be found here. So there's the base, and we should convert them over using the dictionary there 😊 Thanks for checking in, @angrezichatterbox! |
Okay Thanks. I think I should do the same for the Noun annotations as well. |
Yes exactly :) Would be good if the PR for this would include that as well 😊 |
Closed by #306 🚀 Thanks for the great work here and the care you put into the styling, @angrezichatterbox! |
Terms
Description
This issue is the first to complete the case declension functionality within Scribe keyboards, which currently is a feature for German and Russian keyboards, but will be needed for others in the future. In these languages, after a preposition the speaker then needs to be using a new case such as accusative, dative, genitive and many others. An example of this in English is
With "whom" are you going to the library
? "With" puts us in a different case (no idea if this is defined for English, but for German it would be dative). In Scribe keyboards we thus show the case that would follow each preposition after the user types one.The functionality for this feature is:
An example for the German Scribe keyboard is (The German for "with", "mit", is dative case):
Contribution
Happy to assist with this and review once a PR is up! 🚀
The text was updated successfully, but these errors were encountered: