-
Notifications
You must be signed in to change notification settings - Fork 83
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
Case annotations after contracted prepositions #279
Comments
The person has potentially chosen the right option and doesn't need the annotation, but the behavior of showing the annotations after prepositions should be maintained. |
@andrewtavis Can i work on this? |
Hey @ArslanYM! Thanks for your interest both here and in #278 😊 You’d be welcome to work on this. Let’s chat quickly on what we think is the best way to do this. Should we add entries to the If this sounds good, then I think the change would go into Lemme know what you think! Assigning you now 😊 |
This line right here is the conditional that checks if it's the first time the keyboard is loading. Within there is generally where I put the logic that extends the dictionaries and such. You can see in the line below that's in there how we'd add entries: nouns["Scribe"] = [
"plural": "Scribes",
"form": ""
] We'd then generally just need to define which preposition combinations need to be included, check for the German keyboard, and add them in the above way :) |
@andrewtavis Sorry for bothering. I don't think i can work on this. |
No bother! Happy to help you figure it out of you have interest, but no stress if not :) |
Closed in 97c0afb 🚀 |
Sure thing. Thankyou for being a great mentor. |
My pleasure! Thanks again for your interest 😊 Let me know in #280 if you want to be assigned, and again very happy to explain or discuss further :D |
Terms
Description
Scribe shows case annotations after German prepositions like “in”, “für” and “zu”. As of now it does now show them on cases where a combined preposition has been typed like “zu” + “der” = “zur”. This issue would add a condition to show the appropriate preposition annotations after such words. This issue could also be done in Python in Scribe-Data as well in a way that would simply generate a JSON file with the appropriate data to also include these :)
Contribution
Happy to work on this or support someone who has interest :)
The text was updated successfully, but these errors were encountered: