Show HN: Heardle Is a Phonemic Wordle (heardle.glitch.me)
Snowy weekend project with my partner who studies speech production.
Five-phoneme words can be long or short orthographically, which keeps the gameplay interesting. We designed this to be playable for folks (like me) who don't know IPA, but this is also a great excuse to ping the linguist in your life.
Powering the interface is CMUdict, a great and openly licensed source of pronunciations (though it doesn't include all inflected forms, which leads to some gaps in the allowed word list).
4 comments
[ 4.9 ms ] story [ 19.6 ms ] threadTo double check: if you type the word "blank" into the text entry box at the bottom of the screen, you should see it automatically transcribed (i.e., automatically "blæŋk" should appear in the grid).
FYI, the underlying JSON file derived from CMUdict is at https://github.com/jmandel/heardle/blob/main/words.json (it's, uh, 10MB, but it's hosted from a CDN that supports gzip encoding so "only" takes one megabyte to send over the wire.)
Been fun/interesting seeing so many of the wordle mixups popping up.