oldFrench {languageR}R Documentation

Frequencies of tag trigrams in Old French texts

Description

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

Usage

data(oldFrench)

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).

Source

Data from Nouveau Corpus d'Amsterdam, http://www.uni-stuttgart.de/lingrom/stein/corpus/.

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

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")

[Package languageR version 1.5.0 Index]