Doing linguistic research

Bonnie McLean

23/02/2021

Admin

Introductions

  1. Name
  2. Native language + other languages you speak
  3. Favourite area(s) of linguistics (e.g. Phonetics, Phonology, Morphology, Syntax, Semantics, Pragmatics, Sociolinguistics, Historical Linguistics, Corpus Linguistics, Forensic Linguistics etc.)
  4. Operating system (Windows/Mac/Linux)

About the course

These are the main topics we will cover:

We will also cover some basic statistical concepts and statistical tests, but this is not the focus of the course.

If you want to know more about statistics

I can recommend these textbooks, but they are by no means required!

Levshina, Natalia. 2015. How to do linguistics with R: Data exploration and statistical analysis. John Benjamins Publishing Company.

Winter, Bodo. 2020. Statistics for linguists: an introduction using R. Routledge

But I also recommend you to enrol in a dedicated statistics course at some point if you really want to understand statistical concepts in depth.

Prerequisites

None!

I will be teaching you how to do everything from the very beginning in class, so don’t stress!

Assessment

Schedule

Questions?

Doing linguistic research

Quantitative and Qualitative research

How to do quantitative research

## Warning: package 'DiagrammeR' was built under R version 4.2.2

A good study should have all these elements, they should all link together, and you should think about all of them before you start your project!

Checklist for good research questions

Make sure your research questions are:

Example: phonetics

VOT distinguishes voiced versus voiceless stops

VOT stands for ‘voice onset time’. It refers to the length of time between the release of the stop and the onset of voicing (=vibration of the vocal folds). Voiced stops (e.g. /b/) have a short VOT, and voiceless stops (e.g. /p/) have a long VOT. VOT is the main thing that determines whether a stop is perceived as voiced or voiceless.

Hypothesis

People vary the length of their vowels before voiced/voiceless consonants to make this voicing contrast easier to perceive: a long vowel should make a short VOT seem even shorter by comparison (hence making the consonant sound more voiced), while a short vowel should make a long VOT appear longer by comparison (hence making the consonant sound more voiceless).

Measurements

Analysis

Research feeds research

How do we keep this cycle going?

Why?

Making your data findable and accessible: data repositories

Tips for making your data findable

Data licensing

Github

What is version control?

Linking github and OSF

Making your data interoperable and reusable

This doesn’t mean you can never use excel again

Plain text formats

When to use csv and when tsv?

Text encodings

Use UTF-8!

Making your data interoperable and reusable: include a ReadMe!

Reproducibility

Why make your study reproducible?

Why make your study reproducible?

How can R help?

Benefits of R

Homework

Install R and RStudio, then download the R Project for this class. We will start working in this project from next week .

  1. Install R from the https://cran.rstudio.com/
  2. Install RStudio desktop version for your platform (Windows, Mac, Linux) from https://www.rstudio.com/products/rstudio/download/#download (or search for “RStudio download”)
  3. Download and unzip the ResearchInLinguistics zip file from the R Project section on the modules page in Studiuum

I will also upload these slides and any other materials from our lectures to the relevant module for each lecture in the Modules section on Studium after each class.

One more buzzword: replicability