Skip to content

Commit

Permalink
Merge pull request #124 from common-voice/add-variant-metadata
Browse files Browse the repository at this point in the history
Add variant column
  • Loading branch information
mozgzh authored Dec 20, 2022
2 parents 59c548e + d60d1e6 commit 37fe9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ The ``clips.tsv`` file is a `tab separated file`_ containing a dump of the raw d
6) ``age`` - The age range of the contributor, if the contributor reported it
7) ``gender`` - The gender of the contributor, if the contributor reported it
8) ``accents`` - The accent of the contributor, if the contributor reported it
8) ``variant`` - The variant of the language that contributor speaks, if the contributor reported it
9) ``locale`` - The locale describing the language the contributor was reading
10) ``bucket`` - The "bucket" (train, dev, or test) the clip is currently assigned to

Expand Down
1 change: 1 addition & 0 deletions src/corporacreator/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def create(self):
"age",
"gender",
"accents",
"variant",
"locale",
"segment"
]
Expand Down

0 comments on commit 37fe9a2

Please sign in to comment.