tacl-helper collapse-witnesses

usage: tacl-helper collapse-witnesses [-h] [-v] [-t {cbeta,pagel}] RESULTS

Collapse result rows for multiple witnesses having the same count for an
n-gram. Instead of the "siglum" column, all of the witnesses (per work) with
the same n-gram count are listed, space separated, in the "sigla" column.

positional arguments:
  RESULTS               Path to CSV results

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Display debug information; multiple -v options
                        increase the verbosity.
  -t {cbeta,pagel}, --tokenizer {cbeta,pagel}
                        Type of tokenizer to use. The "cbeta" tokenizer is
                        suitable for the Chinese CBETA corpus (tokens are
                        single characters or workaround clusters within square
                        brackets). The "pagel" tokenizer is for use with the
                        transliterated Tibetan corpus (tokens are sets of word
                        characters plus some punctuation used to transliterate
                        characters).