Sean Fitzgerald
Sean Fitzgerald
In [`click==8.0.0`](https://click.palletsprojects.com/en/8.0.x/changes/#version-8-0-0), `MultiCommand.resultcallback` is renamed to `result_callback`, along with a deprecation warning. This change adopts the new naming convention.
There are currently a number of issues open against Adapt that reference mycroft-core concepts (skills, vocab files, etc). It's extremely difficult to diagnose (or even reproduce) these issues outside of...
We should test to see if the EnglishTokenizer impl is sufficient for French, and if not, add an additional tokenizer. EnglishTokenizer is based on porter stemmer.
We should test to see if the EnglishTokenizer impl is sufficient for German, and if not, add an additional tokenizer. EnglishTokenizer is based on porter stemmer.
We should test to see if the EnglishTokenizer impl is sufficient for Spanish, and if not, add an additional tokenizer. EnglishTokenizer is based on porter stemmer.
Adapt has two core readability problems: First, an attempt to provide docstrings to the repository was disastrous. The documentation makes very little sense in isolation, and there is no top-level...
I wanted to be able to pull in this library via pip, so I set it up to package as an egg (still giving you full credit, of course).
Support for receiving captured audio one chunk at a time, while continuing to use the wakeword and audio energy detection code. Notably, Coqui.ai/DeepSpeech (the python STT package) support a streaming...
Added a new "tmux" command to the Piku CLI, which allows users to start or attach to a tmux session for the app on the remote server. Impact: This change...