ChanceNCounter
ChanceNCounter
I like this extension a lot, but I think it would be even cooler if we could add themes and times to a list. I use my city's skyline as...
Fixes potential circular import during the import-and-crawl phrase of localized function caching, where a localized file attempts to reference its parent. By initializing the rest of the parent file *before*...
Adds `lingua_franca.config`, a dict of dicts. My current intention is the following (though it will be accessed using getters and setters, rather than indices, for everyone's sanity): `lingua_franca.config['global']` provides packagewide...
This attempts to fix #203 using portions of HelloChatterbox#32. All tests pass on my computer, but they were already doing that. Paging @forslund.
The official DateTime Skill currently contains some nifty `get_x()` functions for relevant information, most of which just expose things from Lingua Franca. Others retrieve info from LF and then mutate...
```python3 >>> lingua_franca.format.pronounce_digits(267) 'two six seven' >>> lingua_franca.format.pronounce_digits(267, tens=True) `two sixty seven` >>> lingua_franca.format.pronounce_digits(267.75, tens=True) 'two sixty seven point seven five' ``` Why add granularity when you can add more...
`normalize("Set Volume to 50%.") -> "Set Volume to 50 %."` This is bad. It should probably, at worst, return `"Set Volume to 50 % ."`
~~The standardization pass on `parse_de.py` seems to have messed up certain cases that weren't detected until the update made it all the way to Mycroft-core.~~ It's the datetime tester. The...
Hear me out 😛 The module is (or will soon be) thoroughly respectful of a given language's default rules (for instance, short vs. long scale numbers.) We've also got some,...