Creating frequency lists with R
In a previous post, I provided two frequency lists without revealing the scripts to make them. This post explains how to create word frequency lists (lemmatized and unlemmatized) from the BNC 2014 (spoken), using...
A corpus linguist's research notebook
In a previous post, I provided two frequency lists without revealing the scripts to make them. This post explains how to create word frequency lists (lemmatized and unlemmatized) from the BNC 2014 (spoken), using...
(updated Sept. 27th, 2019) This post provides an introduction to doing regional dialectology in the UK with R. More specifically, I focus on mapping lexical variables from the spoken component of the British National...
BNC.query() is an interactive R script that I wrote for a course in computational sociolinguistics last semester. It is designed to run queries over the BNC-XML (spoken component). It extracts a single word or...
Last edit: June 7th, 2019 BNC.2014.query() is an interactive R script that I wrote for a course in computational sociolinguistics last semester. It is designed to run queries over the BNC-2014 (spoken component). It...