Skip to content

Instantly share code, notes, and snippets.

@tansengming
Last active September 21, 2017 15:28
Show Gist options
  • Save tansengming/fbea2a8cbea9eadbe252cd0973ba2bd8 to your computer and use it in GitHub Desktop.
Save tansengming/fbea2a8cbea9eadbe252cd0973ba2bd8 to your computer and use it in GitHub Desktop.
curl --silent https://raw.githubusercontent.com/cmusphinx/cmudict/master/cmudict.dict |
egrep '[a-z]+\s+[^AEIOU]*[AEIOU]+[^AEIOU]+[AEIOU]+[^AEIOU]*$' |
perl -pe 's/([a-z]+).*/\1/' |
comm --nocheck-order -12 - /usr/share/dict/words |
shuf -n 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment