An R interface for the CMU Pronouncing Dictionary, originally implemented by Allison Parrish in Python. This interface emulates all of the original functions in the Python `pronouncing` library for use in R. With this package, you can analyse the pronounciation of words using phonemes described in the Carnegie Mellon University Pronouncing Dictionary — an open-source machine-readable pronunciation dictionary for North American English comprising of over 134,000 words.
Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("TinasheMTapera/pronouncr")