textometrieR
[iramuteq] / Rlib / textometrieR / data / bfm.R
diff --git a/Rlib/textometrieR/data/bfm.R b/Rlib/textometrieR/data/bfm.R
new file mode 100644 (file)
index 0000000..8411f35
--- /dev/null
@@ -0,0 +1,4 @@
+## Adv in the 5 discourse types of the BFM corpus (Base de français médiéval).
+bfm <- matrix(c(103000, 23429, 15345, 11, 16517, 1370887, 413441, 194894, 119, 270676), nrow=2, byrow=TRUE);
+rownames(bfm) <- c("ADV", "other");
+colnames(bfm) <- c("litteraire","historique","didactique","juridique", "religieux");