-
Notifications
You must be signed in to change notification settings - Fork 555
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
German words #14
Comments
True, and also in German the pronouns "sie" and "Sie" have different meanings, so differentiating them in statistics could lead to much better results. |
In addition, there are a large number of words that should be spelled with an Umlaut "ä", "ö", "ü" but occur also in the list with the Umlaut replaced with "ae", "oe" and "ue". This is an acceptable spelling only if the Umlaut is not available for some reason. These days we have Unicode and these spellings should not be considered correct under any circumstances. |
I'm also hoping this can be fixed |
Let me see if I can hack this bit in @felix-schneider - might have to do a find and replace. The issue with nouns @DiplEng and @amadeomano is knowing how to identify them programmatically. The data is just a sentence - most likely manually created |
For german words it would be really beneficially if they could be written properly -> Nouns are written capitalized.
So not "freund" but "Freund".
This would allow this list to be used for spellchecking.
The text was updated successfully, but these errors were encountered: