Home
Name Modified Size InfoDownloads / Week
extractwords.py 2011-04-07 1.2 kB
loadwords.py 2011-04-07 1.1 kB
readme.txt 2011-04-07 579 Bytes
en_USCO.dic 2011-04-07 817.0 kB
en_USf.dic 2011-04-07 695.3 kB
Totals: 5 Items   1.5 MB 0
Welcome to the Consonant Only! project

What we have now is 2 python files:
-extractwords.py: reads from en_USf.dic and and build a python-dictionary structure linking voyelless "word" to words with same consonant foot print. It writes on the file "en_USCO.dic" where CO stands for Consonant only on the format:
"voyelless footprint":"full word alternative1","full word alternative2", etc..

-loadwords.py: load the consonant onyl dictionary generated by extractwords.py, reads a hard coded consonant only phrase and generate the list of candidate words for the "voyelless word"
Source: readme.txt, updated 2011-04-07