textometrieR
[iramuteq] / Rlib / textometrieR / man / bfm.Rd
1 \name{bfm}
2 \alias{bfm}
3 \docType{data}
4 \title{ ~~ data name/kind ... ~~}
5 \description{
6   Contingency table of the frequency of adverbs in the BFM (Base de Francais
7   M \' e di \' e val) \emph{vs} all other parts of speech in each of the five genre
8   (literary, historical, didactic, law, religious).
9 }
10 \usage{data(bfm)}
11 \format{
12   The format is:
13  num [1:2, 1:5]  103000 1370887   23429  413441   15345 ...
14 }
15 %\details{
16 %  ~~ If necessary, more details than the __description__ above ~~
17 %}
18 \source{
19   BFM : http://w3.ens-lsh.fr/egerstenkorn/bfm/
20 }
21 %\references{
22 %
23 %}
24 \examples{
25 data(bfm)
26 %## maybe str(bfm) ; plot(bfm) ...
27 }
28 \keyword{datasets}