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

Robust transliteration of numbers with "." #1

Open
domcross opened this issue Sep 27, 2020 · 1 comment
Open

Robust transliteration of numbers with "." #1

domcross opened this issue Sep 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@domcross
Copy link

input: Spiele jetzt Station ROM 106.5 FM von Tune in
output: spiele jetzt station r -- o -- m eintausendfünfundsechzig f -- m von tune in

@repodiac repodiac added the enhancement New feature or request label Sep 28, 2020
@repodiac repodiac self-assigned this Sep 28, 2020
@repodiac
Copy link
Owner

Hi - this is somewhat not a clear bug: It translates/transliterates german numbers, which means decimal points like "." are not allowed, i.e. not supported. Try 106,5 for a change. This should work. I think this is more of an enhancement or more robust handling needed to find out about "irregular" or "illegal" numbers (in this way, the dot is just removed and the 106.5 becomes 1065 as it reads).

@repodiac repodiac changed the title Bug in transliteration of numbers Robust transliteration of numbers with "." Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants