ChanceNCounter

Results 215 comments of ChanceNCounter

Still needs to clobber None inside the function for backwards compat, of course, but it'd be nice to deprecate all the unintuitive None params.

@filips123 adding to LF is much easier post-refactor. Check https://github.com/MycroftAI/lingua-franca/blob/master/project-structure.md and feel free to ask questions. In short, new functions go in the relevant module (usually `parse.py` or `format.py`). If...

I have now identified that the refactor heavily addresses weekdays. Still haven't tested as I don't know the state of it; maintainers have obviously been stretched thin lately. Just in...

I expect the variant decorator will be able to deal with that, if and when the time comes. I'm still getting my arms all the way around it, but it...

@krisgesling This obviously needs a rebase, but the code itself is merged and working at Chatterbox, so I think it's good to go if you agree. Just need to get...

Sounds good! I think it should ideally maintain the percentage as such, meaning that when the normalized phrase is passed to a tokenizer, one of the tokens should be "50%"....