textometrieR
[iramuteq] / Rlib / textometrieR / data / bfm.R
1 ## Adv in the 5 discourse types of the BFM corpus (Base de français médiéval).
2 bfm <- matrix(c(103000, 23429, 15345, 11, 16517, 1370887, 413441, 194894, 119, 270676), nrow=2, byrow=TRUE);
3 rownames(bfm) <- c("ADV", "other");
4 colnames(bfm) <- c("litteraire","historique","didactique","juridique", "religieux");