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

How to best deal with words that have multiple grammatical forms #92

Closed
andrewtavis opened this issue Jan 5, 2022 · 1 comment
Closed
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@andrewtavis
Copy link
Member

andrewtavis commented Jan 5, 2022

This issue is a discussion and implementation of a solution for what to do with words that have multiple forms in a given language. An example is the German word Zeit, which has the english meaning of since and time. This means that this word is both a preposition and a noun. Obviously a distinction comes with nouns being capitalized in German, but then it's again ambiguous at the start of a sentence.

Currently preposition annotation happens after noun annotation, so typing Zeit leads to (Gen) Zeit, but then the noun coloration is triggered and the commandBar output is red. This thus gives all the needed meaning to the user, but then the noun gender is lost to color blind users. Ideally both meanings of the word would be displayed to the user.

A general idea would be to display first the prepositional case and then the noun gender in the command bar separated by a slash and spaces to assure that the user marks the distinction. The output would thus be (Gen / F) Zeit with F and Zeit being red.

@andrewtavis andrewtavis added good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested blocked Another issue is blocking labels Jan 5, 2022
@andrewtavis
Copy link
Member Author

This issue was closed by d6c4ed9 for the design spring in #112. Noun and preposition annotation is now done via symbols that can be put next to each other. Furthermore, preposition cases are rectangles and noun genders are squares to make the difference for the user apparent.

@andrewtavis andrewtavis mentioned this issue Jan 25, 2022
26 tasks
@andrewtavis andrewtavis removed the blocked Another issue is blocking label Jan 29, 2022
@andrewtavis andrewtavis self-assigned this Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant