Convert phonetic representation from ARPABET (CMU)
Converts to IPA or X-SAMPA
arpa(x, to = c("ipa", "xsampa")) arpabet(x, to = c("ipa", "xsampa")) cmu(x, to = c("ipa", "xsampa"))
x |
A phonetic character vector in ARPABET |
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('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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.