Skip to content

Commit

Permalink
Update alternate words
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmab committed Dec 19, 2024
1 parent 9229403 commit 85ee983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/parser/alternates.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package parser
// These are used to provide aliases for certain commands and to deal with quality issues in speech-to-text.
var alternateRequestWords = map[string]string{
"alphacheck": alphaCheck,
"alphachek": alphaCheck,
"arfachek": alphaCheck,
"arfatcheck": alphaCheck,
"bobbiedope": bogeyDope,
Expand Down Expand Up @@ -39,11 +40,13 @@ var alternateRequestWords = map[string]string{
"bokey": bogeyDope,
"bokeydope": bogeyDope,
"boki do": bogeyDope,
"boki": bogeyDope,
"booby dop": bogeyDope,
"boobydope": bogeyDope,
"boog it": bogeyDope,
"boogie": bogeyDope,
"boogiedope": bogeyDope,
"boogitope": bogeyDope,
"book it out": bogeyDope,
"book it up": bogeyDope,
"bovido": bogeyDope,
Expand Down

0 comments on commit 85ee983

Please sign in to comment.