From 1d3e5576178b521c3f4722e5e812387d16024d28 Mon Sep 17 00:00:00 2001 From: Martin Maarand <maarand@teklia.com> Date: Fri, 15 Nov 2019 16:13:33 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 909a441..2656a43 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,6 @@ Polygon example: ```bash python kaldi_data_generator.py --dataset_name my_balsac2 --extraction_mode polygon --out_dir /tmp/balsac/ --pages 50e1c3c0-2fe9-4216-805e-1a2fd2e7e9f4 ``` + +The script creates 3 directories `Lines`, `Transcriptions`, `Partitions` in the specified `out_dir`. +The contents of these directories must be copied (or symlinked) to the corresponding directories in `data/local/` of kaldi recipe. -- GitLab