auxiliaries {languageR} | R Documentation |
For 285 regular and irregular Dutch verbs, the auxiliary for the present and past perfect is listed together with the count of verbal synsets in WordNet. Regular and irregular verbs are matched in the mean for lemma frequency.
data(auxiliaries)
A data frame with 285 observations on the following 4 variables.
Verb
Aux
hebben
,
zijn
and zijnheb
(for verbs allowing both auxiliaries).VerbalSynsets
Regularity
irregular
and
regular
.Baayen, R. H. and Moscoso del Prado Martin, F. (2005) Semantic density and past-tense formation in three Germanic languages, Language, 81, 666-698.
data(auxiliaries) kruskal.test(auxiliaries$VerbalSynsets, auxiliaries$Aux)