Save a CWB corpus in a file as a dataframe where each column represents an attribute (positional or structural).
# S3 method for cqp_corpus
write(corpus, filename, from = 0, to = 1000, ...)
An object created with corpus
.
The file to be used.
First token to save (token cpos of the first line of the dataframe).
Last token to save (token cpos of the last line of the dataframe).
Not used.