Michael Shi

Results 1 issues of Michael Shi

within cmu_sphinx4.py, line 51: `for param, value in parameters.iteritems()` should be fixed to `for param, value in parameters.items()` line 88, 90, prepend 'b': ``` if b'WARNING dictionary' in output and...