Fix _pocketsphinx.pyx's set_alignment example#385
Conversation
make the pocketsphinx.Decoder.set_alignment example print something legible
|
Hi @dhdaines! I'm working through the top item on slide 5 of https://bit.ly/talknicerslides and am really digging the sub-word alignment interface in Python. I wish I had known how to do this with the C API. |
|
Ah oops! Thanks for fixing that docstring, as you noticed, those are AlignmentEntry objects and not strings. |
|
@dhdaines this does not seem to have made it to https://pocketsphinx.readthedocs.io/en/latest/pocketsphinx.html#pocketsphinx.Decoder.set_alignment yet? |
|
Oh... thanks for pointing this out. There's a problem in the RTD build: https://readthedocs.org/projects/pocketsphinx/builds/25218590/ I'll fix it shortly. |
|
fixed in #393 |
|
@dhdaines happy to help. Please comment on cmusphinx/cmudict#37 |

make the pocketsphinx.Decoder.set_alignment example print something legible