sampa {ipa} | R Documentation |
Converts to IPA or ARPABET (used by the CMU Pronouncing Dictionary)
sampa(x, to = c("ipa", "arpabet"))
xsampa(x, to = c("ipa", "arpabet"))
x |
A phonetic character vector in X-SAMPA |
to |
The phonetic alphabet to convert to.
Defaults to |
A character vector the same length as x
convert_phonetics()
to convert between any phonetic
representations
ipa()
to convert from IPA
arpa()
, arpabet()
and cmu()
to convert from ARPABET (CMU)
sampa('%hE"loU')
sampa(c('%hE"loU', "w3`ld"))
sampa('%hE"loU', "arpabet")
sampa(c('%hE"loU', "w3`ld"), "arpabet")