From d6101d56bd269fdcad424184d226335d22de711b Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 14:00:08 +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 3953937..ffab94a 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 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 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 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