From f847ab7928fe7dcfb859d4876742b5995d9d2fc7 Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Tue, 4 Jun 2024 18:25:27 +0900 Subject: [PATCH] change spoken to speech --- README.md | 2 +- src/generate_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 608eaa8..b6dd5d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -***Spoken Emotion Recognition Datasets:*** *A collection of datasets (count=51) for the purpose of emotion recognition/detection in speech. +***Speech Emotion Recognition (SER) Datasets:*** *A collection of datasets (count=51) for the purpose of emotion recognition/detection in speech. The table is chronologically ordered and includes a description of the content of each dataset along with the emotions included. The table can be browsed, sorted and searched under https://superkogito.github.io/SER-datasets/* | Dataset | Year | Content | Emotions | Format | Size | Language | Paper | Access | License | diff --git a/src/generate_files.py b/src/generate_files.py index ba70297..632b563 100644 --- a/src/generate_files.py +++ b/src/generate_files.py @@ -13,7 +13,7 @@ keys = ["Dataset", "Year", "Content", "Emotions", "Format", "Size", "Language", "Paper", "Access", "License", "Dataset-link", "Paper-link", "License-link"] header = ["Dataset", "Year", "Content", "Emotions", "Format", "Size", "Language", "Paper", "Access", "License"] -md_0 = """***Spoken Emotion Recognition Datasets:*** *A collection of datasets (count={0})""".format(len(content.items())) +md_0 = """***Speech Emotion Recognition (SER) Datasets:*** *A collection of datasets (count={0})""".format(len(content.items())) md_1 = """ for the purpose of emotion recognition/detection in speech. The table is chronologically ordered and includes a description of the content of each dataset along with the emotions included. The table can be browsed, sorted and searched under https://superkogito.github.io/SER-datasets/*