usage: tacl prepare [-h] [-v] [-s SOURCE] INPUT OUTPUT
Convert CBETA TEI XML files (which may have multiple files per work) into XML
suitable for processing via the tacl strip command.
positional arguments:
INPUT Directory containing XML files to prepare.
OUTPUT Directory to output prepared files to.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Display debug information; multiple -v options
increase the verbosity. (default: None)
-s SOURCE, --source SOURCE
Source of TEI files (default: cbeta-github)
The TEI source options are:
* cbeta-2011: the CBETA TEI files as found on their 2011 DVD release
* cbeta-github: the CBETA TEI files as distributed on their GitHub repository
at https://github.com/cbeta-org/xml-p5.git