From 94e758d5c423523b19a40d90505f69f3fc0803fe Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 13:58:05 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 878a40f..3953937 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ Stay tuned for updates and we appreciate your interest in our work. Please conti
 - matplotlib
 
 ## Repository structure
-The repository includes a **main script** (```run.sh```), a folder named **local** which includes Python scripts (```local/*py```) and an example data folder (if you want to work with your own data you would need to prepare this folder). 
+The repository includes a **main script** (```run.sh```), a folder which includes Python scripts (```local/*py```) and an example data folder ()```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 should be stored in the folder ```DATA``` and in case of the example experiment folder ```BEAGR``` it should get clear how a specific speech data folder should be structured:
+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 should be stored in the folder ```DATA/``` and in case of the example experiment folder ```BEAGR/``` it should get clear how a specific speech data folder should be structured:
 
 - DATA/BEAGR/data_BEA_CS
   - Various speaker (spkID1, spkID2, ...) folders
-- 
GitLab