twente: Frequency spectrum for the Twente News Corpus

Description Usage Format Source Examples

Description

Frequency (m) and frequency of frequency (Vm) for string types in the Twente News Corpus.

Usage

1

Format

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

m

a numeric vector with word frequencies.

Vm

a numeric vector with the frequencies of word frequencies.

Source

Twente News Corpus.

Examples

1
2
3
4
5
6
7
## Not run: 
data(twente)
library(zipfR)
twente.spc = spc(m=twente$m, Vm = twente$Vm)
plot(twente.spc)

## End(Not run)

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