User:Jrincayc

From Wiktionary, the free dictionary
Jump to navigation Jump to search

See my Wikipedia page: w:en:User:Jrincayc

I made two programs to extract pronunciation information from wiktionary: http://jjc.freeshell.org/ipa/wict_pronounce_extract.py and http://jjc.freeshell.org/ipa/wict_word_list.py

An US and a UK list from 20101030 is at: http://jjc.freeshell.org/ipa/pn_US and http://jjc.freeshell.org/ipa/pn_UK

from the commands:

bzcat ~/Download/enwiktionary-20101030-pages-articles.xml.bz2 | ./wict_pronounce_extract.py > pn_dict
./wict_word_list.py en US NA pn_dict > pn_US
./wict_word_list.py en RP UK NA pn_dict > pn_UK