Crate ipa_translate

Crate ipa_translate 

Source

Functions§

branner_to_ipa
Translates a “Branner” ASCII string to a unicode IPA string. Implemented according to this Wikipedia article.
ipa_to_branner
Inverse counterpart to branner_to_ipa().
ipa_to_praat
Inverse counterpart to praat_to_ipa().
ipa_to_sil
Inverse counterpart to sil_to_ipa().
ipa_to_xsampa
Inverse counterpart to xsampa_to_ipa().
praat_to_ipa
Translates a Praat ASCII string to a unicode IPA string. Implemented according to this Praat manual entry.
sil_to_ipa
Translates a SIL ASCII string to a unicode IPA string. Implemented according to this KeymanHelp page.
xsampa_to_ipa
Translates an X-SAMPA ASCII string to a unicode IPA string. Implemented according to this Wikipedia article.