Learn R Programming

languageR (version 1.5.0)

oldFrench: Frequencies of tag trigrams in Old French texts

Description

Frequencies of 35 morphosyntactic tag trigrams in 343 Old French texts.

Usage

data(oldFrench)

Arguments

Format

A data frame with the frequencies of 35 tag trigrams (columns) for 343 Old French texts (rows) in the Nouveau Corpus d'Amsterdam. See oldFrenchMeta for details on the texts (and manuscript versions).

References

Ernestus, M., van Mulken, M. and Baayen, R. H. (2007) De syntax van Oud-Franse ridders en heiligen in ruimte en tijd To appear in Onze Taal.

Examples

Run this code
# NOT RUN {
data(oldFrench)
data(oldFrenchMeta)

oldFrench.ca = corres.fnc(oldFrench)

plot(oldFrench.ca, rlabels = oldFrenchMeta$Genre, 
rcol = as.numeric(oldFrenchMeta$Genre), rcex = 0.5, 
extreme = 0.1, ccol = "blue")
# }

Run the code above in your browser using DataLab