Skip to content

🗣️ Convert between phonetic alphabets

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

rossellhayes/ipa

Repository files navigation

ipa

License: MIT R build status Dependencies

Convert character vectors between phonetic representations. Supports IPA, X-SAMPA and ARPABET (used by the CMU Pronouncing Dictionary).

Installation

You can install the released version of ipa from CRAN with:

install.packages("ipa")

Or the development version from GitHub with:

install_github("rossellhayes/ipa")

Usage

My main use case for ipa is including phonetic representations in R markdown files. You can enter phonetic information as plain-text X-SAMPA and have it rendered as IPA.

`r sampa('/aI pi: "eI/')`

/aɪ piː ˈeɪ/

`r sampa(c('/"nom.b4e/', '/nO~bR/'))`

/ˈnom.bɾe/, /nɔ̃bʁ/

You can also get the X-SAMPA representation of IPA strings.

ipa("/aɪ piː ˈeɪ/")

/aI pi: "eI/

ipa(c("/ˈnom.bɾe/", "/nɔ̃bʁ/"))

/nom.b4e/, /nO~bR/

ARPABET support allows ipa to automatically convert results from the phon package.

# remotes::install_github("coolbutuseless/phon")
arpa(phon::phonemes("pronounce"))

pɹʌnaʊns

Credits

Hex sticker fonts are Source Code Pro and Source Serif Pro by Adobe.


Please note that ipa is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

🗣️ Convert between phonetic alphabets

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages