featurise | R Documentation |
This function counts occurrences of phones and includes basic phonetic features.
featurise(phlist)
phlist |
A list of phones or the output of |
A tibble.
ipa <- c("ada", "buba", "kiki", "sa\u0283a")
ip_ph <- phonetise(ipa)
featurise(ip_ph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.