powered by
Print a summary for a corpus, a subcorpus, or a frequency list.
# S3 method for cqp_flist summary(object, ...) # S3 method for cqp_corpus summary(object, ...) # S3 method for cqp_subcorpus summary(object, ...) # S3 method for cqp_attr summary(object, ...)
# S3 method for cqp_corpus summary(object, ...)
# S3 method for cqp_subcorpus summary(object, ...)
# S3 method for cqp_attr summary(object, ...)
An rcqp object, created with cqp_flist, corpus, subcorpus, or $.cqp_corpus.
rcqp
cqp_flist
corpus
subcorpus
$.cqp_corpus
Ignored.
http://cwb.sourceforge.net/documentation.php
corpus, subcorpus, write.cqp_corpus, size.cqp_corpus, size.cqp_subcorpus, cqp_kwic.
write.cqp_corpus
size.cqp_corpus
size.cqp_subcorpus
cqp_kwic
# NOT RUN { c <- corpus("DICKENS"); c; sc <- subcorpus(c, '"interesting"'); sc; k <- cqp_kwic(sc); k; fl <- cqp_flist(c, "word"); fl; # }
Run the code above in your browser using DataLab