in comprehend_groundtruth_integration/src/comprehend_customer_scripts/GroundTruth/EntityRecognizer/groundtruth_format_conversion_handler.py [0:0]
def main():
parser = argparse.ArgumentParser(description="Parsing the output S3Uri")
parser.add_argument('dataset_output_S3Uri')
parser.add_argument('annotations_output_S3Uri')
args = parser.parse_args()
handler = GroundTruthFormatConversionHandler()
handler.validate_s3_input(args)
handler.read_augmented_manifest_file()