tacl join-works

usage: tacl join-works [-h] CORPUS OUTPUT WORK [WORK ...]

Join multiple TEI XML works split from the same original work into a new
single work.

positional arguments:
  CORPUS      Path to corpus of prepared TEI XML texts.
  OUTPUT      Name of work to output the joined works as.
  WORK        Name of work to join.

options:
  -h, --help  show this help message and exit

Join works is useful when a work has been split into multiple parts (likely
via tacl prepare) and a new work consisting of some of those parts joined
togther is wanted.

The order the works to join are specified determines the order they are
joined.

Works are specified via their name, not file path. For example, T0006 and not
T0006.xml or path/to/corpus/T0006. The same is true for the output work name.

The joined work is output within the specified corpus that contains the works
being joined.

Due to the way witnesses are handled, joining works split from different
original works will almost certainly result in errors or incorrect data at
later points. Do not do this.