alumae / ruby-pocketsphinx-server

Ruby-based web service for speech recognition, using the PocketSphinx gstreamer module
Other
91 stars 19 forks source link

N-best results #4

Closed alumae closed 12 years ago

alumae commented 12 years ago

Server should give many recognition hypotheses in the response, if not confident enough on the 1-best result.

alumae commented 12 years ago

Done. 5-best results are returned (sometimes less, if all other alternative paths are pruned during decoding)