| dativeSimplified {languageR} | R Documentation |
Dative Alternation - simplified data set
Description
Data describing the realization of the dative as NP or PP in the Switchboard corpus and the Treebank Wall Street Journal collection. Simplified version of the dative data set.
Usage
data(dativeSimplified)
Format
A data frame with 903 observations on the following 5 variables.
Verba factor with the verbs as levels.
AnimacyOfReca factor with levels
animateandinanimatefor the animacy of the recipient.LengthOfThemea numeric vector coding the number of words comprising the theme.
AnimacyOfThemea factor with levels
animateandinanimatecoding the animacy of the theme.RealizationOfReca factor with levels
NPandPPcoding the realization of the dative.
References
Bresnan, J., Cueni, A., Nikitina, T. and Baayen, R. H. (2007) Predicting the dative alternation, in Bouma, G. and Kraemer, I. and Zwarts, J. (eds.), Cognitive Foundations of Interpretation, Royal Netherlands Academy of Sciences, 33 pages, in press.
Examples
## Not run:
data(dative)
## End(Not run)