The Zingg command line interface allows you to interact with Zingg to perform various functions such as labeling, training, and matching jobs. You can invoke the command line with the following parameters:
1. To pass a JSON configuration:
bash
./scripts/zingg.sh <optional --properties-file path to zingg.conf> --phase <phase> --conf <path to json>
2. To run Python programs:
bash
./scripts/zingg.sh <optional --properties-file path-to-zingg.conf> --run <path-to-python-program>