## use comment lines to structure and document the script DICKENS; # activate corpus set Context 30; # 30 chars of left/right context [lemma = "dog" & pos = "NN.*"]; # find noun DOG sort by word %c on matchend[1] .. matchend[42]; # sort by right context
$ cqp -f script.txt
> source "script.txt";