$ cqp -e
in a shell window (the $
indicates a shell prompt)
-e
flag activates command-line editing features3
-C
flag activates colour highlighting (experimental)
;
)
;
characters are only necessary to separate multiple commands on a single line
in this mode
> set Registry "/some/path/to/a/directory";
> show corpora;
> info DICKENS;
displays information file associated with the corpus, whose contents will vary (it is not created automatically)
[no corpus]> DICKENS;
DICKENS>
in the following examples, the CQP command prompt is indicated by a >
character
> show cd;