Skip to content

Commit

Permalink
change spoken to speech
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Jun 4, 2024
1 parent 6d2199b commit f847ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion src/generate_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit f847ab7

Please sign in to comment.