JarbasAI
JarbasAI
i don't think a subnormalizer makes much sense, just adds extra places to keep track off. We already do [words to digits in the Normalizer](https://github.com/MycroftAI/lingua-franca/blob/master/lingua_franca/lang/parse_common.py#L118), so it makes sense to...
actually, i think normalize should be called before extract_numbers which is not done at all, we need to test if something breaks when doing this. It would avoid several rounds...
it's looking good so far!
just noticed this was using a string, but i think we should handle this use case. a simple try: except: block casting to float should work. At very least we...
anything above 1 billion ;)
can you please add some unittests for what this is supposed to be fixing with the datetime changes? if some other native speaker could double check this it would be...
you may want to look at https://github.com/OpenVoiceOS/OVOS-local-backend mycroft-core does not work without the servers, but you can point the config to a "fake" server
[OVOS skill manager](https://github.com/OpenVoiceOS/ovos_skill_manager) uses tarballs and not git, any branch can be selected and an update simply replaces previous install, but we disagree with automatic skill updates, that will always...
This is the reason that brought me over, this was the only FOSS library with a compatible license for me
ovos-dinkum-listener can even run on MacOS nowadays, no dependency on any particular audio stack is in there, and if any shows up we have microphone-plugins to handle platform supports theoretically...