jwebmeister / tacspeak

Tacspeak - Fast, lightweight, modular speech recognition for gaming
GNU Affero General Public License v3.0
42 stars 2 forks source link

Clean-up Ready or Not grammar module #9

Open jwebmeister opened 6 months ago

jwebmeister commented 6 months ago

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.

jwebmeister commented 5 months ago

24 is related