ai-sherpa commited on
Commit
ee32bfb
·
verified ·
1 Parent(s): 9d9a3a3

Symbol lexicon: recognize 'doodle' (and doggo/pup/mutt/labradoodle/goldendoodle) as dog

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -522,6 +522,10 @@ SYMBOL_ALIASES = {
522
 
523
  # — Animals (raven/owl/wolf/dove intentionally absent) —
524
  "hound": "dog", "puppy": "dog", "canine": "dog",
 
 
 
 
525
  "serpent": "snake", "viper": "snake", "cobra": "snake",
526
  "asp": "snake",
527
  "eagle": "bird", "hawk": "bird", "sparrow": "bird",
 
522
 
523
  # — Animals (raven/owl/wolf/dove intentionally absent) —
524
  "hound": "dog", "puppy": "dog", "canine": "dog",
525
+ # "doodle" = poodle-mix dog (labradoodle/goldendoodle family); left
526
+ # non-mundane so it fires standalone, accepting rare scribble false-positives.
527
+ "doodle": "dog", "doggo": "dog", "pup": "dog", "mutt": "dog",
528
+ "labradoodle": "dog", "goldendoodle": "dog",
529
  "serpent": "snake", "viper": "snake", "cobra": "snake",
530
  "asp": "snake",
531
  "eagle": "bird", "hawk": "bird", "sparrow": "bird",