Brazilian-Portuguese-Nonce-Accessbility

Brazilian Portuguese Nonce Word Acceptability Study

An R-based analysis investigating whether word structure (syllable length and initial segment type) influences acceptability judgments among native Brazilian Portuguese speakers, using a nonce-word forced-choice task.

Table of Contents

  1. Project Overview
  2. Hypotheses
  3. Data
  4. Analysis & Outputs
  5. Prerequisites
  6. Installation
  7. Usage
  8. Script Breakdown
  9. Interpretation of Results
  10. Extending & Customizing
  11. Data Source
  12. License

Project Overview

We analyze acceptability judgments for nonce words varying by:

Responses are binary (accept vs. reject). We visualize the contingency with mosaic plots and test for associations using chi-square tests.


Hypotheses


Data


Analysis & Outputs

  1. Contingency table of response × length × initial.
  2. Mosaic plot faceted by length and initial.
  3. Chi-square test of response vs. initial.
    • p ≈ 0.59 → fail to reject H₀ at α = 0.05.
  4. Chi-square test of length vs. initial.
    • p = 1.00 → no association (as expected).


Prerequisites

R Packages

The script will install missing packages automatically.


Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/bp-nonce-acceptability.git
    cd bp-nonce-acceptability
    
  2. Place bp-nonce.csv in the project root.

Usage

Run the analysis script:

# In R or RStudio, set working directory and source:
setwd("path/to/bp-nonce-acceptability")
source("bp_nonce_analysis.R")

This will:


Script Breakdown


Interpretation of Results

Conclusion: No evidence that initial segment type influences acceptability. Word structure does not appear to affect judgments in this dataset.


Extending & Customizing


Data Source


License

This project is licensed under the MIT License. See LICENSE for details.