Skip to content

Instantly share code, notes, and snippets.

@melissamcewen
Created September 9, 2021 22:09
Show Gist options
  • Save melissamcewen/7b9ac8aac31cf13980b30f3fd699faf4 to your computer and use it in GitHub Desktop.
Save melissamcewen/7b9ac8aac31cf13980b30f3fd699faf4 to your computer and use it in GitHub Desktop.
; NOTE: This format differs from the Babiez format
; in that the "babytalk" field has been removed
; "instinctual" dictionary words go here
; This file has the following format:
; anything from a semicolon to the end of a line is considered comments.
; otherwise, whitespace (including end of line) is ignored, so you can put as many
; tokens as you like on a line.
; a word is specified as follows:
; [conceptTag] [voice rec string list]
;
; Where:
; [conceptTag] exactly matches a string defined in CustomDictionary::WordConceptIndex2String().
; [voice rec string list] is a list of strings in double quotes separated by whitespace and/or commas, and terminated by an empty string ("").
;
; A concept may be specified more than once, in which case each entry is treated as a separate DictionaryWordToken associated with the same concept.
; User name
eWordConceptIndex_userName
"mama" "mommy" "mom" "mother" "dada" "daddy" "dad" "father" ""
; Positive feedback
eWordConceptIndex_positiveFeedback
; ADD "good boy" "good girl"
"yes","yeah","good","hi","hello","hey","hi there" "pretty" "cute" "baby" "sweet" "sweetie" ""
; Negative feedback
eWordConceptIndex_negativeFeedback
"no","bad","stop","stop it", "drop it", "drop", "let go", "quiet" ""
; Come to cursor
eWordConceptIndex_comeHere
"come", "here", "heel" "hand" ""
; Fetch prefix
eWordConceptIndex_fetchPrefix
"fetch" "fetch the" "fetch your" "wheres" "wheres your" "wheres the" "get" "get your" "get the" "bring the" "bring your" ""
; Sit
eWordConceptIndex_sit
"sit" "sit down" ""
; Roll Over
eWordConceptIndex_rollover
"roll" "roll over" "rollover" "over" ""
; Play Dead
eWordConceptIndex_playDead
; ADD "play dead"
"dead" "bang" ""
; Hold
eWordConceptIndex_hold
"hold" "wait" "stay" "freeze" ""
; Speak
eWordConceptIndex_speak
"speak" "talk" "bark" "sing" ""
; Up
eWordConceptIndex_up
"up" "get up" "jump" "jump up" ""
; Down
eWordConceptIndex_down
"down" "off" "get off" "get down", "lie", "lie down", "ground", "floor", "sleep" ""
; Hide
eWordConceptIndex_hide
; ADD "hide your eyes"
"hide" "eyes" "cover" ""
; Beg
eWordConceptIndex_beg
"beg" ""
eWordConceptIndex_ball
"ball" "get the ball" "get your ball" "wheres your ball" "wheres the ball" "bring the ball" "bring your ball" ""
eWordConceptIndex_stick
"stick" "get the stick" "get your stick" "wheres your stick" "wheres the stick" "bring the stick" "bring your stick" ""
eWordConceptIndex_tossToy
"disk" ""
; fixme add these if vrec engine can recognize 'em
;"frisbee" "boo mer ang" ""
eWordConceptIndex_foodBowl
"bowl" "food" "get the bowl" "get your bowl" "wheres your bowl" "wheres the bowl" "bring the bowl" "bring your bowl" ""
eWordConceptIndex_brush
"brush" "get the brush" "get your brush" "wheres your brush" "wheres the brush" "bring the brush" "bring your brush" ""
eWordConceptIndex_chewMan
"doll" "chew" "get the doll" "get your doll" "wheres your doll" "wheres the doll" "bring the doll" "bring your doll" ""
eWordConceptIndex_clothes
"clothes" "hat" "sweater" "shirt" "cap" "glasses" "pants" "socks" ""
eWordConceptIndex_shell
"shell" ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment