-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support inflection of adverbs #12
Labels
discuss
Discussion item
Comments
Technically, it's an adjective (at least in French) ;-) |
That's a good point. That's a difference between English and French. Apparently I don't have the need to inflect adverbs at this time. The adjective inflection issue is here: #13 Maybe this issue can be a lower priority. |
grhoten
pushed a commit
that referenced
this issue
Oct 30, 2024
…CENSE.txt for copyright and permission details. This contribution should resolve the following issues: #5, #6, #7, #11, #12, #13, #15, #17, #18, #19 This contribution is also related to the following issues without fully resolving the issues: 3, 4, 8, 10, 21, 23, 24, 25 This contribution also has an implementation that addresses these CLDR issues: 13025, 13563
grhoten
added a commit
that referenced
this issue
Oct 30, 2024
…CENSE.txt for copyright and permission details. This contribution should resolve the following issues: #5, #6, #7, #11, #12, #13, #15, #17, #18, #19 This contribution is also related to the following issues without fully resolving the issues: 3, 4, 8, 10, 21, 23, 24, 25 This contribution also has an implementation that addresses these CLDR issues: 13025, 13563
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should be able to inflect adverbs. For example, in English, I may have the phrase "The ${device} is on". The word "on" is an adverb, and it's static in English. In a language like French, it can have the following forms:
The choice of adverb depends on the grammatical properties of
${device}
.The text was updated successfully, but these errors were encountered: