powered by
Converts to IPA or X-SAMPA
arpa(x, to = c("ipa", "xsampa"))arpabet(x, to = c("ipa", "xsampa"))cmu(x, to = c("ipa", "xsampa"))
arpabet(x, to = c("ipa", "xsampa"))
cmu(x, to = c("ipa", "xsampa"))
A phonetic character vector in ARPABET
The phonetic alphabet to convert to. Defaults to "ipa". "sampa" is an accepted alias for "xsampa".
"ipa"
"sampa"
"xsampa"
A character vector the same length as x
x
convert_phonetics() to convert between any phonetic representations
convert_phonetics()
ipa() to convert from IPA
ipa()
sampa() and xsampa() to convert from X-SAMPA
sampa()
xsampa()
# NOT RUN { arpa('HH EH L OW') arpa(c('HH EH L OW', "W ER L D")) arpa('HH EH L OW', "xsampa") arpa(c('HH EH L OW', "W ER L D"), "xsampa") # }
Run the code above in your browser using DataLab