About two years ago, I published Ralf’s General American dictionary version 0.1.1. I decided to develop the next version 0.2 of this dictionary from scratch. The dictionary gets a new name: Schott's General American dictionary instead of Ralf's General American dictionary. This article explains the creation of the dictionary:
1. Get an American English spelling dictionary with 390.000 words.
2. License is GPL version 2.
3. Encoding of the files en_US.dic and en_US.aff is UTF-8.
4. Linux Mint terminal:
cd /home/ubuntu/Documents/american-english
unmunch en_US.dic en_US.aff > american-wordlist
5. Add speak tags at the beginning and the end of american-wordlist.
6. Linux Mint terminal:
espeak -f american-speak-audio -m -v en-us -q -x --phonout="american-espeak"
7. Adding <lexicon> tags to the file american-espeak (<lexicon> at the beginning of the file; </lexicon> at the end of the file).
8. Linux Mint terminal:
saxonb-xslt -ext:on -s:american-espeak -xsl:'http://spirit.blau.in/simon/files/2010/04/replace-newline-newline-space-by-phoneme-element.xsl' -o:american-phoneme-elements
mkdir espeak
paste american-speak-audio american-phoneme-elements > espeak/general-american-dictionary.xml
9. Download the dictionary (eSpeak edition).
10. I am planning to release an IPA version of this dictionary.










