From d0736aacc93f9e5af73ab6490ed1333b901279a5 Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 14:02:17 +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 55d74c2..1a110ac 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/```). **ATTENTION:** 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