{"id":32206089,"url":"https://github.com/stefanocoretta/phonetisr","last_synced_at":"2025-10-22T05:04:08.341Z","repository":{"id":93042157,"uuid":"334376959","full_name":"stefanocoretta/phonetisr","owner":"stefanocoretta","description":"A Very Naive IPA Tokeniser","archived":false,"fork":false,"pushed_at":"2025-03-07T09:54:41.000Z","size":1708,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T05:02:59.463Z","etag":null,"topics":["r-package","rstats","software"],"latest_commit_sha":null,"homepage":"https://stefanocoretta.github.io/phonetisr/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanocoretta.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T09:38:31.000Z","updated_at":"2025-03-07T09:51:19.000Z","dependencies_parsed_at":"2025-02-22T19:24:56.351Z","dependency_job_id":"a9e8ae2c-4b79-4a58-8100-3e3a5c5e528d","html_url":"https://github.com/stefanocoretta/phonetisr","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/stefanocoretta/phonetisr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocoretta%2Fphonetisr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocoretta%2Fphonetisr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocoretta%2Fphonetisr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocoretta%2Fphonetisr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanocoretta","download_url":"https://codeload.github.com/stefanocoretta/phonetisr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanocoretta%2Fphonetisr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280383000,"owners_count":26321423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r-package","rstats","software"],"created_at":"2025-10-22T05:03:06.810Z","updated_at":"2025-10-22T05:04:08.334Z","avatar_url":"https://github.com/stefanocoretta.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# phonetisr: A Naive IPA Tokeniser\n\n\u003c!-- badges: start --\u003e\n`r badger::badge_doi(doi = \"10.5281/zenodo.14987854\", color = \"blue\")`\n`r badger::badge_cran_release(\"phonetisr\", \"blue\")`\n`r badger::badge_cran_checks(\"phonetisr\")`\n`r badger::badge_devel(color = \"orange\")`\n\u003c!-- badges: end --\u003e\n\nThis package is a (naive) tokeniser of phonetic transcriptions in the [International Phonetic Alphabet](https://www.internationalphoneticassociation.org/content/ipa-chart) (IPA).\n\nWith phonetisr, you can parse texts and word lists transcribed in IPA and tokenise them into phones so that you can perform quantitative analyses.\n\n## Installation\n\nPhonetisr is on CRAN so you can install it with `install.packages(\"phonetisr\")`.\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"stefanocoretta/phonetisr@devel\")\n```\n\n## Usage\n\n```{r}\nlibrary(phonetisr)\n\n# IPA strings to be tokenised\nipa \u003c- c(\"pʰãkʰ\", \"tʰum̥\", \"ɛkʰɯ\")\n\n# List of character sequences to be considered single phones\nph \u003c- c(\"pʰ\", \"tʰ\", \"kʰ\", \"ã\", \"m̥\")\n\n# Tokenise strings\nphonetise(ipa, multi = ph)\n```\n\n## Roadmap\n\n- [x] Scan for illegal (non-IPA) characters.\n- [x] Provide a list of default multi-character phones.\n- [ ] Functions for data import/export.\n- [ ] Ignore diacritics.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocoretta%2Fphonetisr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanocoretta%2Fphonetisr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanocoretta%2Fphonetisr/lists"}