Description Usage Format Source References Examples
Frequencies of 35 morphosyntactic tag trigrams in 343 Old French texts.
1 |
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).
Data from Nouveau Corpus d'Amsterdam, http://www.uni-stuttgart.de/lingrom/stein/corpus/.
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.
1 2 3 4 5 6 7 8 | 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.