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
At the moment tts/context_analysis.cpp only handles numbers of the form nnnnn. That is, it does not handle numbers of the form:
`n,nnn,nnn` -- e.g. US numbers
`n nnn nnn` -- e.g. Swedish numbers
`n.nnn.nnn` -- e.g. German numbers
This should really be handled in tts/text_reader.cpp which should be passed a "digit separator" character. Doing it this way allows tts/text_reader.cpp to produce a single number token.
This should be done based on the associated document language.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1026783-make-number-parsing-locale-aware?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
At the moment
tts/context_analysis.cpp
only handles numbers of the formnnnnn
. That is, it does not handle numbers of the form:This should really be handled in
tts/text_reader.cpp
which should be passed a "digit separator" character. Doing it this way allowstts/text_reader.cpp
to produce a singlenumber
token.This should be done based on the associated document language.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1026783-make-number-parsing-locale-aware?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: