From 6e007ce0db85b216bc8dd3e2dcde8c60319f2ad6 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 14:03:51 +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 a0756b3..c18ad88 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/BEAGR/```). **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/BEAGR/```) has the following 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/BEAGR/```) has the following structure: - DATA/BEAGR/data_BEA_CS - Various speaker (spkID1, spkID2, ...) folders -- GitLab