Words with only Vowels: Difference between revisions
(Created page with "Here's words you can play when you only have vowels: {| class="wikitable" !Word !Enable 1 !TWL06 !SOWPODS |- |AA||Y||Y||Y |- |AE||Y||Y||Y |- |AI||Y||Y||Y |- |AY||Y||Y||Y |- |...") |
mNo edit summary |
||
| Line 72: | Line 72: | ||
|} | |} | ||
Want to improve your | Want to improve your Scrabble, Words with Friends or Letterpress abilities? Get the app: | ||
https://itunes.apple.com/us/app/word-dojo/id580722301?mt=8 | https://itunes.apple.com/us/app/word-dojo/id580722301?mt=8 | ||
[[Category:WordDojo]] | [[Category:WordDojo]] | ||
<pre> | |||
sqlite3 etc/words.sqlite "select '',word,'', (system & 1 == 1),'', (system & 2 == 2),'', (system & 4 == 4) from definitions where pattern = 0 order by length" | tr '01' ' Y' | sed -E 's/$/\ | |||
> |-/' | |||
</pre> | |||
Revision as of 03:08, 11 December 2012
Here's words you can play when you only have vowels:
| Word | Enable 1 | TWL06 | SOWPODS |
|---|---|---|---|
| AA | Y | Y | Y |
| AE | Y | Y | Y |
| AI | Y | Y | Y |
| AY | Y | Y | Y |
| OE | Y | Y | Y |
| OI | Y | Y | Y |
| OY | Y | Y | Y |
| YA | Y | Y | Y |
| YE | Y | Y | Y |
| YO | Y | Y | Y |
| EA | Y | ||
| EE | Y | ||
| IO | Y | ||
| OO | Y | ||
| OU | Y | ||
| YU | Y | ||
| AYE | Y | Y | Y |
| EAU | Y | Y | Y |
| EYE | Y | Y | Y |
| YAY | Y | Y | Y |
| YEA | Y | Y | Y |
| YOU | Y | Y | Y |
| AIA | Y | ||
| AUA | Y | ||
| AUE | Y | ||
| AYU | Y | ||
| OYE | Y | ||
| UEY | Y | ||
| YAE | Y | ||
| YOYO | Y | ||
| EUOI | Y | ||
| EUOUAE | Y |
Want to improve your Scrabble, Words with Friends or Letterpress abilities? Get the app: https://itunes.apple.com/us/app/word-dojo/id580722301?mt=8
sqlite3 etc/words.sqlite "select '',word,'', (system & 1 == 1),'', (system & 2 == 2),'', (system & 4 == 4) from definitions where pattern = 0 order by length" | tr '01' ' Y' | sed -E 's/$/\ > |-/'