https://github.com/stefanocoretta/phonitaliar
https://github.com/stefanocoretta/phonitaliar
r-package research-data
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanocoretta/phonitaliar
- Owner: stefanocoretta
- License: cc-by-4.0
- Created: 2024-02-25T14:40:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T13:20:40.000Z (over 1 year ago)
- Last Synced: 2025-10-30T13:52:03.226Z (8 months ago)
- Topics: r-package, research-data
- Language: R
- Homepage: https://stefanocoretta.github.io/phonItaliaR/
- Size: 30.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# phonItaliaR
This package provides the user with the `phonitalia` data frame, which contains the data of the PhonItalia 1.10 Corpus, with additional phonemic trasncriptions added by Stefano Coretta.
> Goslin, J., Galluzzi, C. & Romani, C. PhonItalia: a phonological lexicon for Italian. Behav Res 46, 872–886 (2014). https://doi.org/10.3758/s13428-013-0400-8
## Installation
You can install phonItaliaR like so:
``` r
remotes::install_github("stefanocoretta/phonItaliaR")
```
Then:
```{r packages, message=FALSE}
library(tidyverse)
library(phonItaliaR)
```
```{r phonitalia}
data("phonitalia")
phonitalia
```
Check the documentation of the data with `?phonitalia`.