From 9b077b9b6a5e381ce4b59e6213f8702a9d4be647 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Mon, 28 Aug 2023 10:34:42 +0200 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3a1dc..cc7b62e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Stay tuned for updates and we appreciate your interest in our work. Please conti ## Repository structure The repository includes a **main script** (```run.sh```), a folder which includes Python scripts (```local/*py```) and an example data folder (```DATA/GR/```). **If you want to work with your own data you would need to prepare a folder on your own which follows a specific folder structure**. -The example data folder includes example files from the BEA corpus (Hungarian) and the GRASS corpus (Austrian German) which makes it possible to run an experiment from scratch. In general, the speech data to be analyzed should be stored in the folder ```DATA/```. In case of the example experiment, this folder (```DATA/GR/```) has the following structure: +The example data folder includes example files from the GRASS corpus (Austrian German) which makes it possible to run an experiment from scratch. In general, the speech data to be analyzed should be stored in the folder ```DATA/```. In case of the example experiment, this folder (```DATA/GR/```) has the following structure: - ```DATA/GR/data_GR_CS``` - Various speaker (spkID1, spkID2, ...) folders -- GitLab