Description Usage Format References Examples
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.
1 |
A data frame with 285 observations on the following 4 variables.
Verb
a factor with 285 monomorphemic Dutch verbs.
Aux
a factor with as levels the auxiliaries hebben
,
zijn
and zijnheb
(for verbs allowing both auxiliaries).
VerbalSynsets
a numeric vector witth the number of verbal synonym sets in WordNet in which the verb is listed.
Regularity
a factor with levels 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.
1 2 | data(auxiliaries)
kruskal.test(auxiliaries$VerbalSynsets, auxiliaries$Aux)
|
Kruskal-Wallis rank sum test
data: auxiliaries$VerbalSynsets and auxiliaries$Aux
Kruskal-Wallis chi-squared = 11.721, df = 2, p-value = 0.00285
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.