.cqprc
(in the current user's home folder)
is not automatically read at startup
.EOL.;
can be used to insert the line
-::-EOL-::-as a marker into CQP's output
-::-PROGRESS-::- TAB pass TAB no. of passes TAB progress message
> set PrettyPrint off;
the output of the show, group and count commands now has a simple and standardized format that can more easily be parsed by the invoking program; output formats for the different uses of the show command are documented below; see Section 7.3 for the output formats of group and count
flags TAB query name TAB no. of matchesflags is a three-character code representing the flags m = stored in memory, d = saved to disk, * = modified since last saved; flags that are not set are shown as - characters; query name is the long name of the query result, i.e. it has the form corpus:name; when a query result has not yet been loaded from disk, the no. of matches cannot be determined and is reported as 0
attribute type TAB attribute name TAB -Vattribute type is one of the strings p-Att (positional attribute), s-Att (structural attribute) or a-Att (alignment attribute), so the attribute type can easily be recognized from the first character of the output line; the third column is only printed for s-attributes and is either an empty string (no annotations) or -V (regions have annotated values)
attribute type TAB attribute name TAB -V TAB *the third column is -V for an s-attribute with annotations and an empty string otherwise; the fourth column is * if the attribute is currently selected for display and an empty string otherwise
> set QueryLock
;
where is a randomly chosen integer number; it can only be de-activated with
> unlock
;
using the same number
<s> Most/most CP/M/CP/M sytems/system ...
The new CQP option AttributeSeparator or (sep) allows users to override this default setting with an (almost) arbitrary string, e.g.
> set AttributeSeparator "__";
<s> Most__most CP/M__CP/M sytems__system ...
\t
or \x09
.