Package: phonetisr Title: A Naive IPA Tokeniser Version: 0.1.0 Date: 2025-02-23 Authors@R: person(given = "Stefano", family = "Coretta", role = c("aut", "cre"), email = paste0("stefano.coretta", "@", "gmail.com"), comment = c(ORCID = "0000-0001-9627-5532")) Description: It provides users with functions to parse International Phonetic Alphabet (IPA) transcriptions into individual phones (tokenisation) based on default IPA symbols and optional user specified multi-character phones. The tokenised transcriptions can be used for obtaining counts of phones or for searching for words matching phonetic patterns. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cli, dplyr, lifecycle, magrittr, stringi, stringr, tibble, Unicode Depends: R (>= 2.10) Suggests: rmarkdown, knitr, tidyverse VignetteBuilder: knitr URL: https://github.com/stefanocoretta/phonetisr, https://stefanocoretta.github.io/phonetisr/ Repository: https://stefanocoretta.r-universe.dev Date/Publication: 2025-03-07 09:51:12 UTC RemoteUrl: https://github.com/stefanocoretta/phonetisr RemoteRef: HEAD RemoteSha: d216d2205f38b3379d6cd56ab2b5c79a086a0412 NeedsCompilation: no Packaged: 2026-06-22 09:21:20 UTC; root Author: Stefano Coretta [aut, cre] (ORCID: ) Maintainer: Stefano Coretta