robespierre: A tiny corpus ready for word association measures. A tiny...

Description Usage Format References Examples

Description

A tiny corpus ready for word association measures.

A tiny corpus containing with frequencies of 6 words in 10 discourses par Robespierre (between november 1793 and july 1794)

This data frame study 6 words in 10 discourses ; it contains therefore 60 rows.

The words : de ennemi others patrie peuple republique.

Usage

1

Format

A data frame with 60 observations on the following 6 variables.

N

a numeric vector

The corpus size

n

a numeric vector

the discourses sizes

K

a numeric vector

The total frequency of the word under scrutiny

k

a numeric vector

The subfrequency of the 6 words in the 10 discourses.

types

The words represented by this line

parts

The part concerned with this line

References

LAFON, Pierre, 1980. « Sur la variabilité de la fréquence des formes dans un corpus ». In : Mots. 1. pp. 127–165.

Examples

1
2
data(robespierre)
wam(data=robespierre, measure = "chisq")

sylvainloiseau/wam documentation built on Feb. 12, 2020, 12:30 a.m.