ChanceNCounter

Results 215 comments of ChanceNCounter

> this change was intentionally part of normalization process Okay but the current state of affairs is unacceptable.

I think we might be talking about different things here. The periods in the issue title are literal. The normalizer handles `"5%"` correctly. It mishandles `"5%."`, returning `"5 %."` `"%."`...

for localization's sake, this should probably be something more like (edit with working one-liner for one case) ```python3 def pronounce_digits(n: float, all_digits=False): # By default, at least in English, behave...

A few minutes ago, I realized the way I was trying to distinguish comma-delimited decimals from comma-delimited thousands wasn't gonna work. So I came here to mark this WIP, and...

It occurs to me that this argument will almost always be used to parse `','` as a decimal point, and that users who want `','` for decimal points will almost...

> in a computer a decimal number is always represented with a . regardless of language. > > I don't think we will get any stt transcription ever where this...

Alright, here we go, now that I'm free and at a desktop. Say you wanted TTS to read lines from a document, containing yearly *something*, and you knew the file's...

`en_AU` and the number scale is a perfect example! I think the goal is to make it changeable at runtime, but we don't need to get fancy with the data...

And, probably goes without saying, if Mycroft has an intent to fine-tune settings like that, it can just call the same get/setters. After the refactor, depending how we implement the...