There are some speech recognition classes with spec (structure of sentence / phrase for speech recognition) that have many variations / choices bundled together that don't make complete sense when you expand out all of the permutations.
For example:
blue team breach and clear wait for my grenade grenade
, is currently a permutation of the breach and clear command.
The more egregious ones, specifically those that negatively impact speech recognition accuracy, should be split out into separate speech recognition classes with tighter spec.
Assigned self as it's related to and impacts / impacted by on-going model dev work.
There are some speech recognition classes with
spec
(structure of sentence / phrase for speech recognition) that have many variations / choices bundled together that don't make complete sense when you expand out all of the permutations.For example:
, is currently a permutation of the breach and clear command.
The more egregious ones, specifically those that negatively impact speech recognition accuracy, should be split out into separate speech recognition classes with tighter
spec
.Assigned self as it's related to and impacts / impacted by on-going model dev work.