Skip to content

dr-ni/ipa2arpabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipa2arpabet

Straightforward translator from International Phonetic Alphabet (IPA) to CMU ARPAbet. Currently only German language support.

Build:

make

Install:

sudo make install

Uninstall:

sudo make uninstall

Usage:

ipa2arpabet-de filename

Example:

$ echo "Hallo Welt!" | espeak -v de -x --ipa -q > ipafile.txt

$ cat ipafile.txt

$ hˈaloː vˈɛlt

$ cp ipafile.txt arpafile.txt

$ ipa2arpabet-de arpafile.txt

$ cat arpafile.txt

$ HH AH L OOH V EH L T

About

Straightforward translator from International Phonetic Alphabet (IPA) to CMU ARPAbet. Currently only German language support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors