This package is a (very naive) tokeniser of phonetic transcriptions in the International Phonetic Alphabet (IPA).
With phonetisr, you can parse texts and word lists transcribed in IPA and tokenise them into phones so that you can perform quantitative analyses.
Installation
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("stefanocoretta/phonetisr@v0.0.5")