From 92607a5f67032bd421057f3d2eadc38501a2de94 Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 14:05:19 +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 e1b4949..361beab 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ The example data folder includes example files from the BEA corpus (Hungarian) a
 
 The example folder ```BEAGR``` (which must be placed in ```DATA/```) sort of defines one experiment and includes the subfolders ```data_BEA_CS``` (BEA Spontaneous Speech), ```data_BEA_RS``` (BEA Read Speech), ```data_GR_CS``` (GRASS Conversational Speech) and ```data_GR_RS``` (GRASS Read Speech). **Please make sure that those folders are named like this: ```data_{corpus}_{speakingstyle}```**. The audio files should have a sampling rate of 16kHz and can be .wav or .flac files. Given this structure and after installing/preparing all dependencies (see below) you should be able to run the experiment. 
 
-To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR``` with the experiment name ```BEAGR```, you would use the following command:
+To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR/```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR/``` with the experiment name ```BEAGR```, you would use the following command:
 
 ```
 ./run.sh DATA/BEAGR/ BEAGR 3
-- 
GitLab