Anthony Zhang

Results 12 comments of Anthony Zhang

Perhaps this is better suited as part of Technic.

Hi @cartisan, You can add parentheses to the allowed word keys by changing `OtherKeyList` to be `"'`n-`n(`n)"` instead of `"'`n-"`. We don't add this by default, because it would have...

Oh, I should've mentioned that the `OtherKeyList` setting should actually be edited in `Settings.ini` in the script folder. Does it work if you change that? The suggest function should handle...

Hmm... how about if you use ``+9`n+0`` instead of ``(`n)`` when editing the script? I'd expect this to work, but I don't currently have a Windows machine handy to test...

Hi @edevil, Support for this is planned for the next major version. However, it will require significant backward compatibility breaks to do properly. I don't really have time to work...

The current work for that is in the `streaming` branch of this repository. Haven't worked on that for a while, though.

Hi @rajnishcoder, Can you post the following information? 1. The path that `speech_recognition` has been installed to. 2. The output of `python -c "import sys; print(sys.path)"`. 3. How you installed...

Hi @HideyoshiNakazone! Looks good overall, but would it be possible to document these parameters in the docs for that function? If so, happy to merge this!

Hi @surajhes, Thanks for the report! I can't reproduce this issue, but my guess is that this is caused by a bad FLAC binary - can you try `flac SOME_FILE.wav`...

Hi fireglow, I think that's a good idea. Expect to see it in the next version!