iconicitymeasuresjaponic
A collection of iconicity ratings and guessing scores for sensory words in various Japonic varieties.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
Repository
A collection of iconicity ratings and guessing scores for sensory words in various Japonic varieties.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 3
Topics
Metadata Files
README.md
Iconicity Measures for Japonic Sensory Vocabulary
A collection of iconicity measures for words from the Sensory Lexicon of Japonic. If you use these measures, or the Icotools package, please cite:
McLean, B., Dunn, M., & Dingemanse, M. (2023). Two measures are better than one: Combining iconicity ratings and guessing experiments for a more nuanced picture of iconicity in the lexicon. Language and Cognition, 1-24. doi:10.1017/langcog.2023.9.
The csv files tagged -responses.csv contain the raw data, while the file 'GuessingRatingScores.csv' summarises the final results with unreliable data excluded (see exclusions.Rmd). The file paper.Rmd contains the analysis code.
The folder experiment_materials contains all the files for making the experiments using Icotools (see here for more instructions on how to use Icotools), including the sound files and the experiments themselves.
The steps to make the experiments are as follows:
- Navigate to the experiment_materials folder
- Install icotools, using
pip install icotools. - Start a python session,
import icotoolsthen runicotools.foiler('stimuli.csv','letters.csv'). This will decide on the foil words for the guessing experiments. - Run
makakanaforsoundfiles.py, this will make the file soundfiles.csv which has the list of soundfiles to make (both the real Japanese words, and the foil words). - Run
makeJapanesesoundfiles.py, this will make a folder soundfiles, and make soundfiles in that folder for all the words. - Use Praat to run the praat script,
flatintonation.txt, this will flatten the intonation in the soundfiles. - Start a python session,
import icotoolsthen runicotools.rater('stimuli.csv','control_file.csv'). This will add a folder with the rating experiments. - Run
icotools.guesser('stimuli_oppfoils.csv','control_file.csv'). This will add a folder with the guessing experiments.
A note on flat intonation
We flattened the intonation of the sound files for this study because we did not have natural recordings of the dialectal words in the study, and the intonation produced for these words by Google Text-to-Speech was unnatural. Flattening the intonation was done in order to make the comparisons between the dialectal words and the standard words, and also between the real words and the fake words, fair (see discussion in paper). However, if you do have natural recordings and can avoid flattening the intonation, I would first pilot a study using only natural recordings where the foils are randomly chosen from among the other natural recordings (the default setting in icotools), before going down the road of using artificially constructed opposite foils and then having to flatten the intonation in all the recordings.
Owner
- Name: Bonnie McLean
- Login: BonnieMcLean
- Kind: user
- Website: www.bonniemclean.net
- Twitter: BonnieMayMcLean
- Repositories: 4
- Profile: https://github.com/BonnieMcLean
PhD student at Uppsala University, interested in iconicity in language.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "McLean" given-names: "Bonnie" orcid: "https://orcid.org/0000-0002-5487-9239" title: "IconicityMeasuresJaponic" version: 1.0.0 doi: 10.5281/zenodo.5910194 date-released: 2022-01-27 url: "https://github.com/BonnieMcLean/IconicityMeasuresJaponic"