We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Normalize German umlaut ("ä" -> "ae", etc.) before applying filtering rules, preferably at training time to make models (a bit) denser.
Branched from #87.
A German stemmer (#123) would fix it.
The text was updated successfully, but these errors were encountered:
This does not seem a real problem in our training set (e.g. "ueber*", which would expand both ÜZ and ÜLT, occurs only 2 times), downgrading.
Sorry, something went wrong.
Consider using unidecode instead of the old transliterate_to_seven_bit function.
unidecode
transliterate_to_seven_bit
No branches or pull requests
Normalize German umlaut ("ä" -> "ae", etc.) before applying filtering rules, preferably at training time to make models (a bit) denser.
Branched from #87.
A German stemmer (#123) would fix it.
The text was updated successfully, but these errors were encountered: