ChanceNCounter

Results 215 comments of ChanceNCounter

Excellent point. In fact, phone numbers probably represent an unhandled edge case for number parsing in general, not just for normalizing. Is a hyphen-as-range context dependent? I could be missing...

The dawn of true localization: tests that fail because it ain't quite doing full lang codes. Step 3 of this PR: `en-au`

**BROKEN:** (note to self, fix in next step) the "active" localization is always set to the language's *default* localization, regardless of what language you pass to `load_language()` in other words,...

Ready for review, but probably not for merge. I have yet to run coverage, for instance, although config's guts should be covered by accident, and direct access is inherent to...

That's bizarre. `int(92090.0)` returns 92090. `int(str(92090.0))` returns ValueError. I don't wanna suggest a kludge as a hotfix, and I haven't looked at the code yet, but it's obviously coming *from*...

I spaced out the last time I looked at this, I guess. `nice_number()` takes a float and returns a string. Was `'92090.0'` a string on its way in?

Incidentally, @Tony763 had volunteered to work on problems with the Czech tests. On review, I think they're okay at the moment, but you might want to look at the state...

Well, that oughta do, then! Is it CLAd?

I think we'll need several more for the ~~short~~ long scale case.

(6 weeks later...) On reflection, it still seems like a bad idea to restrict year to > 60, because we almost certainly want to support utterances like, "What happened on...