Create a "keyword in context" (aka kwic) list with a subcorpus, with parameters for arranging and filtering items. The list can then be printed chunk by chunk.
cqp_kwic(x, ...) # S3 method for cqp_subcorpus
cqp_kwic(x, right.context = 20, left.context = 20, ...)
An object created with subcorpus
.
The number of characters on the right.
The number of characters on the left.
Ignored.
Create a cqp_kwic
object ready to be printed (with more options for the display) with print
(see print.cqp_kwic
).