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
There are several languages that change their choice of articles or prepositions depending on whether it starts or ends in a vowel or consonant. As an example, the word "apple" has IPA information for pronouncing words in Wikidata. The vowel and consonant properties can be derived from that information. Properly supporting the English indefinite article requires this information to handle all of the edge cases. For example, in English you say "an apple" and not "a apple". You can make default guesses with a UnicodeSet to check the base character being in "[aeiou]" for the front of the word, but you have to handle such edge cases with exceptions, such as "an LED light", or "a unicorn".
The text was updated successfully, but these errors were encountered:
…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
…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
There are several languages that change their choice of articles or prepositions depending on whether it starts or ends in a vowel or consonant. As an example, the word "apple" has IPA information for pronouncing words in Wikidata. The vowel and consonant properties can be derived from that information. Properly supporting the English indefinite article requires this information to handle all of the edge cases. For example, in English you say "an apple" and not "a apple". You can make default guesses with a UnicodeSet to check the base character being in "[aeiou]" for the front of the word, but you have to handle such edge cases with exceptions, such as "an LED light", or "a unicorn".
The text was updated successfully, but these errors were encountered: