bpindexer — create indices for Poliqarp binary corpus
bpindexer { -h | --help | -v | --version }
bpindexer [option...] base-name [index-base-name]
-h, --helpDisplay help and exit.
-v, --versionOutput version information and exit.
-q, --quietBe quiet, suppress progress information.
-m, --memory-usage=mem
Set an upper limit on memory usage to mem, in bytes. This number can be
followed by a letter K (which specifies kilobytes as the unit) or
M (megabytes) or G (gigabytes).
The default is 30M.
-g, --granularity=gran
Set the granularity of the resulting index to gran, an integer between 100
and 1000000.
The default is 1024.
-i, --indices=list
Create only the given indices. list is a string of one to three different
letters, with the following meanings:
ocreate an index of orthographic forms;
dcreate an index of disambiguated interpretations;
acreate an index of ambiguous interpretations.
The default is create all the indices.