happen: A contingency table lexem ~ construction

Description Usage Format References Examples

Description

A contingency table lexem ~ construction A 2*2 contingency table containing the frequency of lexem in the slot of a construction :

accident !accident
N waiting to happen 14 21
!N waiting to happen 8606 10197659

Usage

1

Format

A 2*2 numeric matrix

References

Stefanowitsch A. \& Gries St. Th. 2003 "Collostructions: Investigating the interaction of words and constructions", International Journal of Corpus Linguistics, 8/2, 209-234, p. 219.

Examples

1
2
3
4
5
6
data(happen)
happen.vec <- cont2vec(happen)
happen.mar <- marginal(happen.vec)
attach(happen.mar)
wam.collostruction(N, n, K, k)
detach(happen.mar)

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