# NOT RUN {
# count clause units in the most recent version
# of the Multi-CAST data, by corpus
n <- mc_count_clauses(multicast())
# count by text instead
m <- mc_count_clauses(multicast(), bytext = TRUE)
# number of clauses units in the whole collection
sum(n$nClauses)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab