nessdemog: Frequency spectrum for -ness in the context-governed BNC

Description Usage Format Source Examples

Description

Frequency (m) and frequency of frequency (Vm) for string types with the suffix -ness in the demographic subcorpus of the British National Corpus sampling spoken British English.

Usage

1

Format

A data frame with 15 observations on the following 2 variables.

m

a numeric vector with word frequencies.

Vm

a numeric vector with the frequencies of word frequencies.

Source

The British National Corpus, see http://www.natcorp.ox.ac.uk/

Examples

1
2
3
4
data(nessdemog)
library(zipfR)
nessdemog.spc = spc(m=nessdemog$m, Vm = nessdemog$Vm)
plot(nessdemog.spc)

languageR documentation built on May 2, 2019, 10:02 a.m.