OpenASR / idiolect

🎙️ Handsfree Audio Development Interface
https://arxiv.org/pdf/2305.03089.pdf
Apache License 2.0
93 stars 10 forks source link

Grammar swapping #6

Closed breandan closed 1 year ago

breandan commented 9 years ago

Need to isolate grammar and implement swapping for context specific commands.

http://cmusphinx.sourceforge.net/wiki/sphinx4:swappinggrammars#swapping_between_dynamically_defined_grammars

breandan commented 9 years ago

cf. Configuration Management for Sphinx-4.

breandan commented 9 years ago

According to Nikolay Shmyrev,

It's more important to properly process recognition result, allow user to correct input and provide fast response time. It is more important to be able to analyze lattice results than 1-best.

Hard-coded changes like grammar switch can only confuse user and the recognizer... It's recommended to have grammars as relaxed as possible, not as tight as possible.

cf. https://sourceforge.net/p/cmusphinx/discussion/help/thread/9c84d504/