Datasets:
Upload 55 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +6 -0
- common_voice_17_0.py +198 -0
- count_n_shards.py +22 -0
- languages.py +1 -0
- n_shards.json +842 -0
- release_stats.py +1 -0
- transcript/ab/clip_durations.tsv +0 -0
- transcript/ab/dev.tsv +0 -0
- transcript/ab/invalidated.tsv +0 -0
- transcript/ab/other.tsv +0 -0
- transcript/ab/reported.tsv +226 -0
- transcript/ab/test.tsv +0 -0
- transcript/ab/train.tsv +0 -0
- transcript/ab/unvalidated_sentences.tsv +6 -0
- transcript/ab/validated.tsv +3 -0
- transcript/ab/validated_sentences.tsv +3 -0
- transcript/af/clip_durations.tsv +406 -0
- transcript/af/dev.tsv +55 -0
- transcript/af/invalidated.tsv +193 -0
- transcript/af/other.tsv +16 -0
- transcript/af/reported.tsv +1 -0
- transcript/af/test.tsv +63 -0
- transcript/af/train.tsv +83 -0
- transcript/af/unvalidated_sentences.tsv +0 -0
- transcript/af/validated.tsv +199 -0
- transcript/af/validated_sentences.tsv +0 -0
- transcript/ar/clip_durations.tsv +0 -0
- transcript/ar/dev.tsv +0 -0
- transcript/ar/invalidated.tsv +0 -0
- transcript/ar/other.tsv +3 -0
- transcript/ar/reported.tsv +0 -0
- transcript/ar/test.tsv +0 -0
- transcript/ar/train.tsv +0 -0
- transcript/ar/unvalidated_sentences.tsv +3 -0
- transcript/ar/validated.tsv +3 -0
- transcript/ar/validated_sentences.tsv +0 -0
- transcript/pt/clip_durations.tsv +0 -0
- transcript/pt/dev.tsv +0 -0
- transcript/pt/invalidated.tsv +0 -0
- transcript/pt/other.tsv +0 -0
- transcript/pt/reported.tsv +0 -0
- transcript/pt/test.tsv +0 -0
- transcript/pt/train.tsv +0 -0
- transcript/pt/unvalidated_sentences.tsv +71 -0
- transcript/pt/validated.tsv +3 -0
- transcript/pt/validated_sentences.tsv +0 -0
- transcript/sq/clip_durations.tsv +1545 -0
- transcript/sq/dev.tsv +0 -0
- transcript/sq/invalidated.tsv +21 -0
- transcript/sq/other.tsv +1 -0
.gitattributes
CHANGED
@@ -53,3 +53,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
transcript/ab/validated_sentences.tsv filter=lfs diff=lfs merge=lfs -text
|
57 |
+
transcript/ab/validated.tsv filter=lfs diff=lfs merge=lfs -text
|
58 |
+
transcript/ar/other.tsv filter=lfs diff=lfs merge=lfs -text
|
59 |
+
transcript/ar/unvalidated_sentences.tsv filter=lfs diff=lfs merge=lfs -text
|
60 |
+
transcript/ar/validated.tsv filter=lfs diff=lfs merge=lfs -text
|
61 |
+
transcript/pt/validated.tsv filter=lfs diff=lfs merge=lfs -text
|
common_voice_17_0.py
ADDED
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2022 The HuggingFace Datasets Authors and the current dataset script contributor.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
""" Common Voice Dataset"""
|
16 |
+
|
17 |
+
|
18 |
+
import csv
|
19 |
+
import os
|
20 |
+
import json
|
21 |
+
|
22 |
+
import datasets
|
23 |
+
from datasets.utils.py_utils import size_str
|
24 |
+
from tqdm import tqdm
|
25 |
+
|
26 |
+
from .languages import LANGUAGES
|
27 |
+
from .release_stats import STATS
|
28 |
+
|
29 |
+
|
30 |
+
_CITATION = """\
|
31 |
+
@inproceedings{commonvoice:2020,
|
32 |
+
author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},
|
33 |
+
title = {Common Voice: A Massively-Multilingual Speech Corpus},
|
34 |
+
booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},
|
35 |
+
pages = {4211--4215},
|
36 |
+
year = 2020
|
37 |
+
}
|
38 |
+
"""
|
39 |
+
|
40 |
+
_HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
|
41 |
+
|
42 |
+
_LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
|
43 |
+
|
44 |
+
# TODO: change "streaming" to "main" after merge!
|
45 |
+
_BASE_URL = "https://huggingface.co/datasets/fsicoli/common_voice_17_0/resolve/main/"
|
46 |
+
|
47 |
+
_AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
|
48 |
+
|
49 |
+
_TRANSCRIPT_URL = _BASE_URL + "transcript/{lang}/{split}.tsv"
|
50 |
+
|
51 |
+
_N_SHARDS_URL = _BASE_URL + "n_shards.json"
|
52 |
+
|
53 |
+
|
54 |
+
class CommonVoiceConfig(datasets.BuilderConfig):
|
55 |
+
"""BuilderConfig for CommonVoice."""
|
56 |
+
|
57 |
+
def __init__(self, name, version, **kwargs):
|
58 |
+
self.language = kwargs.pop("language", None)
|
59 |
+
self.release_date = kwargs.pop("release_date", None)
|
60 |
+
self.num_clips = kwargs.pop("num_clips", None)
|
61 |
+
self.num_speakers = kwargs.pop("num_speakers", None)
|
62 |
+
self.validated_hr = kwargs.pop("validated_hr", None)
|
63 |
+
self.total_hr = kwargs.pop("total_hr", None)
|
64 |
+
self.size_bytes = kwargs.pop("size_bytes", None)
|
65 |
+
self.size_human = size_str(self.size_bytes)
|
66 |
+
description = (
|
67 |
+
f"Common Voice speech to text dataset in {self.language} released on {self.release_date}. "
|
68 |
+
f"The dataset comprises {self.validated_hr} hours of validated transcribed speech data "
|
69 |
+
f"out of {self.total_hr} hours in total from {self.num_speakers} speakers. "
|
70 |
+
f"The dataset contains {self.num_clips} audio clips and has a size of {self.size_human}."
|
71 |
+
)
|
72 |
+
super(CommonVoiceConfig, self).__init__(
|
73 |
+
name=name,
|
74 |
+
version=datasets.Version(version),
|
75 |
+
description=description,
|
76 |
+
**kwargs,
|
77 |
+
)
|
78 |
+
|
79 |
+
|
80 |
+
class CommonVoice(datasets.GeneratorBasedBuilder):
|
81 |
+
DEFAULT_WRITER_BATCH_SIZE = 1000
|
82 |
+
|
83 |
+
BUILDER_CONFIGS = [
|
84 |
+
CommonVoiceConfig(
|
85 |
+
name=lang,
|
86 |
+
version=STATS["version"],
|
87 |
+
language=LANGUAGES[lang],
|
88 |
+
release_date=STATS["date"],
|
89 |
+
num_clips=lang_stats["clips"],
|
90 |
+
num_speakers=lang_stats["users"],
|
91 |
+
validated_hr=float(lang_stats["validHrs"]) if lang_stats["validHrs"] else None,
|
92 |
+
total_hr=float(lang_stats["totalHrs"]) if lang_stats["totalHrs"] else None,
|
93 |
+
size_bytes=int(lang_stats["size"]) if lang_stats["size"] else None,
|
94 |
+
)
|
95 |
+
for lang, lang_stats in STATS["locales"].items()
|
96 |
+
]
|
97 |
+
|
98 |
+
def _info(self):
|
99 |
+
total_languages = len(STATS["locales"])
|
100 |
+
total_valid_hours = STATS["totalValidHrs"]
|
101 |
+
description = (
|
102 |
+
"Common Voice is Mozilla's initiative to help teach machines how real people speak. "
|
103 |
+
f"The dataset currently consists of {total_valid_hours} validated hours of speech "
|
104 |
+
f" in {total_languages} languages, but more voices and languages are always added."
|
105 |
+
)
|
106 |
+
features = datasets.Features(
|
107 |
+
{
|
108 |
+
"client_id": datasets.Value("string"),
|
109 |
+
"path": datasets.Value("string"),
|
110 |
+
"audio": datasets.features.Audio(sampling_rate=48_000),
|
111 |
+
"sentence": datasets.Value("string"),
|
112 |
+
"up_votes": datasets.Value("int64"),
|
113 |
+
"down_votes": datasets.Value("int64"),
|
114 |
+
"age": datasets.Value("string"),
|
115 |
+
"gender": datasets.Value("string"),
|
116 |
+
"accent": datasets.Value("string"),
|
117 |
+
"locale": datasets.Value("string"),
|
118 |
+
"segment": datasets.Value("string"),
|
119 |
+
"variant": datasets.Value("string"),
|
120 |
+
}
|
121 |
+
)
|
122 |
+
|
123 |
+
return datasets.DatasetInfo(
|
124 |
+
description=description,
|
125 |
+
features=features,
|
126 |
+
supervised_keys=None,
|
127 |
+
homepage=_HOMEPAGE,
|
128 |
+
license=_LICENSE,
|
129 |
+
citation=_CITATION,
|
130 |
+
version=self.config.version,
|
131 |
+
)
|
132 |
+
|
133 |
+
def _split_generators(self, dl_manager):
|
134 |
+
lang = self.config.name
|
135 |
+
n_shards_path = dl_manager.download_and_extract(_N_SHARDS_URL)
|
136 |
+
with open(n_shards_path, encoding="utf-8") as f:
|
137 |
+
n_shards = json.load(f)
|
138 |
+
|
139 |
+
audio_urls = {}
|
140 |
+
splits = ("train", "dev", "test", "other", "invalidated")
|
141 |
+
for split in splits:
|
142 |
+
audio_urls[split] = [
|
143 |
+
_AUDIO_URL.format(lang=lang, split=split, shard_idx=i) for i in range(n_shards[lang][split])
|
144 |
+
]
|
145 |
+
archive_paths = dl_manager.download(audio_urls)
|
146 |
+
local_extracted_archive_paths = dl_manager.extract(archive_paths) if not dl_manager.is_streaming else {}
|
147 |
+
|
148 |
+
meta_urls = {split: _TRANSCRIPT_URL.format(lang=lang, split=split) for split in splits}
|
149 |
+
meta_paths = dl_manager.download_and_extract(meta_urls)
|
150 |
+
|
151 |
+
split_generators = []
|
152 |
+
split_names = {
|
153 |
+
"train": datasets.Split.TRAIN,
|
154 |
+
"dev": datasets.Split.VALIDATION,
|
155 |
+
"test": datasets.Split.TEST,
|
156 |
+
}
|
157 |
+
for split in splits:
|
158 |
+
split_generators.append(
|
159 |
+
datasets.SplitGenerator(
|
160 |
+
name=split_names.get(split, split),
|
161 |
+
gen_kwargs={
|
162 |
+
"local_extracted_archive_paths": local_extracted_archive_paths.get(split),
|
163 |
+
"archives": [dl_manager.iter_archive(path) for path in archive_paths.get(split)],
|
164 |
+
"meta_path": meta_paths[split],
|
165 |
+
},
|
166 |
+
),
|
167 |
+
)
|
168 |
+
|
169 |
+
return split_generators
|
170 |
+
|
171 |
+
def _generate_examples(self, local_extracted_archive_paths, archives, meta_path):
|
172 |
+
data_fields = list(self._info().features.keys())
|
173 |
+
metadata = {}
|
174 |
+
with open(meta_path, encoding="utf-8") as f:
|
175 |
+
reader = csv.DictReader(f, delimiter="\t", quoting=csv.QUOTE_NONE)
|
176 |
+
for row in tqdm(reader, desc="Reading metadata..."):
|
177 |
+
if not row["path"].endswith(".mp3"):
|
178 |
+
row["path"] += ".mp3"
|
179 |
+
# accent -> accents in CV 8.0
|
180 |
+
if "accents" in row:
|
181 |
+
row["accent"] = row["accents"]
|
182 |
+
del row["accents"]
|
183 |
+
# if data is incomplete, fill with empty values
|
184 |
+
for field in data_fields:
|
185 |
+
if field not in row:
|
186 |
+
row[field] = ""
|
187 |
+
metadata[row["path"]] = row
|
188 |
+
|
189 |
+
for i, audio_archive in enumerate(archives):
|
190 |
+
for path, file in audio_archive:
|
191 |
+
_, filename = os.path.split(path)
|
192 |
+
if filename in metadata:
|
193 |
+
result = dict(metadata[filename])
|
194 |
+
# set the audio feature and the path to the extracted file
|
195 |
+
path = os.path.join(local_extracted_archive_paths[i], path) if local_extracted_archive_paths else path
|
196 |
+
result["audio"] = {"path": path, "bytes": file.read()}
|
197 |
+
result["path"] = path
|
198 |
+
yield path, result
|
count_n_shards.py
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from pathlib import Path
|
2 |
+
import json
|
3 |
+
|
4 |
+
|
5 |
+
splits = ["train", "dev", "test", "other", "invalidated"]
|
6 |
+
|
7 |
+
if __name__ == "__main__":
|
8 |
+
n_files = {}
|
9 |
+
lang_dirs = [d for d in Path("audio").iterdir() if d.is_dir()]
|
10 |
+
for lang_dir in lang_dirs:
|
11 |
+
lang = lang_dir.name
|
12 |
+
n_files[lang] = {}
|
13 |
+
for split in splits:
|
14 |
+
split_dir = lang_dir / split
|
15 |
+
if split_dir.exists():
|
16 |
+
n_files_per_split = len(list(split_dir.glob("*.tar")))
|
17 |
+
else:
|
18 |
+
n_files_per_split = 0
|
19 |
+
n_files[lang][split] = n_files_per_split
|
20 |
+
|
21 |
+
with open("n_shards.json", "w") as f:
|
22 |
+
json.dump(dict(sorted(n_files.items(), key=lambda x: x[0])), f, ensure_ascii=False, indent=4)
|
languages.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
LANGUAGES = {'ab': 'Abkhaz', 'ace': 'Acehnese', 'ady': 'Adyghe', 'af': 'Afrikaans', 'am': 'Amharic', 'an': 'Aragonese', 'ar': 'Arabic', 'arn': 'Mapudungun', 'as': 'Assamese', 'ast': 'Asturian', 'az': 'Azerbaijani', 'ba': 'Bashkir', 'bas': 'Basaa', 'be': 'Belarusian', 'bg': 'Bulgarian', 'bm': 'Bambara', 'bn': 'Bengali', 'bo': 'Tibetan', 'br': 'Breton', 'bs': 'Bosnian', 'bxr': 'Buryat', 'byv': 'Medumba', 'ca': 'Catalan', 'cak': 'Kaqchikel', 'ckb': 'Central Kurdish', 'cnh': 'Hakha Chin', 'co': 'Corsican', 'cs': 'Czech', 'cv': 'Chuvash', 'cy': 'Welsh', 'da': 'Danish', 'dag': 'Dagbani', 'de': 'German', 'dsb': 'Sorbian, Lower', 'dv': 'Dhivehi', 'dyu': 'Dioula', 'el': 'Greek', 'en': 'English', 'eo': 'Esperanto', 'es': 'Spanish', 'et': 'Estonian', 'eu': 'Basque', 'ewo': 'Ewondo', 'fa': 'Persian', 'ff': 'Fulah', 'fi': 'Finnish', 'fo': 'Faroese', 'fr': 'French', 'fy-NL': 'Frisian', 'ga-IE': 'Irish', 'gl': 'Galician', 'gn': 'Guarani', 'gom': 'Goan Konkani', 'gu-IN': 'Gujarati', 'ha': 'Hausa', 'he': 'Hebrew', 'hi': 'Hindi', 'hil': 'Hiligaynon', 'hr': 'Croatian', 'hsb': 'Sorbian, Upper', 'ht': 'Haitian', 'hu': 'Hungarian', 'hy-AM': 'Armenian', 'hyw': 'Armenian Western', 'ia': 'Interlingua', 'id': 'Indonesian', 'ie': 'Interlingue', 'ig': 'Igbo', 'is': 'Icelandic', 'it': 'Italian', 'izh': 'Izhorian', 'ja': 'Japanese', 'jbo': 'Lojban', 'jv': 'Javanese', 'ka': 'Georgian', 'kaa': 'Karakalpak', 'kab': 'Kabyle', 'kbd': 'Kabardian', 'ki': 'Kikuyu', 'kk': 'Kazakh', 'km': 'Khmer', 'kmr': 'Kurmanji Kurdish', 'kn': 'Kannada', 'knn': 'Konkani (Devanagari)', 'ko': 'Korean', 'kpv': 'Komi-Zyrian', 'kw': 'Cornish', 'ky': 'Kyrgyz', 'lb': 'Luxembourgish', 'lg': 'Luganda', 'lij': 'Ligurian', 'ln': 'Lingala', 'lo': 'Lao', 'lt': 'Lithuanian', 'ltg': 'Latgalian', 'lv': 'Latvian', 'mai': 'Maithili', 'mdf': 'Moksha', 'mg': 'Malagasy', 'mhr': 'Meadow Mari', 'mk': 'Macedonian', 'ml': 'Malayalam', 'mn': 'Mongolian', 'mni': 'Meetei Lon', 'mos': 'Mossi', 'mr': 'Marathi', 'mrj': 'Hill Mari', 'ms': 'Malay', 'mt': 'Maltese', 'my': 'Burmese', 'myv': 'Erzya', 'nan-tw': 'Taiwanese (Minnan)', 'nb-NO': 'Norwegian Bokmål', 'nd': 'IsiNdebele (North)', 'ne-NP': 'Nepali', 'nhe': 'Eastern Huasteca Nahuatl', 'nhi': 'Western Sierra Puebla Nahuatl', 'nia': 'Nias', 'nl': 'Dutch', 'nn-NO': 'Norwegian Nynorsk', 'nr': 'IsiNdebele (South)', 'nso': 'Northern Sotho', 'ny': 'Chinyanja', 'nyn': 'Runyankole', 'oc': 'Occitan', 'om': 'Afaan Oromo', 'or': 'Odia', 'os': 'Ossetian', 'pa-IN': 'Punjabi', 'pap-AW': 'Papiamento (Aruba)', 'pl': 'Polish', 'ps': 'Pashto', 'pt': 'Portuguese', 'quc': "K'iche'", 'quy': 'Quechua Chanka', 'rm-sursilv': 'Romansh Sursilvan', 'rm-vallader': 'Romansh Vallader', 'ro': 'Romanian', 'ru': 'Russian', 'rw': 'Kinyarwanda', 'sah': 'Sakha', 'sat': 'Santali (Ol Chiki)', 'sc': 'Sardinian', 'scn': 'Sicilian', 'sdh': 'Southern Kurdish', 'shi': 'Shilha', 'si': 'Sinhala', 'sk': 'Slovak', 'skr': 'Saraiki', 'sl': 'Slovenian', 'snk': 'Soninke', 'so': 'Somali', 'sq': 'Albanian', 'sr': 'Serbian', 'ss': 'Siswati', 'st': 'Southern Sotho', 'sv-SE': 'Swedish', 'sw': 'Swahili', 'syr': 'Syriac', 'ta': 'Tamil', 'te': 'Telugu', 'tg': 'Tajik', 'th': 'Thai', 'ti': 'Tigrinya', 'tig': 'Tigre', 'tk': 'Turkmen', 'tl': 'Tagalog', 'tn': 'Setswana', 'tok': 'Toki Pona', 'tr': 'Turkish', 'ts': 'Xitsonga', 'tt': 'Tatar', 'tw': 'Twi', 'ty': 'Tahitian', 'tyv': 'Tuvan', 'uby': 'Ubykh', 'udm': 'Udmurt', 'ug': 'Uyghur', 'uk': 'Ukrainian', 'ur': 'Urdu', 'uz': 'Uzbek', 've': 'Tshivenda', 'vec': 'Venetian', 'vi': 'Vietnamese', 'vot': 'Votic', 'wo': 'Wolof', 'xh': 'Xhosa', 'yi': 'Yiddish', 'yo': 'Yoruba', 'yue': 'Cantonese', 'zgh': 'Tamazight', 'zh-CN': 'Chinese (China)', 'zh-HK': 'Chinese (Hong Kong)', 'zh-TW': 'Chinese (Taiwan)', 'zu': 'Zulu', 'zza': 'Zaza'}
|
n_shards.json
ADDED
@@ -0,0 +1,842 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ab": {
|
3 |
+
"train": 1,
|
4 |
+
"dev": 1,
|
5 |
+
"test": 1,
|
6 |
+
"other": 1,
|
7 |
+
"invalidated": 1
|
8 |
+
},
|
9 |
+
"af": {
|
10 |
+
"train": 1,
|
11 |
+
"dev": 1,
|
12 |
+
"test": 1,
|
13 |
+
"other": 0,
|
14 |
+
"invalidated": 1
|
15 |
+
},
|
16 |
+
"am": {
|
17 |
+
"train": 1,
|
18 |
+
"dev": 1,
|
19 |
+
"test": 1,
|
20 |
+
"other": 1,
|
21 |
+
"invalidated": 1
|
22 |
+
},
|
23 |
+
"ar": {
|
24 |
+
"train": 1,
|
25 |
+
"dev": 1,
|
26 |
+
"test": 1,
|
27 |
+
"other": 2,
|
28 |
+
"invalidated": 1
|
29 |
+
},
|
30 |
+
"as": {
|
31 |
+
"train": 1,
|
32 |
+
"dev": 1,
|
33 |
+
"test": 1,
|
34 |
+
"other": 1,
|
35 |
+
"invalidated": 1
|
36 |
+
},
|
37 |
+
"ast": {
|
38 |
+
"train": 1,
|
39 |
+
"dev": 1,
|
40 |
+
"test": 1,
|
41 |
+
"other": 1,
|
42 |
+
"invalidated": 1
|
43 |
+
},
|
44 |
+
"az": {
|
45 |
+
"train": 1,
|
46 |
+
"dev": 1,
|
47 |
+
"test": 1,
|
48 |
+
"other": 1,
|
49 |
+
"invalidated": 1
|
50 |
+
},
|
51 |
+
"ba": {
|
52 |
+
"train": 3,
|
53 |
+
"dev": 1,
|
54 |
+
"test": 1,
|
55 |
+
"other": 1,
|
56 |
+
"invalidated": 1
|
57 |
+
},
|
58 |
+
"bas": {
|
59 |
+
"train": 1,
|
60 |
+
"dev": 1,
|
61 |
+
"test": 1,
|
62 |
+
"other": 1,
|
63 |
+
"invalidated": 1
|
64 |
+
},
|
65 |
+
"be": {
|
66 |
+
"train": 9,
|
67 |
+
"dev": 1,
|
68 |
+
"test": 1,
|
69 |
+
"other": 1,
|
70 |
+
"invalidated": 1
|
71 |
+
},
|
72 |
+
"bg": {
|
73 |
+
"train": 1,
|
74 |
+
"dev": 1,
|
75 |
+
"test": 1,
|
76 |
+
"other": 1,
|
77 |
+
"invalidated": 1
|
78 |
+
},
|
79 |
+
"bn": {
|
80 |
+
"train": 1,
|
81 |
+
"dev": 1,
|
82 |
+
"test": 1,
|
83 |
+
"other": 25,
|
84 |
+
"invalidated": 1
|
85 |
+
},
|
86 |
+
"br": {
|
87 |
+
"train": 1,
|
88 |
+
"dev": 1,
|
89 |
+
"test": 1,
|
90 |
+
"other": 1,
|
91 |
+
"invalidated": 1
|
92 |
+
},
|
93 |
+
"ca": {
|
94 |
+
"train": 29,
|
95 |
+
"dev": 1,
|
96 |
+
"test": 1,
|
97 |
+
"other": 12,
|
98 |
+
"invalidated": 3
|
99 |
+
},
|
100 |
+
"ckb": {
|
101 |
+
"train": 1,
|
102 |
+
"dev": 1,
|
103 |
+
"test": 1,
|
104 |
+
"other": 1,
|
105 |
+
"invalidated": 1
|
106 |
+
},
|
107 |
+
"cnh": {
|
108 |
+
"train": 1,
|
109 |
+
"dev": 1,
|
110 |
+
"test": 1,
|
111 |
+
"other": 1,
|
112 |
+
"invalidated": 1
|
113 |
+
},
|
114 |
+
"cs": {
|
115 |
+
"train": 1,
|
116 |
+
"dev": 1,
|
117 |
+
"test": 1,
|
118 |
+
"other": 4,
|
119 |
+
"invalidated": 1
|
120 |
+
},
|
121 |
+
"cv": {
|
122 |
+
"train": 1,
|
123 |
+
"dev": 1,
|
124 |
+
"test": 1,
|
125 |
+
"other": 1,
|
126 |
+
"invalidated": 1
|
127 |
+
},
|
128 |
+
"cy": {
|
129 |
+
"train": 1,
|
130 |
+
"dev": 1,
|
131 |
+
"test": 1,
|
132 |
+
"other": 1,
|
133 |
+
"invalidated": 1
|
134 |
+
},
|
135 |
+
"da": {
|
136 |
+
"train": 1,
|
137 |
+
"dev": 1,
|
138 |
+
"test": 1,
|
139 |
+
"other": 1,
|
140 |
+
"invalidated": 1
|
141 |
+
},
|
142 |
+
"de": {
|
143 |
+
"train": 15,
|
144 |
+
"dev": 1,
|
145 |
+
"test": 1,
|
146 |
+
"other": 1,
|
147 |
+
"invalidated": 2
|
148 |
+
},
|
149 |
+
"dv": {
|
150 |
+
"train": 1,
|
151 |
+
"dev": 1,
|
152 |
+
"test": 1,
|
153 |
+
"other": 1,
|
154 |
+
"invalidated": 1
|
155 |
+
},
|
156 |
+
"dyu": {
|
157 |
+
"train": 1,
|
158 |
+
"dev": 1,
|
159 |
+
"test": 1,
|
160 |
+
"other": 1,
|
161 |
+
"invalidated": 1
|
162 |
+
},
|
163 |
+
"el": {
|
164 |
+
"train": 1,
|
165 |
+
"dev": 1,
|
166 |
+
"test": 1,
|
167 |
+
"other": 1,
|
168 |
+
"invalidated": 1
|
169 |
+
},
|
170 |
+
"en": {
|
171 |
+
"train": 28,
|
172 |
+
"dev": 1,
|
173 |
+
"test": 1,
|
174 |
+
"other": 8,
|
175 |
+
"invalidated": 8
|
176 |
+
},
|
177 |
+
"eo": {
|
178 |
+
"train": 4,
|
179 |
+
"dev": 1,
|
180 |
+
"test": 1,
|
181 |
+
"other": 4,
|
182 |
+
"invalidated": 4
|
183 |
+
},
|
184 |
+
"es": {
|
185 |
+
"train": 9,
|
186 |
+
"dev": 1,
|
187 |
+
"test": 1,
|
188 |
+
"other": 29,
|
189 |
+
"invalidated": 3
|
190 |
+
},
|
191 |
+
"et": {
|
192 |
+
"train": 1,
|
193 |
+
"dev": 1,
|
194 |
+
"test": 1,
|
195 |
+
"other": 1,
|
196 |
+
"invalidated": 1
|
197 |
+
},
|
198 |
+
"eu": {
|
199 |
+
"train": 2,
|
200 |
+
"dev": 1,
|
201 |
+
"test": 1,
|
202 |
+
"other": 6,
|
203 |
+
"invalidated": 1
|
204 |
+
},
|
205 |
+
"fa": {
|
206 |
+
"train": 1,
|
207 |
+
"dev": 1,
|
208 |
+
"test": 1,
|
209 |
+
"other": 1,
|
210 |
+
"invalidated": 1
|
211 |
+
},
|
212 |
+
"fi": {
|
213 |
+
"train": 1,
|
214 |
+
"dev": 1,
|
215 |
+
"test": 1,
|
216 |
+
"other": 1,
|
217 |
+
"invalidated": 1
|
218 |
+
},
|
219 |
+
"fr": {
|
220 |
+
"train": 14,
|
221 |
+
"dev": 1,
|
222 |
+
"test": 1,
|
223 |
+
"other": 1,
|
224 |
+
"invalidated": 2
|
225 |
+
},
|
226 |
+
"fy-NL": {
|
227 |
+
"train": 1,
|
228 |
+
"dev": 1,
|
229 |
+
"test": 1,
|
230 |
+
"other": 3,
|
231 |
+
"invalidated": 1
|
232 |
+
},
|
233 |
+
"ga-IE": {
|
234 |
+
"train": 1,
|
235 |
+
"dev": 1,
|
236 |
+
"test": 1,
|
237 |
+
"other": 1,
|
238 |
+
"invalidated": 1
|
239 |
+
},
|
240 |
+
"gl": {
|
241 |
+
"train": 1,
|
242 |
+
"dev": 1,
|
243 |
+
"test": 1,
|
244 |
+
"other": 1,
|
245 |
+
"invalidated": 1
|
246 |
+
},
|
247 |
+
"gn": {
|
248 |
+
"train": 1,
|
249 |
+
"dev": 1,
|
250 |
+
"test": 1,
|
251 |
+
"other": 1,
|
252 |
+
"invalidated": 1
|
253 |
+
},
|
254 |
+
"ha": {
|
255 |
+
"train": 1,
|
256 |
+
"dev": 1,
|
257 |
+
"test": 1,
|
258 |
+
"other": 1,
|
259 |
+
"invalidated": 1
|
260 |
+
},
|
261 |
+
"he": {
|
262 |
+
"train": 1,
|
263 |
+
"dev": 1,
|
264 |
+
"test": 1,
|
265 |
+
"other": 1,
|
266 |
+
"invalidated": 1
|
267 |
+
},
|
268 |
+
"hi": {
|
269 |
+
"train": 1,
|
270 |
+
"dev": 1,
|
271 |
+
"test": 1,
|
272 |
+
"other": 1,
|
273 |
+
"invalidated": 1
|
274 |
+
},
|
275 |
+
"hsb": {
|
276 |
+
"train": 1,
|
277 |
+
"dev": 1,
|
278 |
+
"test": 1,
|
279 |
+
"other": 1,
|
280 |
+
"invalidated": 1
|
281 |
+
},
|
282 |
+
"hu": {
|
283 |
+
"train": 1,
|
284 |
+
"dev": 1,
|
285 |
+
"test": 1,
|
286 |
+
"other": 2,
|
287 |
+
"invalidated": 1
|
288 |
+
},
|
289 |
+
"hy-AM": {
|
290 |
+
"train": 1,
|
291 |
+
"dev": 1,
|
292 |
+
"test": 1,
|
293 |
+
"other": 1,
|
294 |
+
"invalidated": 1
|
295 |
+
},
|
296 |
+
"ia": {
|
297 |
+
"train": 1,
|
298 |
+
"dev": 1,
|
299 |
+
"test": 1,
|
300 |
+
"other": 1,
|
301 |
+
"invalidated": 1
|
302 |
+
},
|
303 |
+
"id": {
|
304 |
+
"train": 1,
|
305 |
+
"dev": 1,
|
306 |
+
"test": 1,
|
307 |
+
"other": 1,
|
308 |
+
"invalidated": 1
|
309 |
+
},
|
310 |
+
"ig": {
|
311 |
+
"train": 1,
|
312 |
+
"dev": 1,
|
313 |
+
"test": 1,
|
314 |
+
"other": 1,
|
315 |
+
"invalidated": 1
|
316 |
+
},
|
317 |
+
"is": {
|
318 |
+
"train": 1,
|
319 |
+
"dev": 0,
|
320 |
+
"test": 1,
|
321 |
+
"other": 1,
|
322 |
+
"invalidated": 1
|
323 |
+
},
|
324 |
+
"it": {
|
325 |
+
"train": 5,
|
326 |
+
"dev": 1,
|
327 |
+
"test": 1,
|
328 |
+
"other": 1,
|
329 |
+
"invalidated": 1
|
330 |
+
},
|
331 |
+
"ja": {
|
332 |
+
"train": 1,
|
333 |
+
"dev": 1,
|
334 |
+
"test": 1,
|
335 |
+
"other": 6,
|
336 |
+
"invalidated": 1
|
337 |
+
},
|
338 |
+
"ka": {
|
339 |
+
"train": 2,
|
340 |
+
"dev": 1,
|
341 |
+
"test": 1,
|
342 |
+
"other": 1,
|
343 |
+
"invalidated": 1
|
344 |
+
},
|
345 |
+
"kab": {
|
346 |
+
"train": 4,
|
347 |
+
"dev": 1,
|
348 |
+
"test": 1,
|
349 |
+
"other": 3,
|
350 |
+
"invalidated": 1
|
351 |
+
},
|
352 |
+
"kk": {
|
353 |
+
"train": 1,
|
354 |
+
"dev": 1,
|
355 |
+
"test": 1,
|
356 |
+
"other": 1,
|
357 |
+
"invalidated": 1
|
358 |
+
},
|
359 |
+
"kmr": {
|
360 |
+
"train": 1,
|
361 |
+
"dev": 1,
|
362 |
+
"test": 1,
|
363 |
+
"other": 1,
|
364 |
+
"invalidated": 1
|
365 |
+
},
|
366 |
+
"ko": {
|
367 |
+
"train": 1,
|
368 |
+
"dev": 1,
|
369 |
+
"test": 1,
|
370 |
+
"other": 1,
|
371 |
+
"invalidated": 1
|
372 |
+
},
|
373 |
+
"ky": {
|
374 |
+
"train": 1,
|
375 |
+
"dev": 1,
|
376 |
+
"test": 1,
|
377 |
+
"other": 1,
|
378 |
+
"invalidated": 1
|
379 |
+
},
|
380 |
+
"lg": {
|
381 |
+
"train": 2,
|
382 |
+
"dev": 1,
|
383 |
+
"test": 1,
|
384 |
+
"other": 1,
|
385 |
+
"invalidated": 1
|
386 |
+
},
|
387 |
+
"lij": {
|
388 |
+
"train": 1,
|
389 |
+
"dev": 1,
|
390 |
+
"test": 1,
|
391 |
+
"other": 0,
|
392 |
+
"invalidated": 1
|
393 |
+
},
|
394 |
+
"lo": {
|
395 |
+
"train": 1,
|
396 |
+
"dev": 1,
|
397 |
+
"test": 1,
|
398 |
+
"other": 1,
|
399 |
+
"invalidated": 1
|
400 |
+
},
|
401 |
+
"lt": {
|
402 |
+
"train": 1,
|
403 |
+
"dev": 1,
|
404 |
+
"test": 1,
|
405 |
+
"other": 1,
|
406 |
+
"invalidated": 1
|
407 |
+
},
|
408 |
+
"ltg": {
|
409 |
+
"train": 1,
|
410 |
+
"dev": 1,
|
411 |
+
"test": 1,
|
412 |
+
"other": 1,
|
413 |
+
"invalidated": 1
|
414 |
+
},
|
415 |
+
"lv": {
|
416 |
+
"train": 1,
|
417 |
+
"dev": 1,
|
418 |
+
"test": 1,
|
419 |
+
"other": 2,
|
420 |
+
"invalidated": 1
|
421 |
+
},
|
422 |
+
"mdf": {
|
423 |
+
"train": 1,
|
424 |
+
"dev": 1,
|
425 |
+
"test": 1,
|
426 |
+
"other": 0,
|
427 |
+
"invalidated": 1
|
428 |
+
},
|
429 |
+
"mhr": {
|
430 |
+
"train": 5,
|
431 |
+
"dev": 1,
|
432 |
+
"test": 1,
|
433 |
+
"other": 1,
|
434 |
+
"invalidated": 1
|
435 |
+
},
|
436 |
+
"mk": {
|
437 |
+
"train": 1,
|
438 |
+
"dev": 1,
|
439 |
+
"test": 1,
|
440 |
+
"other": 0,
|
441 |
+
"invalidated": 1
|
442 |
+
},
|
443 |
+
"ml": {
|
444 |
+
"train": 1,
|
445 |
+
"dev": 1,
|
446 |
+
"test": 1,
|
447 |
+
"other": 1,
|
448 |
+
"invalidated": 1
|
449 |
+
},
|
450 |
+
"mn": {
|
451 |
+
"train": 1,
|
452 |
+
"dev": 1,
|
453 |
+
"test": 1,
|
454 |
+
"other": 1,
|
455 |
+
"invalidated": 1
|
456 |
+
},
|
457 |
+
"mr": {
|
458 |
+
"train": 1,
|
459 |
+
"dev": 1,
|
460 |
+
"test": 1,
|
461 |
+
"other": 1,
|
462 |
+
"invalidated": 1
|
463 |
+
},
|
464 |
+
"mrj": {
|
465 |
+
"train": 1,
|
466 |
+
"dev": 1,
|
467 |
+
"test": 1,
|
468 |
+
"other": 1,
|
469 |
+
"invalidated": 1
|
470 |
+
},
|
471 |
+
"mt": {
|
472 |
+
"train": 1,
|
473 |
+
"dev": 1,
|
474 |
+
"test": 1,
|
475 |
+
"other": 1,
|
476 |
+
"invalidated": 1
|
477 |
+
},
|
478 |
+
"myv": {
|
479 |
+
"train": 1,
|
480 |
+
"dev": 1,
|
481 |
+
"test": 1,
|
482 |
+
"other": 1,
|
483 |
+
"invalidated": 1
|
484 |
+
},
|
485 |
+
"nan-tw": {
|
486 |
+
"train": 1,
|
487 |
+
"dev": 1,
|
488 |
+
"test": 1,
|
489 |
+
"other": 1,
|
490 |
+
"invalidated": 1
|
491 |
+
},
|
492 |
+
"ne-NP": {
|
493 |
+
"train": 1,
|
494 |
+
"dev": 1,
|
495 |
+
"test": 1,
|
496 |
+
"other": 1,
|
497 |
+
"invalidated": 1
|
498 |
+
},
|
499 |
+
"nhi": {
|
500 |
+
"train": 1,
|
501 |
+
"dev": 0,
|
502 |
+
"test": 1,
|
503 |
+
"other": 1,
|
504 |
+
"invalidated": 0
|
505 |
+
},
|
506 |
+
"nl": {
|
507 |
+
"train": 1,
|
508 |
+
"dev": 1,
|
509 |
+
"test": 1,
|
510 |
+
"other": 1,
|
511 |
+
"invalidated": 1
|
512 |
+
},
|
513 |
+
"nn-NO": {
|
514 |
+
"train": 1,
|
515 |
+
"dev": 1,
|
516 |
+
"test": 1,
|
517 |
+
"other": 1,
|
518 |
+
"invalidated": 1
|
519 |
+
},
|
520 |
+
"oc": {
|
521 |
+
"train": 1,
|
522 |
+
"dev": 1,
|
523 |
+
"test": 1,
|
524 |
+
"other": 1,
|
525 |
+
"invalidated": 1
|
526 |
+
},
|
527 |
+
"or": {
|
528 |
+
"train": 1,
|
529 |
+
"dev": 0,
|
530 |
+
"test": 1,
|
531 |
+
"other": 1,
|
532 |
+
"invalidated": 1
|
533 |
+
},
|
534 |
+
"os": {
|
535 |
+
"train": 1,
|
536 |
+
"dev": 1,
|
537 |
+
"test": 1,
|
538 |
+
"other": 1,
|
539 |
+
"invalidated": 1
|
540 |
+
},
|
541 |
+
"pa-IN": {
|
542 |
+
"train": 1,
|
543 |
+
"dev": 1,
|
544 |
+
"test": 1,
|
545 |
+
"other": 1,
|
546 |
+
"invalidated": 1
|
547 |
+
},
|
548 |
+
"pl": {
|
549 |
+
"train": 1,
|
550 |
+
"dev": 1,
|
551 |
+
"test": 1,
|
552 |
+
"other": 1,
|
553 |
+
"invalidated": 1
|
554 |
+
},
|
555 |
+
"ps": {
|
556 |
+
"train": 1,
|
557 |
+
"dev": 0,
|
558 |
+
"test": 1,
|
559 |
+
"other": 1,
|
560 |
+
"invalidated": 1
|
561 |
+
},
|
562 |
+
"pt": {
|
563 |
+
"train": 1,
|
564 |
+
"dev": 1,
|
565 |
+
"test": 1,
|
566 |
+
"other": 1,
|
567 |
+
"invalidated": 1
|
568 |
+
},
|
569 |
+
"quy": {
|
570 |
+
"train": 1,
|
571 |
+
"dev": 0,
|
572 |
+
"test": 0,
|
573 |
+
"other": 1,
|
574 |
+
"invalidated": 1
|
575 |
+
},
|
576 |
+
"rm-sursilv": {
|
577 |
+
"train": 1,
|
578 |
+
"dev": 1,
|
579 |
+
"test": 1,
|
580 |
+
"other": 1,
|
581 |
+
"invalidated": 1
|
582 |
+
},
|
583 |
+
"rm-vallader": {
|
584 |
+
"train": 1,
|
585 |
+
"dev": 1,
|
586 |
+
"test": 1,
|
587 |
+
"other": 1,
|
588 |
+
"invalidated": 1
|
589 |
+
},
|
590 |
+
"ro": {
|
591 |
+
"train": 1,
|
592 |
+
"dev": 1,
|
593 |
+
"test": 1,
|
594 |
+
"other": 1,
|
595 |
+
"invalidated": 1
|
596 |
+
},
|
597 |
+
"ru": {
|
598 |
+
"train": 1,
|
599 |
+
"dev": 1,
|
600 |
+
"test": 1,
|
601 |
+
"other": 1,
|
602 |
+
"invalidated": 1
|
603 |
+
},
|
604 |
+
"rw": {
|
605 |
+
"train": 26,
|
606 |
+
"dev": 1,
|
607 |
+
"test": 1,
|
608 |
+
"other": 2,
|
609 |
+
"invalidated": 6
|
610 |
+
},
|
611 |
+
"sah": {
|
612 |
+
"train": 1,
|
613 |
+
"dev": 1,
|
614 |
+
"test": 1,
|
615 |
+
"other": 1,
|
616 |
+
"invalidated": 1
|
617 |
+
},
|
618 |
+
"sat": {
|
619 |
+
"train": 1,
|
620 |
+
"dev": 0,
|
621 |
+
"test": 1,
|
622 |
+
"other": 1,
|
623 |
+
"invalidated": 1
|
624 |
+
},
|
625 |
+
"sc": {
|
626 |
+
"train": 1,
|
627 |
+
"dev": 1,
|
628 |
+
"test": 1,
|
629 |
+
"other": 1,
|
630 |
+
"invalidated": 1
|
631 |
+
},
|
632 |
+
"sk": {
|
633 |
+
"train": 1,
|
634 |
+
"dev": 1,
|
635 |
+
"test": 1,
|
636 |
+
"other": 1,
|
637 |
+
"invalidated": 1
|
638 |
+
},
|
639 |
+
"skr": {
|
640 |
+
"train": 1,
|
641 |
+
"dev": 1,
|
642 |
+
"test": 1,
|
643 |
+
"other": 1,
|
644 |
+
"invalidated": 1
|
645 |
+
},
|
646 |
+
"sl": {
|
647 |
+
"train": 1,
|
648 |
+
"dev": 1,
|
649 |
+
"test": 1,
|
650 |
+
"other": 1,
|
651 |
+
"invalidated": 1
|
652 |
+
},
|
653 |
+
"sq": {
|
654 |
+
"train": 1,
|
655 |
+
"dev": 1,
|
656 |
+
"test": 1,
|
657 |
+
"other": 0,
|
658 |
+
"invalidated": 1
|
659 |
+
},
|
660 |
+
"sr": {
|
661 |
+
"train": 1,
|
662 |
+
"dev": 1,
|
663 |
+
"test": 1,
|
664 |
+
"other": 1,
|
665 |
+
"invalidated": 1
|
666 |
+
},
|
667 |
+
"sv-SE": {
|
668 |
+
"train": 1,
|
669 |
+
"dev": 1,
|
670 |
+
"test": 1,
|
671 |
+
"other": 1,
|
672 |
+
"invalidated": 1
|
673 |
+
},
|
674 |
+
"sw": {
|
675 |
+
"train": 2,
|
676 |
+
"dev": 1,
|
677 |
+
"test": 1,
|
678 |
+
"other": 10,
|
679 |
+
"invalidated": 2
|
680 |
+
},
|
681 |
+
"ta": {
|
682 |
+
"train": 2,
|
683 |
+
"dev": 1,
|
684 |
+
"test": 1,
|
685 |
+
"other": 3,
|
686 |
+
"invalidated": 1
|
687 |
+
},
|
688 |
+
"te": {
|
689 |
+
"train": 1,
|
690 |
+
"dev": 1,
|
691 |
+
"test": 1,
|
692 |
+
"other": 1,
|
693 |
+
"invalidated": 1
|
694 |
+
},
|
695 |
+
"th": {
|
696 |
+
"train": 1,
|
697 |
+
"dev": 1,
|
698 |
+
"test": 1,
|
699 |
+
"other": 6,
|
700 |
+
"invalidated": 1
|
701 |
+
},
|
702 |
+
"ti": {
|
703 |
+
"train": 1,
|
704 |
+
"dev": 1,
|
705 |
+
"test": 1,
|
706 |
+
"other": 1,
|
707 |
+
"invalidated": 1
|
708 |
+
},
|
709 |
+
"tig": {
|
710 |
+
"train": 1,
|
711 |
+
"dev": 0,
|
712 |
+
"test": 1,
|
713 |
+
"other": 1,
|
714 |
+
"invalidated": 1
|
715 |
+
},
|
716 |
+
"tk": {
|
717 |
+
"train": 1,
|
718 |
+
"dev": 1,
|
719 |
+
"test": 1,
|
720 |
+
"other": 1,
|
721 |
+
"invalidated": 1
|
722 |
+
},
|
723 |
+
"tok": {
|
724 |
+
"train": 1,
|
725 |
+
"dev": 1,
|
726 |
+
"test": 1,
|
727 |
+
"other": 1,
|
728 |
+
"invalidated": 1
|
729 |
+
},
|
730 |
+
"tr": {
|
731 |
+
"train": 1,
|
732 |
+
"dev": 1,
|
733 |
+
"test": 1,
|
734 |
+
"other": 1,
|
735 |
+
"invalidated": 1
|
736 |
+
},
|
737 |
+
"tt": {
|
738 |
+
"train": 1,
|
739 |
+
"dev": 1,
|
740 |
+
"test": 1,
|
741 |
+
"other": 1,
|
742 |
+
"invalidated": 1
|
743 |
+
},
|
744 |
+
"tw": {
|
745 |
+
"train": 1,
|
746 |
+
"dev": 0,
|
747 |
+
"test": 1,
|
748 |
+
"other": 1,
|
749 |
+
"invalidated": 0
|
750 |
+
},
|
751 |
+
"ug": {
|
752 |
+
"train": 1,
|
753 |
+
"dev": 1,
|
754 |
+
"test": 1,
|
755 |
+
"other": 1,
|
756 |
+
"invalidated": 1
|
757 |
+
},
|
758 |
+
"uk": {
|
759 |
+
"train": 1,
|
760 |
+
"dev": 1,
|
761 |
+
"test": 1,
|
762 |
+
"other": 1,
|
763 |
+
"invalidated": 1
|
764 |
+
},
|
765 |
+
"ur": {
|
766 |
+
"train": 1,
|
767 |
+
"dev": 1,
|
768 |
+
"test": 1,
|
769 |
+
"other": 4,
|
770 |
+
"invalidated": 1
|
771 |
+
},
|
772 |
+
"uz": {
|
773 |
+
"train": 2,
|
774 |
+
"dev": 1,
|
775 |
+
"test": 1,
|
776 |
+
"other": 4,
|
777 |
+
"invalidated": 1
|
778 |
+
},
|
779 |
+
"vi": {
|
780 |
+
"train": 1,
|
781 |
+
"dev": 1,
|
782 |
+
"test": 1,
|
783 |
+
"other": 1,
|
784 |
+
"invalidated": 1
|
785 |
+
},
|
786 |
+
"vot": {
|
787 |
+
"train": 1,
|
788 |
+
"dev": 0,
|
789 |
+
"test": 1,
|
790 |
+
"other": 1,
|
791 |
+
"invalidated": 1
|
792 |
+
},
|
793 |
+
"yi": {
|
794 |
+
"train": 1,
|
795 |
+
"dev": 0,
|
796 |
+
"test": 1,
|
797 |
+
"other": 0,
|
798 |
+
"invalidated": 1
|
799 |
+
},
|
800 |
+
"yo": {
|
801 |
+
"train": 1,
|
802 |
+
"dev": 1,
|
803 |
+
"test": 1,
|
804 |
+
"other": 1,
|
805 |
+
"invalidated": 1
|
806 |
+
},
|
807 |
+
"yue": {
|
808 |
+
"train": 1,
|
809 |
+
"dev": 1,
|
810 |
+
"test": 1,
|
811 |
+
"other": 4,
|
812 |
+
"invalidated": 1
|
813 |
+
},
|
814 |
+
"zgh": {
|
815 |
+
"train": 1,
|
816 |
+
"dev": 1,
|
817 |
+
"test": 1,
|
818 |
+
"other": 0,
|
819 |
+
"invalidated": 1
|
820 |
+
},
|
821 |
+
"zh-CN": {
|
822 |
+
"train": 1,
|
823 |
+
"dev": 1,
|
824 |
+
"test": 1,
|
825 |
+
"other": 15,
|
826 |
+
"invalidated": 2
|
827 |
+
},
|
828 |
+
"zh-HK": {
|
829 |
+
"train": 1,
|
830 |
+
"dev": 1,
|
831 |
+
"test": 1,
|
832 |
+
"other": 1,
|
833 |
+
"invalidated": 1
|
834 |
+
},
|
835 |
+
"zh-TW": {
|
836 |
+
"train": 1,
|
837 |
+
"dev": 1,
|
838 |
+
"test": 1,
|
839 |
+
"other": 2,
|
840 |
+
"invalidated": 1
|
841 |
+
}
|
842 |
+
}
|
release_stats.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
STATS = {'locales': {'ab': {'buckets': {'validated': 41982, 'invalidated': 5278, 'dev': 9160, 'test': 9116, 'train': 21027, 'other': 11940}, 'duration': 303854076, 'reportedSentences': 225, 'clips': 59200, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.18, 'thirties': 0.13, 'teens': 0.28, 'fourties': 0.09, 'fifties': 0.06, 'sixties': 0.05, 'seventies': 0.01, 'eighties': 0.01, 'nineties': 0}, 'gender': {'': 0.18, 'male': 0.18, 'female': 0.64, 'other': 0}}, 'users': 401, 'size': 1735457708, 'checksum': '75b295a55e2d1a581034d669f87504863ab36f64eac5dd4c7b954dca3ba356c7', 'avgDurationSecs': 5.133, 'validDurationSecs': 215479.76, 'totalHrs': 84.4, 'validHrs': 59.85}, 'af': {'buckets': {'validated': 88, 'invalidated': 186, 'dev': 5, 'test': 29, 'train': 54, 'other': 0}, 'duration': 1231344, 'reportedSentences': 0, 'clips': 274, 'splits': {'accent': {}, 'age': {'': 0.23, 'twenties': 0.64, 'thirties': 0, 'teens': 0.02, 'fourties': 0.11, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.51, 'male': 0.49, 'female': 0, 'other': 0}}, 'users': 14, 'size': 7153846, 'checksum': 'dbd9f394e2ed136fff6defba793f208993123e458949e72d581f453a27c5f702', 'avgDurationSecs': 4.494, 'validDurationSecs': 395.468, 'totalHrs': 0.34, 'validHrs': 0.1}, 'am': {'buckets': {'validated': 800, 'invalidated': 22, 'dev': 248, 'test': 162, 'train': 390, 'other': 401}, 'duration': 7353648, 'reportedSentences': 11, 'clips': 1223, 'splits': {'accent': {}, 'age': {'': 0.12, 'twenties': 0.12, 'thirties': 0.75, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.12, 'male': 0.88, 'female': 0, 'other': 0}}, 'users': 20, 'size': 43146198, 'checksum': 'ad9d1a049ac9ead170b23ead481379bb685568982cbcbb176438327c1e95e4a6', 'avgDurationSecs': 6.013, 'validDurationSecs': 4810.236, 'totalHrs': 2.04, 'validHrs': 1.33}, 'ar': {'buckets': {'validated': 78015, 'invalidated': 15082, 'dev': 10430, 'test': 10478, 'train': 28375, 'other': 41332}, 'duration': 559114218, 'reportedSentences': 2119, 'clips': 134429, 'splits': {'accent': {}, 'age': {'': 0.55, 'twenties': 0.3, 'thirties': 0.11, 'teens': 0.03, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.55, 'male': 0.28, 'female': 0.17, 'other': 0}}, 'users': 1537, 'size': 3312919539, 'checksum': '0b86d4202269cd49a10289148cdc1cc435c8a11577754bd61424159f96d86a49', 'avgDurationSecs': 4.159, 'validDurationSecs': 324478.317, 'totalHrs': 155.3, 'validHrs': 90.13}, 'as': {'buckets': {'validated': 1718, 'invalidated': 208, 'dev': 510, 'test': 551, 'train': 657, 'other': 145}, 'duration': 11784629, 'reportedSentences': 10, 'clips': 2071, 'splits': {'accent': {}, 'age': {'': 0.6, 'twenties': 0.36, 'thirties': 0.04, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.59, 'male': 0.41, 'female': 0, 'other': 0}}, 'users': 45, 'size': 73637705, 'checksum': 'e2ce69226877a00bac054299ae89086bbc3d1d22319885b35ef7b23f0baf8384', 'avgDurationSecs': 5.69, 'validDurationSecs': 9775.95, 'totalHrs': 3.27, 'validHrs': 2.71}, 'ast': {'buckets': {'validated': 659, 'invalidated': 16, 'dev': 112, 'test': 160, 'train': 385, 'other': 829}, 'duration': 6680016, 'reportedSentences': 0, 'clips': 1504, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.02, 'thirties': 0.13, 'teens': 0.04, 'fourties': 0.31, 'fifties': 0.23, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.58, 'female': 0.16, 'other': 0}}, 'users': 27, 'size': 37776102, 'checksum': '1eea6ea231bd7e605f968d94259f6764aba50c30448798535e357dc4a147b763', 'avgDurationSecs': 4.442, 'validDurationSecs': 2926.949, 'totalHrs': 1.85, 'validHrs': 0.81}, 'az': {'buckets': {'validated': 107, 'invalidated': 39, 'dev': 21, 'test': 30, 'train': 56, 'other': 154}, 'duration': 1614492, 'reportedSentences': 5, 'clips': 300, 'splits': {'accent': {}, 'age': {'': 0.44, 'twenties': 0.34, 'thirties': 0.21, 'teens': 0, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.44, 'male': 0.56, 'female': 0, 'other': 0}}, 'users': 26, 'size': 9302682, 'checksum': '1a6653a0db625626e57be79f334359721a1ca93bcb054604dfcce2e38aa802a0', 'avgDurationSecs': 5.382, 'validDurationSecs': 575.835, 'totalHrs': 0.44, 'validHrs': 0.15}, 'ba': {'buckets': {'validated': 209601, 'invalidated': 7942, 'dev': 14566, 'test': 14580, 'train': 119038, 'other': 23}, 'duration': 963020988, 'reportedSentences': 867, 'clips': 217566, 'splits': {'accent': {}, 'age': {'': 0.3, 'twenties': 0.17, 'thirties': 0.17, 'teens': 0.04, 'fourties': 0.06, 'fifties': 0.05, 'sixties': 0.19, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.3, 'female': 0.4, 'other': 0}}, 'users': 915, 'size': 5400696124, 'checksum': '4053dcdab1180c7cd76b4cb0bdcba6e5980f72bb23e2e9ea824bc36a78a86ea8', 'avgDurationSecs': 4.426, 'validDurationSecs': 927765.194, 'totalHrs': 267.5, 'validHrs': 257.71}, 'bas': {'buckets': {'validated': 1761, 'invalidated': 512, 'dev': 457, 'test': 541, 'train': 763, 'other': 18}, 'duration': 10139220, 'reportedSentences': 8, 'clips': 2291, 'splits': {'accent': {}, 'age': {'': 0.98, 'twenties': 0.01, 'thirties': 0, 'teens': 0.01, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.98, 'male': 0.01, 'female': 0.02, 'other': 0}}, 'users': 36, 'size': 56344113, 'checksum': 'c9a63cae26034c6a7b88ca3a6af00b93761dcc4b0b830bc2b6ef079498ba434d', 'avgDurationSecs': 4.426, 'validDurationSecs': 7793.613, 'totalHrs': 2.81, 'validHrs': 2.16}, 'be': {'buckets': {'validated': 1245806, 'invalidated': 35017, 'dev': 15880, 'test': 15880, 'train': 347612, 'other': 108}, 'duration': 6096786120, 'reportedSentences': 3136, 'clips': 1280931, 'splits': {'accent': {}, 'age': {'': 0.86, 'twenties': 0.04, 'thirties': 0.05, 'teens': 0.01, 'fourties': 0.04, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.86, 'male': 0.06, 'female': 0.08, 'other': 0}}, 'users': 8231, 'size': 34608170251, 'checksum': 'bb3400374ced50d31e80fc60b519626b7318945429a3ce2f37c9de8c1c396d06', 'avgDurationSecs': 4.76, 'validDurationSecs': 5929603.335, 'totalHrs': 1693.55, 'validHrs': 1647.11}, 'bg': {'buckets': {'validated': 9211, 'invalidated': 736, 'dev': 2224, 'test': 2678, 'train': 4293, 'other': 3396}, 'duration': 73053648, 'reportedSentences': 187, 'clips': 13343, 'splits': {'accent': {}, 'age': {'': 0.37, 'twenties': 0.11, 'thirties': 0.28, 'teens': 0, 'fourties': 0.23, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.36, 'male': 0.59, 'female': 0.04, 'other': 0}}, 'users': 117, 'size': 426436227, 'checksum': '87eedd9d81da709daaf29849857f776acb419b3f432a4b2959eb9fab87e3f18f', 'avgDurationSecs': 5.475, 'validDurationSecs': 50430.724, 'totalHrs': 20.29, 'validHrs': 14}, 'bn': {'buckets': {'validated': 44023, 'invalidated': 7792, 'dev': 9314, 'test': 9314, 'train': 21160, 'other': 997016}, 'duration': 4578886548, 'reportedSentences': 1887, 'clips': 1048831, 'splits': {'accent': {}, 'age': {'': 0.22, 'twenties': 0.67, 'thirties': 0.03, 'teens': 0.07, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.22, 'male': 0.54, 'female': 0.23, 'other': 0}}, 'users': 22897, 'size': 26364794462, 'checksum': 'd69cbbb6b2adc1321f62915866fec29aee558d75f89227b683aa8952c9f39fda', 'avgDurationSecs': 4.366, 'validDurationSecs': 192191.423, 'totalHrs': 1271.91, 'validHrs': 53.38}, 'br': {'buckets': {'validated': 14592, 'invalidated': 1096, 'dev': 2179, 'test': 2212, 'train': 2586, 'other': 14216}, 'duration': 95012791, 'reportedSentences': 285, 'clips': 29904, 'splits': {'accent': {}, 'age': {'': 0.3, 'twenties': 0.33, 'thirties': 0.09, 'teens': 0.01, 'fourties': 0.06, 'fifties': 0.05, 'sixties': 0.14, 'seventies': 0.04, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.67, 'female': 0.02, 'other': 0}}, 'users': 201, 'size': 663544603, 'checksum': '9dbebb34bd42711222ca5f656631f80623c74fea4414a967505a720900cf4b16', 'avgDurationSecs': 3.177, 'validDurationSecs': 46362.582, 'totalHrs': 26.39, 'validHrs': 12.87}, 'ca': {'buckets': {'validated': 1798644, 'invalidated': 108913, 'dev': 16402, 'test': 16402, 'train': 1145141, 'other': 450511}, 'duration': 12597142734, 'reportedSentences': 6340, 'clips': 2358068, 'splits': {'accent': {}, 'age': {'': 0.29, 'twenties': 0.04, 'thirties': 0.05, 'teens': 0.01, 'fourties': 0.12, 'fifties': 0.17, 'sixties': 0.28, 'seventies': 0.03, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.5, 'female': 0.2, 'other': 0}}, 'users': 35528, 'size': 75857088231, 'checksum': '398f00bc64d5639ca240cf16f0332c6837c514e7d943efe6963cb23b9fd5bd42', 'avgDurationSecs': 5.342, 'validDurationSecs': 9608618.24, 'totalHrs': 3499.2, 'validHrs': 2669.06}, 'ckb': {'buckets': {'validated': 103739, 'invalidated': 7506, 'dev': 4949, 'test': 4957, 'train': 7074, 'other': 9527}, 'duration': 471696048, 'reportedSentences': 2419, 'clips': 120772, 'splits': {'accent': {}, 'age': {'': 0.34, 'twenties': 0.49, 'thirties': 0.11, 'teens': 0.02, 'fourties': 0.02, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.32, 'male': 0.62, 'female': 0.06, 'other': 0}}, 'users': 1309, 'size': 2560627839, 'checksum': 'afca800223d23986703906c06a4d97ca47ced6631f8433be351e5f29c6d08589', 'avgDurationSecs': 3.906, 'validDurationSecs': 405170.704, 'totalHrs': 131.02, 'validHrs': 112.54}, 'cnh': {'buckets': {'validated': 2458, 'invalidated': 437, 'dev': 761, 'test': 763, 'train': 817, 'other': 3292}, 'duration': 21751656, 'reportedSentences': 9, 'clips': 6187, 'splits': {'accent': {}, 'age': {'': 0.48, 'twenties': 0.4, 'thirties': 0.07, 'teens': 0.01, 'fourties': 0.01, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.48, 'male': 0.3, 'female': 0.21, 'other': 0}}, 'users': 300, 'size': 167586160, 'checksum': '2250cc743acdebc2c36662b15654ede4a8c6f49cc1a9c29e25b46daea2ec39f8', 'avgDurationSecs': 3.516, 'validDurationSecs': 8641.599, 'totalHrs': 6.04, 'validHrs': 2.4}, 'cs': {'buckets': {'validated': 61023, 'invalidated': 2169, 'dev': 9019, 'test': 9028, 'train': 20023, 'other': 147305}, 'duration': 939359343, 'reportedSentences': 929, 'clips': 210497, 'splits': {'accent': {}, 'age': {'': 0.23, 'twenties': 0.19, 'thirties': 0.47, 'teens': 0.02, 'fourties': 0.07, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.23, 'male': 0.54, 'female': 0.22, 'other': 0}}, 'users': 957, 'size': 5748797721, 'checksum': 'ed322dbe00e72978ab50036c633c8412cdb6b0e452be2c3ab20c0d02bd3f124e', 'avgDurationSecs': 4.463, 'validDurationSecs': 272319.915, 'totalHrs': 260.93, 'validHrs': 75.64}, 'cv': {'buckets': {'validated': 17322, 'invalidated': 2137, 'dev': 1259, 'test': 1290, 'train': 1437, 'other': 113}, 'duration': 99019848, 'reportedSentences': 144, 'clips': 19572, 'splits': {'accent': {}, 'age': {'': 0.22, 'twenties': 0.51, 'thirties': 0.01, 'teens': 0.19, 'fourties': 0.06, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.2, 'male': 0.54, 'female': 0.27, 'other': 0}}, 'users': 112, 'size': 672401693, 'checksum': '8fd80ff1433d8596a9107a00fe115207933d9aa08bb27faea974a40a3a459716', 'avgDurationSecs': 5.059, 'validDurationSecs': 87636.512, 'totalHrs': 27.5, 'validHrs': 24.34}, 'cy': {'buckets': {'validated': 89930, 'invalidated': 4432, 'dev': 5352, 'test': 5355, 'train': 7902, 'other': 19777}, 'duration': 558447309, 'reportedSentences': 172, 'clips': 114139, 'splits': {'accent': {}, 'age': {'': 0.43, 'twenties': 0.13, 'thirties': 0.09, 'teens': 0.02, 'fourties': 0.16, 'fifties': 0.09, 'sixties': 0.06, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.41, 'male': 0.33, 'female': 0.25, 'other': 0.01}}, 'users': 1832, 'size': 4076370134, 'checksum': 'aac2d405054b9a7f819823027e2f5fb841247c0f51c583d08b29be1044ec8139', 'avgDurationSecs': 4.893, 'validDurationSecs': 440000.057, 'totalHrs': 155.12, 'validHrs': 122.22}, 'da': {'buckets': {'validated': 10146, 'invalidated': 401, 'dev': 2105, 'test': 2512, 'train': 3464, 'other': 381}, 'duration': 45040500, 'reportedSentences': 422, 'clips': 10928, 'splits': {'accent': {}, 'age': {'': 0.32, 'twenties': 0.19, 'thirties': 0.25, 'teens': 0.01, 'fourties': 0.2, 'fifties': 0.03, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.32, 'male': 0.6, 'female': 0.08, 'other': 0}}, 'users': 254, 'size': 258682767, 'checksum': '067b5c6f6f2a57b5f77e331d3d5c480f341bc26184b22aa425cb5d1f7b34ba86', 'avgDurationSecs': 4.122, 'validDurationSecs': 41817.433, 'totalHrs': 12.51, 'validHrs': 11.61}, 'de': {'buckets': {'validated': 904411, 'invalidated': 53837, 'dev': 16173, 'test': 16173, 'train': 576207, 'other': 6998}, 'duration': 5049626489, 'reportedSentences': 10243, 'clips': 965246, 'splits': {'accent': {}, 'age': {'': 0.33, 'twenties': 0.18, 'thirties': 0.16, 'teens': 0.03, 'fourties': 0.17, 'fifties': 0.11, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.32, 'male': 0.59, 'female': 0.08, 'other': 0.01}}, 'users': 18647, 'size': 35181209876, 'checksum': '116913120c964ed66047734da598f65314255905541a6c760ffdf73e8a867683', 'avgDurationSecs': 5.231, 'validDurationSecs': 4731371.839, 'totalHrs': 1402.67, 'validHrs': 1314.26}, 'dv': {'buckets': {'validated': 27579, 'invalidated': 1702, 'dev': 2210, 'test': 2211, 'train': 2696, 'other': 16339}, 'duration': 230943087, 'reportedSentences': 56, 'clips': 45620, 'splits': {'accent': {}, 'age': {'': 0.22, 'twenties': 0.17, 'thirties': 0.36, 'teens': 0.01, 'fourties': 0.21, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.21, 'male': 0.29, 'female': 0.5, 'other': 0}}, 'users': 349, 'size': 1461023790, 'checksum': 'cac3aed5224d5a1aae7f4ee45b96cdf10f3f6c94e0007bc0b1bbf747bd2b1b96', 'avgDurationSecs': 5.062, 'validDurationSecs': 139613.753, 'totalHrs': 64.15, 'validHrs': 38.78}, 'dyu': {'buckets': {'validated': 182, 'invalidated': 8, 'dev': 49, 'test': 53, 'train': 73, 'other': 45}, 'duration': 1443960, 'reportedSentences': 0, 'clips': 235, 'splits': {'accent': {}, 'age': {'': 0.15, 'twenties': 0.83, 'thirties': 0, 'teens': 0.02, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.15, 'male': 0.47, 'female': 0.38, 'other': 0}}, 'users': 20, 'size': 8475490, 'checksum': 'c71861ec35fa5e14186c55079cc0cbe5d7ea77ac7c07351aac832c993225ac55', 'avgDurationSecs': 6.145, 'validDurationSecs': 1118.301, 'totalHrs': 0.4, 'validHrs': 0.31}, 'el': {'buckets': {'validated': 16071, 'invalidated': 829, 'dev': 1673, 'test': 1701, 'train': 1942, 'other': 10227}, 'duration': 112289218, 'reportedSentences': 70, 'clips': 27127, 'splits': {'accent': {}, 'age': {'': 0.31, 'twenties': 0.12, 'thirties': 0.37, 'teens': 0.01, 'fourties': 0.16, 'fifties': 0.03, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.31, 'male': 0.64, 'female': 0.03, 'other': 0.02}}, 'users': 384, 'size': 747401627, 'checksum': 'eca2965788611993d5fd24a1d5cacb973c9a3912b328d8514c928a5111efdd6e', 'avgDurationSecs': 4.139, 'validDurationSecs': 66524.128, 'totalHrs': 31.19, 'validHrs': 18.47}, 'en': {'buckets': {'validated': 1782818, 'invalidated': 288077, 'dev': 16390, 'test': 16390, 'train': 1090061, 'other': 299335}, 'duration': 12374969047, 'reportedSentences': 7205, 'clips': 2370230, 'splits': {'accent': {}, 'age': {'': 0.36, 'twenties': 0.25, 'thirties': 0.14, 'teens': 0.06, 'fourties': 0.09, 'fifties': 0.05, 'sixties': 0.04, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.36, 'male': 0.45, 'female': 0.17, 'other': 0.02}}, 'users': 90474, 'size': 86755746934, 'checksum': '9e05009435ce300b903a52c60f9368f376f17c30bf6f31e2405013a0feae4002', 'avgDurationSecs': 5.221, 'validDurationSecs': 9308091.437, 'totalHrs': 3437.49, 'validHrs': 2585.58}, 'eo': {'buckets': {'validated': 850060, 'invalidated': 127409, 'dev': 14889, 'test': 14908, 'train': 144158, 'other': 150176}, 'duration': 6841056391, 'reportedSentences': 2263, 'clips': 1127645, 'splits': {'accent': {}, 'age': {'': 0.2, 'twenties': 0.56, 'thirties': 0.12, 'teens': 0.05, 'fourties': 0.04, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0.01, 'nineties': 0}, 'gender': {'': 0.2, 'male': 0.69, 'female': 0.11, 'other': 0}}, 'users': 1714, 'size': 40827340340, 'checksum': '1241e1f0503fc713e3746bbf0207017007ef3d0deb73b0dfc640c07a9a59534c', 'avgDurationSecs': 6.067, 'validDurationSecs': 5157038.249, 'totalHrs': 1900.29, 'validHrs': 1432.51}, 'es': {'buckets': {'validated': 405662, 'invalidated': 83144, 'dev': 15836, 'test': 15836, 'train': 327717, 'other': 1140004}, 'duration': 7935345234, 'reportedSentences': 2511, 'clips': 1628810, 'splits': {'accent': {}, 'age': {'': 0.13, 'twenties': 0.54, 'thirties': 0.09, 'teens': 0.08, 'fourties': 0.03, 'fifties': 0.04, 'sixties': 0.09, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.13, 'male': 0.55, 'female': 0.32, 'other': 0}}, 'users': 25695, 'size': 49971078497, 'checksum': '891ea511c25f0ad98212ff9fbcdd855aaf6fc826d645d226f8481f957edababb', 'avgDurationSecs': 4.872, 'validDurationSecs': 1976331.198, 'totalHrs': 2204.26, 'validHrs': 548.98}, 'et': {'buckets': {'validated': 24358, 'invalidated': 7447, 'dev': 2653, 'test': 2653, 'train': 3157, 'other': 70}, 'duration': 215805926, 'reportedSentences': 548, 'clips': 31875, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.7, 'thirties': 0.08, 'teens': 0, 'fourties': 0.03, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.19, 'male': 0.55, 'female': 0.26, 'other': 0}}, 'users': 898, 'size': 1453400161, 'checksum': '04ae74a77fee8189066eaf6e42dd73ae3912e18a2cd7d81fffb003f4ceba448d', 'avgDurationSecs': 6.77, 'validDurationSecs': 164912.965, 'totalHrs': 59.94, 'validHrs': 45.8}, 'eu': {'buckets': {'validated': 144577, 'invalidated': 20186, 'dev': 12742, 'test': 12742, 'train': 54390, 'other': 219105}, 'duration': 2098456311, 'reportedSentences': 966, 'clips': 383868, 'splits': {'accent': {}, 'age': {'': 0.44, 'twenties': 0.2, 'thirties': 0.06, 'teens': 0.01, 'fourties': 0.17, 'fifties': 0.08, 'sixties': 0.03, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.44, 'male': 0.26, 'female': 0.29, 'other': 0.01}}, 'users': 9089, 'size': 12945214971, 'checksum': '3f4410c994572fb4b14db1e789fa9940af8389721a9e454f5ee959abb7f2fedd', 'avgDurationSecs': 5.467, 'validDurationSecs': 790345.947, 'totalHrs': 582.9, 'validHrs': 219.54}, 'fa': {'buckets': {'validated': 328292, 'invalidated': 14522, 'dev': 10554, 'test': 10554, 'train': 28860, 'other': 26644}, 'duration': 1473154388, 'reportedSentences': 2405, 'clips': 369458, 'splits': {'accent': {}, 'age': {'': 0.25, 'twenties': 0.32, 'thirties': 0.36, 'teens': 0.03, 'fourties': 0.03, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.22, 'male': 0.71, 'female': 0.07, 'other': 0}}, 'users': 4409, 'size': 10697697659, 'checksum': 'e6097496f734be8e1b23b86946616a56271cfea91f24c6ce13cf02dfa1181364', 'avgDurationSecs': 3.987, 'validDurationSecs': 1309011.58, 'totalHrs': 409.2, 'validHrs': 363.61}, 'fi': {'buckets': {'validated': 9304, 'invalidated': 252, 'dev': 1676, 'test': 1769, 'train': 2131, 'other': 5785}, 'duration': 70929363, 'reportedSentences': 66, 'clips': 15341, 'splits': {'accent': {}, 'age': {'': 0.33, 'twenties': 0.11, 'thirties': 0.19, 'teens': 0.01, 'fourties': 0.32, 'fifties': 0.04, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.33, 'male': 0.34, 'female': 0.32, 'other': 0}}, 'users': 217, 'size': 421640372, 'checksum': 'e26b27458089f5e913d78a8065520122b87531e203bf1b24afca9cd21629d58d', 'avgDurationSecs': 4.624, 'validDurationSecs': 43017.195, 'totalHrs': 19.7, 'validHrs': 11.94}, 'fr': {'buckets': {'validated': 709439, 'invalidated': 62511, 'dev': 16145, 'test': 16145, 'train': 541822, 'other': 26918}, 'duration': 4005163090, 'reportedSentences': 7107, 'clips': 798868, 'splits': {'accent': {}, 'age': {'': 0.37, 'twenties': 0.17, 'thirties': 0.15, 'teens': 0.03, 'fourties': 0.14, 'fifties': 0.09, 'sixties': 0.03, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.58, 'female': 0.11, 'other': 0.01}}, 'users': 18487, 'size': 28174266785, 'checksum': 'f569408c5ba4edd7b3742bed38eb47c33185466839538a35bb499592d2cb2206', 'avgDurationSecs': 5.014, 'validDurationSecs': 3556806.503, 'totalHrs': 1112.54, 'validHrs': 988}, 'fy-NL': {'buckets': {'validated': 50873, 'invalidated': 3951, 'dev': 3171, 'test': 3171, 'train': 3920, 'other': 101888}, 'duration': 760767003, 'reportedSentences': 537, 'clips': 156712, 'splits': {'accent': {}, 'age': {'': 0.56, 'twenties': 0.04, 'thirties': 0.1, 'teens': 0, 'fourties': 0.06, 'fifties': 0.1, 'sixties': 0.13, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.57, 'male': 0.13, 'female': 0.31, 'other': 0}}, 'users': 2021, 'size': 4555659205, 'checksum': 'c01c3db19fde2f524ffe766f1cdcea0e3cc7dde9110b10ca94ed6bbaa31389e5', 'avgDurationSecs': 4.855, 'validDurationSecs': 246965.77, 'totalHrs': 211.32, 'validHrs': 68.6}, 'ga-IE': {'buckets': {'validated': 5479, 'invalidated': 928, 'dev': 515, 'test': 516, 'train': 538, 'other': 3917}, 'duration': 37015731, 'reportedSentences': 29, 'clips': 10324, 'splits': {'accent': {}, 'age': {'': 0.37, 'twenties': 0.25, 'thirties': 0.25, 'teens': 0.01, 'fourties': 0.06, 'fifties': 0.05, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.37, 'male': 0.49, 'female': 0.14, 'other': 0}}, 'users': 185, 'size': 252095177, 'checksum': '847f74a8a6145833f268b78191baf9b94c707b37a9b9c92c6ea0a90c57736c6a', 'avgDurationSecs': 3.585, 'validDurationSecs': 19644.439, 'totalHrs': 10.28, 'validHrs': 5.45}, 'gl': {'buckets': {'validated': 34399, 'invalidated': 2903, 'dev': 8273, 'test': 8394, 'train': 17245, 'other': 8862}, 'duration': 228079692, 'reportedSentences': 366, 'clips': 46164, 'splits': {'accent': {}, 'age': {'': 0.34, 'twenties': 0.2, 'thirties': 0.17, 'teens': 0.02, 'fourties': 0.19, 'fifties': 0.07, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.38, 'male': 0.34, 'female': 0.28, 'other': 0}}, 'users': 1031, 'size': 1310051180, 'checksum': '53c662f9c8ea5745883d42cbfc932a8f68dddc45ed2d20da8656083ae89c0340', 'avgDurationSecs': 4.941, 'validDurationSecs': 169953.066, 'totalHrs': 63.35, 'validHrs': 47.2}, 'gn': {'buckets': {'validated': 2908, 'invalidated': 162, 'dev': 360, 'test': 855, 'train': 1571, 'other': 18779}, 'duration': 99216036, 'reportedSentences': 36, 'clips': 21849, 'splits': {'accent': {}, 'age': {'': 0.13, 'twenties': 0.58, 'thirties': 0.19, 'teens': 0.02, 'fourties': 0.08, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.13, 'male': 0.38, 'female': 0.49, 'other': 0}}, 'users': 164, 'size': 567485675, 'checksum': '99b716f4f717be49a093bb6a6b94e464025504a12e786c053e5dbbf355a0eb91', 'avgDurationSecs': 4.541, 'validDurationSecs': 13205.192, 'totalHrs': 27.56, 'validHrs': 3.66}, 'ha': {'buckets': {'validated': 3280, 'invalidated': 169, 'dev': 582, 'test': 660, 'train': 1926, 'other': 6662}, 'duration': 43814016, 'reportedSentences': 33, 'clips': 10111, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.12, 'thirties': 0.68, 'teens': 0, 'fourties': 0, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.16, 'male': 0.59, 'female': 0.25, 'other': 0}}, 'users': 40, 'size': 256205155, 'checksum': '85a467b9aadc885ae477bdcdce981830f820059dffb3b501bba75f87e254c60d', 'avgDurationSecs': 4.333, 'validDurationSecs': 14213.23, 'totalHrs': 12.17, 'validHrs': 3.94}, 'he': {'buckets': {'validated': 1099, 'invalidated': 173, 'dev': 254, 'test': 241, 'train': 391, 'other': 1525}, 'duration': 12543840, 'reportedSentences': 23, 'clips': 2797, 'splits': {'accent': {}, 'age': {'': 0.01, 'twenties': 0.77, 'thirties': 0.16, 'teens': 0, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0.05, 'nineties': 0}, 'gender': {'': 0.01, 'male': 0.98, 'female': 0.01, 'other': 0}}, 'users': 14, 'size': 72327972, 'checksum': '77c240c1691ca7817999a68af7c25d40e223aef30507c2b245e3e5f673d8a00e', 'avgDurationSecs': 4.485, 'validDurationSecs': 4928.738, 'totalHrs': 3.48, 'validHrs': 1.36}, 'hi': {'buckets': {'validated': 10279, 'invalidated': 770, 'dev': 2425, 'test': 3123, 'train': 4674, 'other': 3694}, 'duration': 72197520, 'reportedSentences': 138, 'clips': 14743, 'splits': {'accent': {}, 'age': {'': 0.34, 'twenties': 0.34, 'thirties': 0.25, 'teens': 0.01, 'fourties': 0.03, 'fifties': 0.02, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.34, 'male': 0.62, 'female': 0.04, 'other': 0}}, 'users': 403, 'size': 425972425, 'checksum': 'e398cd5ec446cd37cf80becffdf27f4a5ba21a4c1f0a4e3fa7e93ebac3edc5b0', 'avgDurationSecs': 4.897, 'validDurationSecs': 50336.994, 'totalHrs': 20.05, 'validHrs': 13.98}, 'hsb': {'buckets': {'validated': 1424, 'invalidated': 247, 'dev': 172, 'test': 444, 'train': 808, 'other': 94}, 'duration': 10872468, 'reportedSentences': 87, 'clips': 1765, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.1, 'thirties': 0.1, 'teens': 0.04, 'fourties': 0.52, 'fifties': 0.03, 'sixties': 0, 'seventies': 0.03, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.18, 'male': 0.82, 'female': 0, 'other': 0}}, 'users': 21, 'size': 83667265, 'checksum': 'deea4f8459d671a4fa2cd9e274a48e6096eb8d79c30b9dbb635bd6993d91e768', 'avgDurationSecs': 6.16, 'validDurationSecs': 8771.895, 'totalHrs': 3.02, 'validHrs': 2.43}, 'hu': {'buckets': {'validated': 59822, 'invalidated': 3054, 'dev': 11381, 'test': 11417, 'train': 36596, 'other': 48016}, 'duration': 612475057, 'reportedSentences': 443, 'clips': 110892, 'splits': {'accent': {}, 'age': {'': 0.28, 'twenties': 0.12, 'thirties': 0.13, 'teens': 0.02, 'fourties': 0.12, 'fifties': 0.31, 'sixties': 0.02, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.29, 'male': 0.25, 'female': 0.45, 'other': 0.01}}, 'users': 1595, 'size': 3573438643, 'checksum': '3829fea5c2ca1f23c2e508e1805a960689b4b8b3aee8c30f575ff186a2fa13df', 'avgDurationSecs': 5.523, 'validDurationSecs': 330406.908, 'totalHrs': 170.13, 'validHrs': 91.77}, 'hy-AM': {'buckets': {'validated': 9370, 'invalidated': 744, 'dev': 2656, 'test': 2853, 'train': 3794, 'other': 5513}, 'duration': 84972096, 'reportedSentences': 88, 'clips': 15627, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.48, 'thirties': 0.07, 'teens': 0.22, 'fourties': 0.04, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.23, 'male': 0.29, 'female': 0.48, 'other': 0}}, 'users': 224, 'size': 491813367, 'checksum': '2486b1cbf9348585d3ebd0eb2645fd107db0b8961ff5b4467f40b7394e201d35', 'avgDurationSecs': 5.438, 'validDurationSecs': 50949.545, 'totalHrs': 23.6, 'validHrs': 14.15}, 'ia': {'buckets': {'validated': 11658, 'invalidated': 336, 'dev': 1803, 'test': 1792, 'train': 5005, 'other': 2588}, 'duration': 61036932, 'reportedSentences': 276, 'clips': 14582, 'splits': {'accent': {}, 'age': {'': 0.38, 'twenties': 0.05, 'thirties': 0.02, 'teens': 0, 'fourties': 0.3, 'fifties': 0.03, 'sixties': 0, 'seventies': 0.22, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.38, 'male': 0.61, 'female': 0.01, 'other': 0}}, 'users': 66, 'size': 413083015, 'checksum': '5df4475c33692db10164d35964a934777ae87e689f0cbed8abfe52f5e1ad68f7', 'avgDurationSecs': 4.186, 'validDurationSecs': 48797.734, 'totalHrs': 16.95, 'validHrs': 13.55}, 'id': {'buckets': {'validated': 25986, 'invalidated': 2597, 'dev': 3341, 'test': 3643, 'train': 4969, 'other': 29031}, 'duration': 229771812, 'reportedSentences': 345, 'clips': 57614, 'splits': {'accent': {}, 'age': {'': 0.25, 'twenties': 0.41, 'thirties': 0.1, 'teens': 0.22, 'fourties': 0.02, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.25, 'male': 0.45, 'female': 0.27, 'other': 0.04}}, 'users': 524, 'size': 1444568699, 'checksum': '307dd20a49b03a2f702d9c43f74f1cf0d1f812039938472eebdaf3e5a285a1a2', 'avgDurationSecs': 3.988, 'validDurationSecs': 103635.406, 'totalHrs': 63.82, 'validHrs': 28.78}, 'ig': {'buckets': {'validated': 14, 'invalidated': 3, 'dev': 2, 'test': 4, 'train': 8, 'other': 5760}, 'duration': 31554684, 'reportedSentences': 16, 'clips': 5777, 'splits': {'accent': {}, 'age': {'': 0.56, 'twenties': 0.33, 'thirties': 0.04, 'teens': 0.05, 'fourties': 0, 'fifties': 0, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.56, 'male': 0.14, 'female': 0.3, 'other': 0}}, 'users': 114, 'size': 184210449, 'checksum': '5f38b3cd766bf3c03e913c1426e96c8b0418151d12071ccc433dc5eb89cf0dbf', 'avgDurationSecs': 5.462, 'validDurationSecs': 76.47, 'totalHrs': 8.76, 'validHrs': 0.02}, 'is': {'buckets': {'validated': 13, 'invalidated': 1, 'dev': 0, 'test': 4, 'train': 9, 'other': 1}, 'duration': 110016, 'reportedSentences': 0, 'clips': 15, 'splits': {'accent': {}, 'age': {'': 0.67, 'twenties': 0, 'thirties': 0, 'teens': 0, 'fourties': 0.33, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.67, 'male': 0.33, 'female': 0, 'other': 0}}, 'users': 2, 'size': 645045, 'checksum': '47a8c96c9e25b9a517a32521b8a7942cbc71c0105917743c6dad3ede0ee2a4f6', 'avgDurationSecs': 7.334, 'validDurationSecs': 95.347, 'totalHrs': 0.03, 'validHrs': 0.02}, 'it': {'buckets': {'validated': 235478, 'invalidated': 19258, 'dev': 15136, 'test': 15144, 'train': 168490, 'other': 4552}, 'duration': 1397747892, 'reportedSentences': 5928, 'clips': 259288, 'splits': {'accent': {}, 'age': {'': 0.28, 'twenties': 0.21, 'thirties': 0.17, 'teens': 0.01, 'fourties': 0.13, 'fifties': 0.15, 'sixties': 0.05, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.28, 'male': 0.61, 'female': 0.11, 'other': 0}}, 'users': 7039, 'size': 9531917157, 'checksum': '8d308ac010e04d1a4a2117ad71b6124ac0bcc63fa0aa7fa270ed326ec4af613f', 'avgDurationSecs': 5.391, 'validDurationSecs': 1269394.951, 'totalHrs': 388.26, 'validHrs': 352.6}, 'ja': {'buckets': {'validated': 89747, 'invalidated': 12757, 'dev': 6094, 'test': 6094, 'train': 9616, 'other': 232237}, 'duration': 1631522697, 'reportedSentences': 344, 'clips': 334741, 'splits': {'accent': {}, 'age': {'': 0.16, 'twenties': 0.54, 'thirties': 0.08, 'teens': 0.07, 'fourties': 0.1, 'fifties': 0.04, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.17, 'male': 0.44, 'female': 0.38, 'other': 0.01}}, 'users': 3767, 'size': 9609850839, 'checksum': 'b9766d29f815cf10f4cf52b89f00a128ff78281539f5d79ea9d7468bdce46c6c', 'avgDurationSecs': 4.874, 'validDurationSecs': 437425.554, 'totalHrs': 453.2, 'validHrs': 121.5}, 'ka': {'buckets': {'validated': 84957, 'invalidated': 3465, 'dev': 11958, 'test': 12004, 'train': 44144, 'other': 25261}, 'duration': 581233248, 'reportedSentences': 700, 'clips': 113683, 'splits': {'accent': {}, 'age': {'': 0.19, 'twenties': 0.19, 'thirties': 0.48, 'teens': 0.02, 'fourties': 0.05, 'fifties': 0.05, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.19, 'male': 0.24, 'female': 0.56, 'other': 0}}, 'users': 1293, 'size': 3398943922, 'checksum': '3c6bed106ca1d48baa16cfe716bb3d4d9389305f7f3a27ad2653ae628e3db745', 'avgDurationSecs': 5.113, 'validDurationSecs': 434364.268, 'totalHrs': 161.45, 'validHrs': 120.65}, 'kab': {'buckets': {'validated': 610621, 'invalidated': 19655, 'dev': 14998, 'test': 14998, 'train': 151972, 'other': 112691}, 'duration': 2479725556, 'reportedSentences': 9460, 'clips': 742967, 'splits': {'accent': {}, 'age': {'': 0.28, 'twenties': 0.12, 'thirties': 0.29, 'teens': 0, 'fourties': 0.09, 'fifties': 0.19, 'sixties': 0.03, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.53, 'female': 0.2, 'other': 0}}, 'users': 1535, 'size': 18489990245, 'checksum': 'db6070a227b821a53f7ba415451633aec88bddd5d10d597bb75f81c329b67d99', 'avgDurationSecs': 3.338, 'validDurationSecs': 2038007.743, 'totalHrs': 688.81, 'validHrs': 566.11}, 'kk': {'buckets': {'validated': 1547, 'invalidated': 225, 'dev': 494, 'test': 502, 'train': 545, 'other': 682}, 'duration': 12029184, 'reportedSentences': 42, 'clips': 2454, 'splits': {'accent': {}, 'age': {'': 0.53, 'twenties': 0.25, 'thirties': 0.03, 'teens': 0.06, 'fourties': 0.08, 'fifties': 0.05, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.54, 'male': 0.35, 'female': 0.12, 'other': 0}}, 'users': 156, 'size': 68338397, 'checksum': 'a1ec1882a2e62bd0c3d633e8680a6997cabf38ae09c4a73f178bcccb4746d33e', 'avgDurationSecs': 4.902, 'validDurationSecs': 7583.19, 'totalHrs': 3.34, 'validHrs': 2.1}, 'kmr': {'buckets': {'validated': 52943, 'invalidated': 2400, 'dev': 3517, 'test': 3520, 'train': 4469, 'other': 31888}, 'duration': 353791656, 'reportedSentences': 1034, 'clips': 87231, 'splits': {'accent': {}, 'age': {'': 0.48, 'twenties': 0.35, 'thirties': 0.08, 'teens': 0.01, 'fourties': 0.03, 'fifties': 0.04, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.48, 'male': 0.42, 'female': 0.1, 'other': 0}}, 'users': 552, 'size': 1866641513, 'checksum': '5491877fb356b2f86baf6db3b8b0a533a91dc7a64149bfd54d747d505ea08739', 'avgDurationSecs': 4.056, 'validDurationSecs': 214726.32, 'totalHrs': 98.27, 'validHrs': 59.64}, 'ko': {'buckets': {'validated': 919, 'invalidated': 237, 'dev': 235, 'test': 282, 'train': 401, 'other': 1832}, 'duration': 17813484, 'reportedSentences': 18, 'clips': 2988, 'splits': {'accent': {}, 'age': {'': 0.14, 'twenties': 0.41, 'thirties': 0.34, 'teens': 0.04, 'fourties': 0.08, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.14, 'male': 0.65, 'female': 0.21, 'other': 0}}, 'users': 74, 'size': 103463451, 'checksum': 'c4e46b3fe38a1d571034d802c6eca3401e4184170e203d76d6dfe879c88b140a', 'avgDurationSecs': 5.962, 'validDurationSecs': 5478.779, 'totalHrs': 4.94, 'validHrs': 1.52}, 'ky': {'buckets': {'validated': 30221, 'invalidated': 5636, 'dev': 1613, 'test': 1613, 'train': 1788, 'other': 511}, 'duration': 165195912, 'reportedSentences': 39, 'clips': 36368, 'splits': {'accent': {}, 'age': {'': 0.07, 'twenties': 0.66, 'thirties': 0.08, 'teens': 0.18, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.11, 'male': 0.53, 'female': 0.36, 'other': 0}}, 'users': 272, 'size': 1064716266, 'checksum': 'd6b85f45214211de43d93137d1320298a217c4cfff3633b5e0df7fbedbcaf420', 'avgDurationSecs': 4.542, 'validDurationSecs': 137274.133, 'totalHrs': 45.88, 'validHrs': 38.13}, 'lg': {'buckets': {'validated': 271801, 'invalidated': 39170, 'dev': 13331, 'test': 13358, 'train': 71069, 'other': 36998}, 'duration': 2012482071, 'reportedSentences': 6451, 'clips': 347969, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.38, 'thirties': 0.22, 'teens': 0.01, 'fourties': 0.07, 'fifties': 0.05, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.25, 'male': 0.36, 'female': 0.39, 'other': 0}}, 'users': 656, 'size': 11784766047, 'checksum': '5ca1d645bc91eda1280d374d3ef2d076c92c8b2fed21d32c08171767ac8ec6a4', 'avgDurationSecs': 5.784, 'validDurationSecs': 1571963.708, 'totalHrs': 559.02, 'validHrs': 436.65}, 'lij': {'buckets': {'validated': 2239, 'invalidated': 453, 'dev': 261, 'test': 639, 'train': 1337, 'other': 0}, 'duration': 9635688, 'reportedSentences': 27, 'clips': 2692, 'splits': {'accent': {}, 'age': {'': 0.09, 'twenties': 0.13, 'thirties': 0.68, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0.09, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.09, 'male': 0.68, 'female': 0.23, 'other': 0}}, 'users': 12, 'size': 52589861, 'checksum': 'c41b6562992579f1c1642f715c863c68084b293da9bec77f473b20098d8ccf65', 'avgDurationSecs': 3.579, 'validDurationSecs': 8014.229, 'totalHrs': 2.67, 'validHrs': 2.22}, 'lo': {'buckets': {'validated': 108, 'invalidated': 6, 'dev': 28, 'test': 25, 'train': 55, 'other': 77}, 'duration': 1234116, 'reportedSentences': 0, 'clips': 191, 'splits': {'accent': {}, 'age': {'': 0.07, 'twenties': 0.36, 'thirties': 0.57, 'teens': 0, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.07, 'male': 0.93, 'female': 0, 'other': 0}}, 'users': 10, 'size': 7143700, 'checksum': '34eb512ed8595ec496d521f4babe2b3a11bdc59aeddc91e4358e48b52b097092', 'avgDurationSecs': 6.461, 'validDurationSecs': 697.825, 'totalHrs': 0.34, 'validHrs': 0.19}, 'lt': {'buckets': {'validated': 16478, 'invalidated': 792, 'dev': 4772, 'test': 4778, 'train': 6728, 'other': 396}, 'duration': 90629648, 'reportedSentences': 189, 'clips': 17666, 'splits': {'accent': {}, 'age': {'': 0.21, 'twenties': 0.36, 'thirties': 0.31, 'teens': 0.03, 'fourties': 0.04, 'fifties': 0.05, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.21, 'male': 0.57, 'female': 0.22, 'other': 0}}, 'users': 285, 'size': 552247942, 'checksum': '3c7402aa79fa7a2b154d86c5dcd2551ccb4aef0ac7475a56a04b79c7f0327dbb', 'avgDurationSecs': 5.13, 'validDurationSecs': 84535.002, 'totalHrs': 25.17, 'validHrs': 23.48}, 'ltg': {'buckets': {'validated': 8282, 'invalidated': 512, 'dev': 1716, 'test': 1766, 'train': 2190, 'other': 4731}, 'duration': 52708572, 'reportedSentences': 19, 'clips': 13525, 'splits': {'accent': {}, 'age': {'': 0.32, 'twenties': 0.11, 'thirties': 0.19, 'teens': 0, 'fourties': 0.37, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.32, 'male': 0.05, 'female': 0.63, 'other': 0}}, 'users': 169, 'size': 299995552, 'checksum': '15b81a60a062f0127c92f140dab401f3bb31da40a9f78def821745b6245996d7', 'avgDurationSecs': 3.897, 'validDurationSecs': 32275.963, 'totalHrs': 14.64, 'validHrs': 8.96}, 'lv': {'buckets': {'validated': 137691, 'invalidated': 7279, 'dev': 5217, 'test': 5217, 'train': 7603, 'other': 51096}, 'duration': 883642481, 'reportedSentences': 3056, 'clips': 196066, 'splits': {'accent': {}, 'age': {'': 0.43, 'twenties': 0.06, 'thirties': 0.29, 'teens': 0.01, 'fourties': 0.1, 'fifties': 0.09, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.43, 'male': 0.26, 'female': 0.31, 'other': 0}}, 'users': 5174, 'size': 4901247529, 'checksum': '4512ec1e3b4081345c179a776ac83621fdb856a56b46d3fc477d4e587a2e4c0b', 'avgDurationSecs': 4.507, 'validDurationSecs': 620554.389, 'totalHrs': 245.45, 'validHrs': 172.37}, 'mdf': {'buckets': {'validated': 336, 'invalidated': 9, 'dev': 54, 'test': 107, 'train': 175, 'other': 0}, 'duration': 1811340, 'reportedSentences': 15, 'clips': 345, 'splits': {'accent': {}, 'age': {'': 0.58, 'twenties': 0.02, 'thirties': 0, 'teens': 0, 'fourties': 0.34, 'fifties': 0, 'sixties': 0.06, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.58, 'male': 0.08, 'female': 0.34, 'other': 0}}, 'users': 11, 'size': 10639590, 'checksum': '9f396b9638e47fbdb73204b96ea5f40efaec63a46357ad278bc4d2991db30d2a', 'avgDurationSecs': 5.25, 'validDurationSecs': 1764.088, 'totalHrs': 0.5, 'validHrs': 0.49}, 'mhr': {'buckets': {'validated': 205678, 'invalidated': 11609, 'dev': 14702, 'test': 15069, 'train': 173596, 'other': 1}, 'duration': 1008639540, 'reportedSentences': 100, 'clips': 217288, 'splits': {'accent': {}, 'age': {'': 0.13, 'twenties': 0.32, 'thirties': 0.23, 'teens': 0.12, 'fourties': 0.13, 'fifties': 0.04, 'sixties': 0.03, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.12, 'male': 0.2, 'female': 0.68, 'other': 0}}, 'users': 474, 'size': 5646638061, 'checksum': '17c44ac5d50d5a24966f953ca8ed890e6bfbf594c22aeb59a2317003fd9ae33b', 'avgDurationSecs': 4.642, 'validDurationSecs': 954746.527, 'totalHrs': 280.17, 'validHrs': 265.2}, 'mk': {'buckets': {'validated': 198, 'invalidated': 16, 'dev': 27, 'test': 50, 'train': 121, 'other': 0}, 'duration': 1132524, 'reportedSentences': 9, 'clips': 214, 'splits': {'accent': {}, 'age': {'': 0.35, 'twenties': 0.16, 'thirties': 0.42, 'teens': 0.07, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.35, 'male': 0.65, 'female': 0, 'other': 0}}, 'users': 8, 'size': 6664258, 'checksum': '33d54a41d83028c5079d7d7710f6f4df00559149af16cf5a94aa87ea16ba5830', 'avgDurationSecs': 5.292, 'validDurationSecs': 1047.849, 'totalHrs': 0.31, 'validHrs': 0.29}, 'ml': {'buckets': {'validated': 2836, 'invalidated': 105, 'dev': 714, 'test': 664, 'train': 1256, 'other': 5567}, 'duration': 35543052, 'reportedSentences': 192, 'clips': 8508, 'splits': {'accent': {}, 'age': {'': 0.22, 'twenties': 0.57, 'thirties': 0.09, 'teens': 0, 'fourties': 0.12, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.22, 'male': 0.52, 'female': 0.21, 'other': 0.05}}, 'users': 131, 'size': 199418168, 'checksum': '2f1116c0b7bfe64fa5b642471ca604f2a5e83a23d72f62cc417110ae813938a1', 'avgDurationSecs': 4.178, 'validDurationSecs': 11847.684, 'totalHrs': 9.87, 'validHrs': 3.29}, 'mn': {'buckets': {'validated': 8638, 'invalidated': 795, 'dev': 1851, 'test': 1876, 'train': 2208, 'other': 4699}, 'duration': 76987844, 'reportedSentences': 34, 'clips': 14132, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.44, 'thirties': 0.22, 'teens': 0.02, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0.01, 'nineties': 0.05}, 'gender': {'': 0.26, 'male': 0.39, 'female': 0.29, 'other': 0.06}}, 'users': 519, 'size': 569045206, 'checksum': 'd56927a5d8f12f4b2bbf09f0fffa34f850ea745f8165e45182df95804332408b', 'avgDurationSecs': 5.448, 'validDurationSecs': 47057.812, 'totalHrs': 21.38, 'validHrs': 13.07}, 'mr': {'buckets': {'validated': 10887, 'invalidated': 2262, 'dev': 1783, 'test': 1747, 'train': 2215, 'other': 2817}, 'duration': 98891496, 'reportedSentences': 59, 'clips': 15966, 'splits': {'accent': {}, 'age': {'': 0.05, 'twenties': 0.29, 'thirties': 0.13, 'teens': 0.53, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.05, 'male': 0.19, 'female': 0.76, 'other': 0}}, 'users': 89, 'size': 579388627, 'checksum': 'd8873646a9b9244df1d02f1a92416dafed2a1702cb5ef80bb6607a4f293c57c9', 'avgDurationSecs': 6.194, 'validDurationSecs': 67432.777, 'totalHrs': 27.46, 'validHrs': 18.73}, 'mrj': {'buckets': {'validated': 28624, 'invalidated': 994, 'dev': 7314, 'test': 6815, 'train': 14325, 'other': 627}, 'duration': 126320148, 'reportedSentences': 50, 'clips': 30245, 'splits': {'accent': {}, 'age': {'': 0.1, 'twenties': 0.34, 'thirties': 0.23, 'teens': 0.05, 'fourties': 0.13, 'fifties': 0.12, 'sixties': 0.04, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.1, 'male': 0.25, 'female': 0.65, 'other': 0}}, 'users': 58, 'size': 702781178, 'checksum': 'e4640ec0e451f3c7082b90bf3b32a3174bf3df292affcc7993676acce1631cf0', 'avgDurationSecs': 4.177, 'validDurationSecs': 119549.939, 'totalHrs': 35.08, 'validHrs': 33.2}, 'mt': {'buckets': {'validated': 6434, 'invalidated': 324, 'dev': 1586, 'test': 1659, 'train': 1936, 'other': 6315}, 'duration': 61963812, 'reportedSentences': 10, 'clips': 13073, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.19, 'thirties': 0.09, 'teens': 0.03, 'fourties': 0.17, 'fifties': 0.25, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.25, 'female': 0.47, 'other': 0.01}}, 'users': 218, 'size': 459720019, 'checksum': 'd960236c415f8b52afbc3cd63bbf1c7a8946e891027382c2a6dc8b7e405e9ce2', 'avgDurationSecs': 4.74, 'validDurationSecs': 30496.073, 'totalHrs': 17.21, 'validHrs': 8.47}, 'myv': {'buckets': {'validated': 1969, 'invalidated': 25, 'dev': 239, 'test': 479, 'train': 1241, 'other': 1}, 'duration': 11519388, 'reportedSentences': 31, 'clips': 1995, 'splits': {'accent': {}, 'age': {'': 0.38, 'twenties': 0.09, 'thirties': 0.24, 'teens': 0.01, 'fourties': 0.02, 'fifties': 0, 'sixties': 0.26, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.38, 'male': 0.54, 'female': 0.07, 'other': 0}}, 'users': 13, 'size': 67157080, 'checksum': '4e384078f54027ce68de05b8a3857cf837c3a53226547a5a50931ec2b307ca72', 'avgDurationSecs': 5.774, 'validDurationSecs': 11369.261, 'totalHrs': 3.19, 'validHrs': 3.15}, 'nan-tw': {'buckets': {'validated': 7773, 'invalidated': 521, 'dev': 1679, 'test': 2281, 'train': 3665, 'other': 19451}, 'duration': 71922744, 'reportedSentences': 214, 'clips': 27745, 'splits': {'accent': {}, 'age': {'': 0.12, 'twenties': 0.54, 'thirties': 0.15, 'teens': 0.01, 'fourties': 0.17, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.12, 'male': 0.64, 'female': 0.12, 'other': 0.13}}, 'users': 209, 'size': 405920716, 'checksum': 'b6f26b01b6aab7b15a5074c810919d6a1064463a5f64731b3bf80ba10c947d10', 'avgDurationSecs': 2.592, 'validDurationSecs': 20149.774, 'totalHrs': 19.97, 'validHrs': 5.59}, 'ne-NP': {'buckets': {'validated': 718, 'invalidated': 60, 'dev': 205, 'test': 197, 'train': 283, 'other': 474}, 'duration': 4879440, 'reportedSentences': 5, 'clips': 1252, 'splits': {'accent': {}, 'age': {'': 0.27, 'twenties': 0.6, 'thirties': 0.13, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.74, 'female': 0, 'other': 0}}, 'users': 26, 'size': 28430805, 'checksum': '00efc082beabd830e08435fe307198fc7d0491e7baa4d9908815296bc06a28fc', 'avgDurationSecs': 3.897, 'validDurationSecs': 2798.273, 'totalHrs': 1.35, 'validHrs': 0.77}, 'nhi': {'buckets': {'validated': 19, 'invalidated': 0, 'dev': 0, 'test': 5, 'train': 14, 'other': 6}, 'duration': 117972, 'reportedSentences': 0, 'clips': 25, 'splits': {'accent': {}, 'age': {'': 0.2, 'twenties': 0, 'thirties': 0.8, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.2, 'male': 0.8, 'female': 0, 'other': 0}}, 'users': 2, 'size': 694316, 'checksum': 'd5e26ecbf455516a7fcbe1c7d9c43f4590d1d9018cd3419de83a02955a598712', 'avgDurationSecs': 4.719, 'validDurationSecs': 89.659, 'totalHrs': 0.03, 'validHrs': 0.02}, 'nl': {'buckets': {'validated': 90095, 'invalidated': 5543, 'dev': 11223, 'test': 11235, 'train': 34605, 'other': 2294}, 'duration': 426106909, 'reportedSentences': 339, 'clips': 97932, 'splits': {'accent': {}, 'age': {'': 0.41, 'twenties': 0.21, 'thirties': 0.12, 'teens': 0.02, 'fourties': 0.15, 'fifties': 0.08, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.41, 'male': 0.48, 'female': 0.11, 'other': 0}}, 'users': 1663, 'size': 2894099358, 'checksum': 'f3decbcdbf9174e4753d57194b4f4bb5c4ddcee4648e2c28ae8734badcdf03c3', 'avgDurationSecs': 4.351, 'validDurationSecs': 392007.74, 'totalHrs': 118.36, 'validHrs': 108.89}, 'nn-NO': {'buckets': {'validated': 1038, 'invalidated': 63, 'dev': 249, 'test': 323, 'train': 461, 'other': 225}, 'duration': 5786892, 'reportedSentences': 23, 'clips': 1326, 'splits': {'accent': {}, 'age': {'': 0.23, 'twenties': 0.29, 'thirties': 0.42, 'teens': 0.02, 'fourties': 0.03, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.23, 'male': 0.6, 'female': 0.14, 'other': 0.03}}, 'users': 35, 'size': 33243732, 'checksum': '78e5db87bb721b7083a2c6a8160dcf9504d0cf9e6b838ea2606647119bf0b48b', 'avgDurationSecs': 4.364, 'validDurationSecs': 4530.01, 'totalHrs': 1.6, 'validHrs': 1.25}, 'oc': {'buckets': {'validated': 1281, 'invalidated': 156, 'dev': 215, 'test': 227, 'train': 254, 'other': 7844}, 'duration': 45233424, 'reportedSentences': 10, 'clips': 9281, 'splits': {'accent': {}, 'age': {'': 0.47, 'twenties': 0.02, 'thirties': 0.04, 'teens': 0.01, 'fourties': 0.18, 'fifties': 0.17, 'sixties': 0.12, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.49, 'male': 0.09, 'female': 0.42, 'other': 0}}, 'users': 145, 'size': 256219201, 'checksum': '18342b17757903bef93be866f55486f9d09224cdc519b5a2ee1cf95352781ce9', 'avgDurationSecs': 4.874, 'validDurationSecs': 6243.294, 'totalHrs': 12.56, 'validHrs': 1.73}, 'or': {'buckets': {'validated': 3158, 'invalidated': 274, 'dev': 0, 'test': 696, 'train': 2048, 'other': 5494}, 'duration': 44718252, 'reportedSentences': 31, 'clips': 8926, 'splits': {'accent': {}, 'age': {'': 0.09, 'twenties': 0.17, 'thirties': 0.71, 'teens': 0, 'fourties': 0.02, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.09, 'male': 0.88, 'female': 0.04, 'other': 0}}, 'users': 125, 'size': 309388933, 'checksum': '6bb8a1b8910cb76718d192edb70b0a19b711d4abf296b29d9d576d779a6cdc40', 'avgDurationSecs': 5.01, 'validDurationSecs': 15821.223, 'totalHrs': 12.42, 'validHrs': 4.39}, 'os': {'buckets': {'validated': 140, 'invalidated': 27, 'dev': 40, 'test': 36, 'train': 64, 'other': 23}, 'duration': 1057932, 'reportedSentences': 1, 'clips': 190, 'splits': {'accent': {}, 'age': {'': 0.39, 'twenties': 0, 'thirties': 0, 'teens': 0.11, 'fourties': 0.5, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.39, 'male': 0.61, 'female': 0, 'other': 0}}, 'users': 7, 'size': 5894605, 'checksum': '0db8edb4f29546b84507b24fcdf2127cd184409dc2d2a690698dff0f09c9895b', 'avgDurationSecs': 5.568, 'validDurationSecs': 779.529, 'totalHrs': 0.29, 'validHrs': 0.21}, 'pa-IN': {'buckets': {'validated': 1505, 'invalidated': 81, 'dev': 286, 'test': 487, 'train': 732, 'other': 1388}, 'duration': 14357366, 'reportedSentences': 251, 'clips': 2974, 'splits': {'accent': {}, 'age': {'': 0.3, 'twenties': 0.23, 'thirties': 0.38, 'teens': 0, 'fourties': 0.04, 'fifties': 0.05, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.69, 'female': 0.01, 'other': 0}}, 'users': 68, 'size': 100825841, 'checksum': '523346527290a3cb533758ee87195d4917efc50e5f98b2fe1f74a9a4a1e4ee61', 'avgDurationSecs': 4.828, 'validDurationSecs': 7265.58, 'totalHrs': 3.98, 'validHrs': 2.01}, 'pl': {'buckets': {'validated': 131435, 'invalidated': 6538, 'dev': 9060, 'test': 9060, 'train': 19894, 'other': 954}, 'duration': 627625406, 'reportedSentences': 558, 'clips': 138927, 'splits': {'accent': {}, 'age': {'': 0.25, 'twenties': 0.28, 'thirties': 0.33, 'teens': 0.02, 'fourties': 0.11, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0.01}, 'gender': {'': 0.25, 'male': 0.6, 'female': 0.14, 'other': 0.01}}, 'users': 3264, 'size': 4472067181, 'checksum': 'dab35f907225411d0fa76348f0195a81ee182a5acc596302790d6dcb139a35e8', 'avgDurationSecs': 4.518, 'validDurationSecs': 593779.073, 'totalHrs': 174.34, 'validHrs': 164.93}, 'ps': {'buckets': {'validated': 1224, 'invalidated': 12, 'dev': 0, 'test': 197, 'train': 1027, 'other': 33}, 'duration': 6190344, 'reportedSentences': 1, 'clips': 1269, 'splits': {'accent': {}, 'age': {'': 0.03, 'twenties': 0.13, 'thirties': 0.03, 'teens': 0, 'fourties': 0.81, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.03, 'male': 0.97, 'female': 0, 'other': 0}}, 'users': 8, 'size': 36372523, 'checksum': 'bcf66e5afd49f13a0a8fdc950857ed3938544ffc28f8ac4c86eabba89cf15b55', 'avgDurationSecs': 4.878, 'validDurationSecs': 5970.828, 'totalHrs': 1.71, 'validHrs': 1.65}, 'pt': {'buckets': {'validated': 150848, 'invalidated': 7182, 'dev': 9412, 'test': 9414, 'train': 21685, 'other': 24247}, 'duration': 746365939, 'reportedSentences': 2729, 'clips': 182277, 'splits': {'accent': {}, 'age': {'': 0.24, 'twenties': 0.37, 'thirties': 0.18, 'teens': 0.02, 'fourties': 0.13, 'fifties': 0.02, 'sixties': 0.02, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.24, 'male': 0.68, 'female': 0.06, 'other': 0.01}}, 'users': 3337, 'size': 4702929102, 'checksum': '36145ed88edaab9872f447bca5d7821fddcb2e33669a3f77fba1080c5f083d60', 'avgDurationSecs': 4.095, 'validDurationSecs': 617674.249, 'totalHrs': 207.32, 'validHrs': 171.57}, 'quy': {'buckets': {'validated': 1, 'invalidated': 1, 'dev': 0, 'test': 0, 'train': 1, 'other': 4}, 'duration': 36792, 'reportedSentences': 0, 'clips': 6, 'splits': {'accent': {}, 'age': {'': 1, 'twenties': 0, 'thirties': 0, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 1, 'male': 0, 'female': 0, 'other': 0}}, 'users': 2, 'size': 217793, 'checksum': 'e77e3c7560ef638724fb3989c182eee1cd17ab54266131a5d97cdd2f6a39285f', 'avgDurationSecs': 6.132, 'validDurationSecs': 6.132, 'totalHrs': 0.01, 'validHrs': 0}, 'rm-sursilv': {'buckets': {'validated': 4305, 'invalidated': 680, 'dev': 1358, 'test': 1363, 'train': 1571, 'other': 2201}, 'duration': 39264017, 'reportedSentences': 17, 'clips': 7186, 'splits': {'accent': {}, 'age': {'': 0.63, 'twenties': 0.1, 'thirties': 0.03, 'teens': 0.05, 'fourties': 0.19, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.63, 'male': 0.18, 'female': 0.19, 'other': 0}}, 'users': 90, 'size': 295754556, 'checksum': 'f126f17c134b15575104bbe4c4e69637c47a476337798221da13e4df2d47bd61', 'avgDurationSecs': 5.464, 'validDurationSecs': 23522.348, 'totalHrs': 10.9, 'validHrs': 6.53}, 'rm-vallader': {'buckets': {'validated': 1526, 'invalidated': 394, 'dev': 500, 'test': 462, 'train': 557, 'other': 711}, 'duration': 15327554, 'reportedSentences': 38, 'clips': 2631, 'splits': {'accent': {}, 'age': {'': 0.36, 'twenties': 0.14, 'thirties': 0.06, 'teens': 0, 'fourties': 0.41, 'fifties': 0, 'sixties': 0.03, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.36, 'male': 0.44, 'female': 0.19, 'other': 0.01}}, 'users': 53, 'size': 116706596, 'checksum': '50401449141060d92d5b59bb0ea6fbe56bc11b948a2dfe510c211450d2d9b027', 'avgDurationSecs': 5.826, 'validDurationSecs': 8890.098, 'totalHrs': 4.25, 'validHrs': 2.46}, 'ro': {'buckets': {'validated': 17522, 'invalidated': 969, 'dev': 3904, 'test': 3902, 'train': 5113, 'other': 22506}, 'duration': 165299827, 'reportedSentences': 402, 'clips': 40997, 'splits': {'accent': {}, 'age': {'': 0.14, 'twenties': 0.62, 'thirties': 0.13, 'teens': 0.01, 'fourties': 0.06, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.14, 'male': 0.71, 'female': 0.14, 'other': 0.01}}, 'users': 416, 'size': 1025705898, 'checksum': '256570f386506ed8fd48c730460f32f6354ed6a9f59695259d1d336183e1db5c', 'avgDurationSecs': 4.032, 'validDurationSecs': 70648.671, 'totalHrs': 45.91, 'validHrs': 19.62}, 'ru': {'buckets': {'validated': 162034, 'invalidated': 9906, 'dev': 10198, 'test': 10199, 'train': 26359, 'other': 12190}, 'duration': 950615172, 'reportedSentences': 465, 'clips': 184130, 'splits': {'accent': {}, 'age': {'': 0.24, 'twenties': 0.34, 'thirties': 0.15, 'teens': 0.1, 'fourties': 0.14, 'fifties': 0.03, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.24, 'male': 0.6, 'female': 0.16, 'other': 0}}, 'users': 3126, 'size': 6448944122, 'checksum': 'ce8fd4aa18900b701b09304722fddedd9aa98152e0ffe11f99ca2eb4986e39ee', 'avgDurationSecs': 5.163, 'validDurationSecs': 836539.286, 'totalHrs': 264.05, 'validHrs': 232.37}, 'rw': {'buckets': {'validated': 1438768, 'invalidated': 227806, 'dev': 15987, 'test': 16213, 'train': 1003024, 'other': 47299}, 'duration': 8582349497, 'reportedSentences': 630, 'clips': 1713873, 'splits': {'accent': {}, 'age': {'': 0.05, 'twenties': 0.61, 'thirties': 0.12, 'teens': 0.2, 'fourties': 0.02, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.1, 'male': 0.57, 'female': 0.33, 'other': 0}}, 'users': 1128, 'size': 60996395511, 'checksum': '2908446346f1bf745a0f658ba7ee43ffb85628e058877c66959c8ff607ead7de', 'avgDurationSecs': 5.008, 'validDurationSecs': 7204740.27, 'totalHrs': 2383.98, 'validHrs': 2001.31}, 'sah': {'buckets': {'validated': 4842, 'invalidated': 151, 'dev': 1391, 'test': 1432, 'train': 1892, 'other': 1683}, 'duration': 40858536, 'reportedSentences': 5, 'clips': 6676, 'splits': {'accent': {}, 'age': {'': 0.38, 'twenties': 0.2, 'thirties': 0.27, 'teens': 0.06, 'fourties': 0.07, 'fifties': 0.02, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.38, 'male': 0.39, 'female': 0.23, 'other': 0}}, 'users': 99, 'size': 281947928, 'checksum': '5bdf8918d3a9a8f13ca809b918ef032e15e9129483644a81970b3451216e5435', 'avgDurationSecs': 6.12, 'validDurationSecs': 29634.067, 'totalHrs': 11.34, 'validHrs': 8.23}, 'sat': {'buckets': {'validated': 462, 'invalidated': 9, 'dev': 0, 'test': 147, 'train': 315, 'other': 353}, 'duration': 3676320, 'reportedSentences': 7, 'clips': 824, 'splits': {'accent': {}, 'age': {'': 0.43, 'twenties': 0.43, 'thirties': 0.1, 'teens': 0.01, 'fourties': 0.01, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.41, 'male': 0.58, 'female': 0.01, 'other': 0}}, 'users': 13, 'size': 20283797, 'checksum': '058c7f26cf7a3a9f477c20ca2857a4ac6ce036a41c93b2692ce2e80b5d20e73f', 'avgDurationSecs': 4.462, 'validDurationSecs': 2061.238, 'totalHrs': 1.02, 'validHrs': 0.57}, 'sc': {'buckets': {'validated': 1183, 'invalidated': 26, 'dev': 262, 'test': 224, 'train': 531, 'other': 321}, 'duration': 6899760, 'reportedSentences': 3, 'clips': 1530, 'splits': {'accent': {}, 'age': {'': 0.59, 'twenties': 0.1, 'thirties': 0.31, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.59, 'male': 0.11, 'female': 0.31, 'other': 0}}, 'users': 14, 'size': 39926578, 'checksum': '294641d815d9ba96bf7e5bc81fbbd33191c51c5cc1e2a45f55da9bceff40d3b6', 'avgDurationSecs': 4.51, 'validDurationSecs': 5334.912, 'totalHrs': 1.91, 'validHrs': 1.48}, 'sk': {'buckets': {'validated': 19328, 'invalidated': 826, 'dev': 2636, 'test': 2599, 'train': 3244, 'other': 3109}, 'duration': 94837680, 'reportedSentences': 66, 'clips': 23263, 'splits': {'accent': {}, 'age': {'': 0.43, 'twenties': 0.09, 'thirties': 0.21, 'teens': 0.08, 'fourties': 0.18, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.43, 'male': 0.48, 'female': 0.07, 'other': 0.01}}, 'users': 223, 'size': 535384059, 'checksum': '345581c840dc4c85d04edde224121c20c53ea01640f5038e0a74df2d7e5a69e9', 'avgDurationSecs': 4.077, 'validDurationSecs': 78795.627, 'totalHrs': 26.34, 'validHrs': 21.88}, 'skr': {'buckets': {'validated': 3642, 'invalidated': 462, 'dev': 1122, 'test': 1004, 'train': 1504, 'other': 1618}, 'duration': 23697324, 'reportedSentences': 17, 'clips': 5722, 'splits': {'accent': {}, 'age': {'': 0.36, 'twenties': 0.25, 'thirties': 0.01, 'teens': 0, 'fourties': 0, 'fifties': 0.38, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.36, 'male': 0.64, 'female': 0, 'other': 0}}, 'users': 56, 'size': 135621315, 'checksum': '5aa6803cb99ab58cfdf5b88e8552310176e921cc904f30ada3ca18794f54970f', 'avgDurationSecs': 4.141, 'validDurationSecs': 15083.127, 'totalHrs': 6.58, 'validHrs': 4.18}, 'sl': {'buckets': {'validated': 10728, 'invalidated': 278, 'dev': 1204, 'test': 1250, 'train': 1401, 'other': 3023}, 'duration': 53100802, 'reportedSentences': 48, 'clips': 14029, 'splits': {'accent': {}, 'age': {'': 0.16, 'twenties': 0.42, 'thirties': 0.04, 'teens': 0.07, 'fourties': 0.18, 'fifties': 0.06, 'sixties': 0.06, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.16, 'male': 0.7, 'female': 0.13, 'other': 0}}, 'users': 149, 'size': 365001932, 'checksum': '4e633c3bbcb352824c8a831ce228237a5c4388f39bd707eec52279fc8c12029d', 'avgDurationSecs': 3.785, 'validDurationSecs': 40606.273, 'totalHrs': 14.75, 'validHrs': 11.27}, 'sq': {'buckets': {'validated': 1252, 'invalidated': 15, 'dev': 322, 'test': 384, 'train': 542, 'other': 0}, 'duration': 5729292, 'reportedSentences': 12, 'clips': 1267, 'splits': {'accent': {}, 'age': {'': 0.65, 'twenties': 0.07, 'thirties': 0.19, 'teens': 0, 'fourties': 0.09, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.5, 'male': 0.41, 'female': 0.09, 'other': 0}}, 'users': 45, 'size': 32924611, 'checksum': 'e832d32644124ee70c4be1f57b7a2c61ec9e3219702252a535f5b4bd54fb4032', 'avgDurationSecs': 4.522, 'validDurationSecs': 5661.463, 'totalHrs': 1.59, 'validHrs': 1.57}, 'sr': {'buckets': {'validated': 5733, 'invalidated': 268, 'dev': 1442, 'test': 1543, 'train': 1877, 'other': 1770}, 'duration': 23130792, 'reportedSentences': 53, 'clips': 7771, 'splits': {'accent': {}, 'age': {'': 0.23, 'twenties': 0.38, 'thirties': 0.17, 'teens': 0, 'fourties': 0.06, 'fifties': 0.16, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.23, 'male': 0.53, 'female': 0.24, 'other': 0}}, 'users': 149, 'size': 123806923, 'checksum': '38a33b4e344beaf6c4b79ac6a7d5b0d2ea4b1bffa949b33a0c8d50d9d71b8748', 'avgDurationSecs': 2.977, 'validDurationSecs': 17064.577, 'totalHrs': 6.42, 'validHrs': 4.74}, 'sv-SE': {'buckets': {'validated': 40530, 'invalidated': 1418, 'dev': 5222, 'test': 5206, 'train': 7657, 'other': 6609}, 'duration': 194228439, 'reportedSentences': 589, 'clips': 48557, 'splits': {'accent': {}, 'age': {'': 0.18, 'twenties': 0.12, 'thirties': 0.25, 'teens': 0.03, 'fourties': 0.38, 'fifties': 0.03, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.19, 'male': 0.48, 'female': 0.33, 'other': 0.01}}, 'users': 823, 'size': 1226193538, 'checksum': '26fdd5e3a7a006230f2445da5fc780f9f1088f9ce9e7a37d3ef4c332ff8bd879', 'avgDurationSecs': 4, 'validDurationSecs': 162120.366, 'totalHrs': 53.95, 'validHrs': 45.03}, 'sw': {'buckets': {'validated': 265365, 'invalidated': 79915, 'dev': 12231, 'test': 12234, 'train': 46209, 'other': 376717}, 'duration': 3889601568, 'reportedSentences': 1901, 'clips': 721997, 'splits': {'accent': {}, 'age': {'': 0.31, 'twenties': 0.5, 'thirties': 0.11, 'teens': 0.01, 'fourties': 0.03, 'fifties': 0.04, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.29, 'male': 0.35, 'female': 0.37, 'other': 0}}, 'users': 1433, 'size': 22663824721, 'checksum': 'baa58dc2a736c184e9ae9fb9f9bae4b416a4e9869999e8ec737b935fef6a59a0', 'avgDurationSecs': 5.387, 'validDurationSecs': 1429596.134, 'totalHrs': 1080.44, 'validHrs': 397.11}, 'ta': {'buckets': {'validated': 134550, 'invalidated': 5673, 'dev': 12049, 'test': 12114, 'train': 44839, 'other': 88049}, 'duration': 1418463816, 'reportedSentences': 3354, 'clips': 228272, 'splits': {'accent': {}, 'age': {'': 0.71, 'twenties': 0.09, 'thirties': 0.09, 'teens': 0.03, 'fourties': 0.03, 'fifties': 0.03, 'sixties': 0, 'seventies': 0.02, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.7, 'male': 0.16, 'female': 0.13, 'other': 0}}, 'users': 886, 'size': 8491571742, 'checksum': '73022103c73d2727cb09db863c8eaa36aa99a78ac8b6f2c79b7f6f57468c0ab5', 'avgDurationSecs': 6.214, 'validDurationSecs': 836082.859, 'totalHrs': 394.01, 'validHrs': 232.24}, 'te': {'buckets': {'validated': 106, 'invalidated': 1, 'dev': 25, 'test': 30, 'train': 38, 'other': 239}, 'duration': 1647972, 'reportedSentences': 3, 'clips': 346, 'splits': {'accent': {}, 'age': {'': 0.17, 'twenties': 0.17, 'thirties': 0.07, 'teens': 0, 'fourties': 0.06, 'fifties': 0, 'sixties': 0.52, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.17, 'male': 0.83, 'female': 0, 'other': 0}}, 'users': 11, 'size': 9609717, 'checksum': '23f849894bee028dc2e4d29166a153d90d3eb7e1b7ae437a3e15f7c7a9663a7c', 'avgDurationSecs': 4.763, 'validDurationSecs': 504.87, 'totalHrs': 0.45, 'validHrs': 0.14}, 'th': {'buckets': {'validated': 146735, 'invalidated': 9250, 'dev': 11038, 'test': 11038, 'train': 32789, 'other': 205532}, 'duration': 1515310068, 'reportedSentences': 4234, 'clips': 361517, 'splits': {'accent': {}, 'age': {'': 0.4, 'twenties': 0.24, 'thirties': 0.07, 'teens': 0.04, 'fourties': 0.04, 'fifties': 0.2, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.4, 'male': 0.42, 'female': 0.17, 'other': 0.01}}, 'users': 7849, 'size': 8812954106, 'checksum': '584bbbfd6ba5a4aaba5c9b002341cb02015f4b5f05849951a7271769337c8bda', 'avgDurationSecs': 4.192, 'validDurationSecs': 615044.446, 'totalHrs': 420.91, 'validHrs': 170.84}, 'ti': {'buckets': {'validated': 23, 'invalidated': 1, 'dev': 5, 'test': 4, 'train': 14, 'other': 45}, 'duration': 378540, 'reportedSentences': 3, 'clips': 69, 'splits': {'accent': {}, 'age': {'': 0.78, 'twenties': 0, 'thirties': 0.14, 'teens': 0, 'fourties': 0.07, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.78, 'male': 0.22, 'female': 0, 'other': 0}}, 'users': 6, 'size': 2176784, 'checksum': '7a1b466a2bf47fde2474c94ce89b5f0d8deff099445ac32cf3a626f0b0b8048b', 'avgDurationSecs': 5.486, 'validDurationSecs': 126.18, 'totalHrs': 0.1, 'validHrs': 0.03}, 'tig': {'buckets': {'validated': 294, 'invalidated': 13, 'dev': 0, 'test': 45, 'train': 249, 'other': 14}, 'duration': 1620288, 'reportedSentences': 1, 'clips': 321, 'splits': {'accent': {}, 'age': {'': 0.92, 'twenties': 0.02, 'thirties': 0.06, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.92, 'male': 0.08, 'female': 0, 'other': 0}}, 'users': 9, 'size': 9523609, 'checksum': '26a4c1183631c7ec7a9fa3a1370c8ea72f3b0d3e5e5bd7c0b8ebeda33f755492', 'avgDurationSecs': 5.048, 'validDurationSecs': 1484.002, 'totalHrs': 0.45, 'validHrs': 0.41}, 'tk': {'buckets': {'validated': 1727, 'invalidated': 115, 'dev': 334, 'test': 486, 'train': 804, 'other': 1636}, 'duration': 18731232, 'reportedSentences': 18, 'clips': 3478, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.63, 'thirties': 0.11, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.5, 'female': 0.24, 'other': 0}}, 'users': 82, 'size': 106232349, 'checksum': '39e85dbb3a2598ff9d54a27099bd21e669e34433767a3c7ab15e750883829c49', 'avgDurationSecs': 5.386, 'validDurationSecs': 9300.988, 'totalHrs': 5.2, 'validHrs': 2.58}, 'tok': {'buckets': {'validated': 11397, 'invalidated': 323, 'dev': 2133, 'test': 2125, 'train': 2602, 'other': 3305}, 'duration': 60932340, 'reportedSentences': 142, 'clips': 15025, 'splits': {'accent': {}, 'age': {'': 0.33, 'twenties': 0.21, 'thirties': 0.07, 'teens': 0.26, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0.12, 'nineties': 0}, 'gender': {'': 0.33, 'male': 0.49, 'female': 0.06, 'other': 0.12}}, 'users': 138, 'size': 355139704, 'checksum': '486b1e6ef24db3bc3805ebb1e3e110ece5e87cfd6d234cd4057f55495ddc069b', 'avgDurationSecs': 4.055, 'validDurationSecs': 46219.36, 'totalHrs': 16.92, 'validHrs': 12.83}, 'tr': {'buckets': {'validated': 111192, 'invalidated': 4412, 'dev': 10996, 'test': 11035, 'train': 32802, 'other': 116}, 'duration': 421520247, 'reportedSentences': 396, 'clips': 115720, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.24, 'thirties': 0.08, 'teens': 0.02, 'fourties': 0.03, 'fifties': 0.08, 'sixties': 0.2, 'seventies': 0.02, 'eighties': 0.08, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.44, 'female': 0.3, 'other': 0}}, 'users': 1542, 'size': 2548282361, 'checksum': '3e8eb99bfa0d046fe2170bf4540721aa6666f7372a1855b5b1ff8dc7f19987b7', 'avgDurationSecs': 3.643, 'validDurationSecs': 405026.61, 'totalHrs': 117.08, 'validHrs': 112.5}, 'tt': {'buckets': {'validated': 29059, 'invalidated': 419, 'dev': 3620, 'test': 4951, 'train': 9396, 'other': 124}, 'duration': 111451166, 'reportedSentences': 6, 'clips': 29602, 'splits': {'accent': {}, 'age': {'': 0.2, 'twenties': 0.05, 'thirties': 0.72, 'teens': 0, 'fourties': 0, 'fifties': 0.01, 'sixties': 0, 'seventies': 0.01, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.2, 'male': 0.78, 'female': 0.02, 'other': 0}}, 'users': 251, 'size': 820112480, 'checksum': '7671166bb8e60ca4146598abaf0e2b17652eec288299623831cb29d97ea21e67', 'avgDurationSecs': 3.765, 'validDurationSecs': 109406.778, 'totalHrs': 30.95, 'validHrs': 30.39}, 'tw': {'buckets': {'validated': 56, 'invalidated': 0, 'dev': 0, 'test': 3, 'train': 53, 'other': 181}, 'duration': 943884, 'reportedSentences': 3, 'clips': 237, 'splits': {'accent': {}, 'age': {'': 0.07, 'twenties': 0.02, 'thirties': 0.91, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.07, 'male': 0.93, 'female': 0, 'other': 0}}, 'users': 5, 'size': 5527555, 'checksum': '7fbf52c157d949ece8fe1fbc079a53afb173aeeef6f8090cbc6065694a2eafeb', 'avgDurationSecs': 3.983, 'validDurationSecs': 223.027, 'totalHrs': 0.26, 'validHrs': 0.06}, 'ug': {'buckets': {'validated': 87865, 'invalidated': 5004, 'dev': 5983, 'test': 5983, 'train': 9342, 'other': 15002}, 'duration': 647441316, 'reportedSentences': 577, 'clips': 107871, 'splits': {'accent': {}, 'age': {'': 0.48, 'twenties': 0.11, 'thirties': 0.26, 'teens': 0.03, 'fourties': 0.1, 'fifties': 0.01, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.48, 'male': 0.37, 'female': 0.15, 'other': 0}}, 'users': 1183, 'size': 3715539505, 'checksum': 'ccfd40ab2d82e78cb742d846e90e3c2d8562df3be590dbe1653027e956f915fe', 'avgDurationSecs': 6.002, 'validDurationSecs': 527365.383, 'totalHrs': 179.84, 'validHrs': 146.49}, 'uk': {'buckets': {'validated': 74065, 'invalidated': 3124, 'dev': 9832, 'test': 9838, 'train': 24079, 'other': 5503}, 'duration': 386177244, 'reportedSentences': 638, 'clips': 82692, 'splits': {'accent': {}, 'age': {'': 0.24, 'twenties': 0.32, 'thirties': 0.25, 'teens': 0.09, 'fourties': 0.1, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.24, 'male': 0.58, 'female': 0.18, 'other': 0}}, 'users': 1057, 'size': 2539371486, 'checksum': 'c825357be6042d21a9d6862218c84af5b05b2dbca45a196703d8334647ab6dd6', 'avgDurationSecs': 4.67, 'validDurationSecs': 345888.569, 'totalHrs': 107.27, 'validHrs': 96.08}, 'ur': {'buckets': {'validated': 53852, 'invalidated': 6814, 'dev': 4056, 'test': 4056, 'train': 5368, 'other': 135803}, 'duration': 834105816, 'reportedSentences': 237, 'clips': 196469, 'splits': {'accent': {}, 'age': {'': 0.08, 'twenties': 0.9, 'thirties': 0, 'teens': 0, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.08, 'male': 0.67, 'female': 0.25, 'other': 0}}, 'users': 342, 'size': 4849602502, 'checksum': '9c03c3b2d2e419cab8a5287be7fa6c49abb663cd7ef79d574c38a64160c4bad0', 'avgDurationSecs': 4.245, 'validDurationSecs': 228627.755, 'totalHrs': 231.69, 'validHrs': 63.5}, 'uz': {'buckets': {'validated': 86372, 'invalidated': 13920, 'dev': 12131, 'test': 12341, 'train': 48452, 'other': 127930}, 'duration': 946998252, 'reportedSentences': 1831, 'clips': 228222, 'splits': {'accent': {}, 'age': {'': 0.41, 'twenties': 0.4, 'thirties': 0.01, 'teens': 0.18, 'fourties': 0.01, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.41, 'male': 0.44, 'female': 0.15, 'other': 0}}, 'users': 2151, 'size': 5281382551, 'checksum': '09162fb6ad3a0090c3a8f27f8bc7d8623e68adc97a0f57bc28e6c28df953c420', 'avgDurationSecs': 4.149, 'validDurationSecs': 358397.232, 'totalHrs': 263.05, 'validHrs': 99.55}, 'vi': {'buckets': {'validated': 4976, 'invalidated': 365, 'dev': 477, 'test': 1326, 'train': 2350, 'other': 11657}, 'duration': 67351544, 'reportedSentences': 187, 'clips': 16998, 'splits': {'accent': {}, 'age': {'': 0.25, 'twenties': 0.2, 'thirties': 0.02, 'teens': 0.21, 'fourties': 0.02, 'fifties': 0, 'sixties': 0.3, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.25, 'male': 0.54, 'female': 0.19, 'other': 0.02}}, 'users': 276, 'size': 390726806, 'checksum': '5deaf435f01299fddd361c9a423109a008f083258a20f9553c470bc7bb6338e3', 'avgDurationSecs': 3.962, 'validDurationSecs': 19716.513, 'totalHrs': 18.7, 'validHrs': 5.47}, 'vot': {'buckets': {'validated': 102, 'invalidated': 324, 'dev': 0, 'test': 6, 'train': 96, 'other': 1}, 'duration': 1029972, 'reportedSentences': 0, 'clips': 427, 'splits': {'accent': {}, 'age': {'': 0.25, 'twenties': 0.74, 'thirties': 0, 'teens': 0.01, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.25, 'male': 0.75, 'female': 0, 'other': 0}}, 'users': 6, 'size': 7915922, 'checksum': '0ad63ec0575865d5919fb9a2c89c7b37f3ef8979a1f533a6fdbdc3d55fc059ee', 'avgDurationSecs': 2.412, 'validDurationSecs': 246.035, 'totalHrs': 0.28, 'validHrs': 0.06}, 'yi': {'buckets': {'validated': 43, 'invalidated': 1, 'dev': 0, 'test': 2, 'train': 41, 'other': 0}, 'duration': 166356, 'reportedSentences': 1, 'clips': 44, 'splits': {'accent': {}, 'age': {'': 0.27, 'twenties': 0.73, 'thirties': 0, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 1, 'male': 0, 'female': 0, 'other': 0}}, 'users': 2, 'size': 966132, 'checksum': '9a5545e43149860d684e3f66020436fc647992a3237bb4f9216e1d27bfb1aa16', 'avgDurationSecs': 3.781, 'validDurationSecs': 162.575, 'totalHrs': 0.04, 'validHrs': 0.04}, 'yo': {'buckets': {'validated': 3075, 'invalidated': 229, 'dev': 863, 'test': 998, 'train': 1212, 'other': 1115}, 'duration': 26232120, 'reportedSentences': 19, 'clips': 4419, 'splits': {'accent': {}, 'age': {'': 0.3, 'twenties': 0.63, 'thirties': 0.02, 'teens': 0.05, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.3, 'male': 0.32, 'female': 0.38, 'other': 0}}, 'users': 108, 'size': 153132119, 'checksum': '826acdc2c50a2b9287108dba81d3d5b899fc66c3d81a20af278e03fe584da32e', 'avgDurationSecs': 5.936, 'validDurationSecs': 18253.851, 'totalHrs': 7.28, 'validHrs': 5.07}, 'yue': {'buckets': {'validated': 21148, 'invalidated': 1690, 'dev': 2591, 'test': 2585, 'train': 3076, 'other': 139436}, 'duration': 629086572, 'reportedSentences': 1669, 'clips': 162274, 'splits': {'accent': {}, 'age': {'': 0.17, 'twenties': 0.32, 'thirties': 0.45, 'teens': 0.01, 'fourties': 0.04, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.18, 'male': 0.25, 'female': 0.56, 'other': 0.01}}, 'users': 897, 'size': 3607938980, 'checksum': 'd4860d2f805cd30623f63fa93f58b39c2337676aabad48c9a30c638ee32460b4', 'avgDurationSecs': 3.877, 'validDurationSecs': 81984.316, 'totalHrs': 174.74, 'validHrs': 22.77}, 'zgh': {'buckets': {'validated': 266, 'invalidated': 8, 'dev': 48, 'test': 43, 'train': 175, 'other': 0}, 'duration': 905832, 'reportedSentences': 0, 'clips': 274, 'splits': {'accent': {}, 'age': {'': 0.04, 'twenties': 0.32, 'thirties': 0.64, 'teens': 0, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.04, 'male': 0.96, 'female': 0, 'other': 0}}, 'users': 5, 'size': 5036073, 'checksum': '35578b18ea2dfc8555707bd9d6f36dd6f35c2ca4e6148f61922daf456bf55bf5', 'avgDurationSecs': 3.306, 'validDurationSecs': 879.384, 'totalHrs': 0.25, 'validHrs': 0.24}, 'zh-CN': {'buckets': {'validated': 184605, 'invalidated': 58420, 'dev': 10626, 'test': 10626, 'train': 29406, 'other': 595659}, 'duration': 3814708416, 'reportedSentences': 791, 'clips': 838684, 'splits': {'accent': {}, 'age': {'': 0.93, 'twenties': 0.04, 'thirties': 0.01, 'teens': 0.01, 'fourties': 0, 'fifties': 0, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.93, 'male': 0.06, 'female': 0.01, 'other': 0}}, 'users': 6938, 'size': 22549894675, 'checksum': '0083247487c89fa1ba7841c674bbe145c5bb673a8474c33acae41a7244b0db59', 'avgDurationSecs': 4.548, 'validDurationSecs': 839665.771, 'totalHrs': 1059.64, 'validHrs': 233.24}, 'zh-HK': {'buckets': {'validated': 92439, 'invalidated': 4439, 'dev': 5594, 'test': 5594, 'train': 8429, 'other': 22076}, 'duration': 496819716, 'reportedSentences': 683, 'clips': 118954, 'splits': {'accent': {}, 'age': {'': 0.39, 'twenties': 0.33, 'thirties': 0.11, 'teens': 0.02, 'fourties': 0.13, 'fifties': 0.02, 'sixties': 0.01, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.35, 'male': 0.42, 'female': 0.22, 'other': 0.01}}, 'users': 3014, 'size': 3549548457, 'checksum': 'ea5415ea0e947c3f6c867893d5f9bc2a8f39f0a7fb84f848f4df54b005886e24', 'avgDurationSecs': 4.177, 'validDurationSecs': 386077.961, 'totalHrs': 138, 'validHrs': 107.24}, 'zh-TW': {'buckets': {'validated': 82297, 'invalidated': 4769, 'dev': 4976, 'test': 4976, 'train': 7101, 'other': 47297}, 'duration': 451916626, 'reportedSentences': 151, 'clips': 134363, 'splits': {'accent': {}, 'age': {'': 0.26, 'twenties': 0.3, 'thirties': 0.19, 'teens': 0.05, 'fourties': 0.09, 'fifties': 0.09, 'sixties': 0, 'seventies': 0, 'eighties': 0, 'nineties': 0}, 'gender': {'': 0.26, 'male': 0.5, 'female': 0.23, 'other': 0.02}}, 'users': 2176, 'size': 3025493363, 'checksum': 'f09cdb68d303edc68dde1f984ecbe28c997ee92e9ae2f470204d8745f6846d7c', 'avgDurationSecs': 3.363, 'validDurationSecs': 276797.798, 'totalHrs': 125.53, 'validHrs': 76.88}}, 'totalDuration': 109183755259, 'totalValidDurationSecs': 71695462, 'totalHrs': 30328, 'totalValidHrs': 19915, 'version': '16.1.0', 'date': '2022-12-06', 'name': 'Common Voice Corpus 16.1', 'multilingual': True}
|
transcript/ab/clip_durations.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/dev.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/invalidated.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/other.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/reported.tsv
ADDED
@@ -0,0 +1,226 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence_id sentence locale reason
|
2 |
+
1462f41fe49ba30b7ab70e0013dfacb488b946fbc4f910ffc750a0f960e01707 Усҟан ицқьоу анышә ахь шәеиха теиеммум ҟашәҵа, шәнапала анышә шәнасны шәҿи шәнапи иахьышәшь. ab grammar-or-spelling
|
3 |
+
00401f932f197d6b67fbd70edb7a28e8139e4428ca6b46698e174625dbbd64fd Урҭ рыбжьара руаӡәы, мамзагьы рҩыџьагьы, рықәрахь ианнеилак, уф! ҳәаҵәҟьа роумҳәан! ab grammar-or-spelling
|
4 |
+
295c4432550896e7fc58fe3040732fe221539befc41ad210375b73c6a07d34c9 Амшын аҟны ашьхақәа реиԥш иӡсаны ицо аӷбақәагьы уи имчра аршаҳаҭгақәа иреиуоуп. ab grammar-or-spelling
|
5 |
+
15eeb0b9ed4a01c33d92cc135cbaf5235e310a9c89f473b2dfdc0b95a5382788 Уи адгьы ишәычҳа, ҳәарада, Аллаҳ акырзычҳауа дрыцуп. ab grammar-or-spelling
|
6 |
+
212ef07ca79950c5a04ee36d13b692c3d3de2d235946fb14f073d45dec56f964 Ари Аҟәырҟан, уи ихы иҭиҳәааз мцуп, даҽа шьоукгьы абри аҟны иара ицхырааит. ab grammar-or-spelling
|
7 |
+
022cdd6a8ee175494dba36f1b9104378cf11fa85402112667ed4af9e54edde08 Избанзар, уи Аллаҳ имҩа аныҵроуп, иаанаго уи иҿагыларауп. ab grammar-or-spelling
|
8 |
+
0d514d81c91d300638adf646d97c9d4c85b9124e949fbe7b1c79e6db2357c08d Ауааԥсыра рыԥсы рхаҵаны џьарак реизгра акәзар, ҳара ҳзы имариоу усуп. ab grammar-or-spelling
|
9 |
+
332da72857191b91db63f324f182bc0426ec79c74371636a535c068d9c4f17f6 Аллаҳ урҭ имыргәҟӡеит, дара рхала рхы дыргәаҟит. ab grammar-or-spelling
|
10 |
+
2f0548636bcbba7771f663bb8d1c3973fc3a7c05f78a5cfc16b2a0f313b7744f Амра зымбац акәҭаӷь еиԥш ишкәакәаӡа игылоуп. ab grammar-or-spelling
|
11 |
+
328958f5df8f0d705a5a2b7cbca84cf866025a48626d39535a31b1142129ed89 Аиашазы, ҳара ауаҩы иеицылаз цәыкәбарк далаҳхит, дԥаҳшәарц азгьы уи иаҳауа, ибо дҟаҳҵеит. ab grammar-or-spelling
|
12 |
+
36fd8d0bee32d8d1d8a053d720292116e27d67ebb3679de656999831cfeb8e34 Аллаҳ иҟалашагьы шәеиҳәашам. Амала иԥааимбарцәа руаӡык далихуеит иҟалаша уи ирдыруеит. ab grammar-or-spelling
|
13 |
+
251a3876aea346df1abfb56377f1f64ad58b837f02ce4cd46f92887d999882ce Аха ҳаршаҳаҭгақәа зегьы имцны ирыԥхьаӡеит, ҳаргьы, урҭ иҳараку, насгьы амч змаҵәҟьоу ишихәҭаз ала иақәаҳкит. ab difficult-pronounce
|
14 |
+
385afc66b20b6cc1edbccff5c723b00b2fa50df88ae96bb428473c63eaec9cdc Шәнамазқәеи, ҷыдалагьы абжьаратәи анамаз, иагмыжькәа ишәкы, гәык ала Аллаҳ иҿаԥхьа шәгыл. ab grammar-or-spelling
|
15 |
+
1bbbb321e09f7c46d9bdfd1649a52ac14062edfc2ae6afcc154209ebadf2a6c5 Шәанацәеи, шәҭыԥҳацәеи, шәаҳәшьцәеи, шәаб иаҳәшьцәеи, шәан лаҳәшьцәеи ԥҳәысс ргара шәзыҳарамуп. ab ?????????, ???????????, ???????????, ???? ??????????, ???? ?????????? ?????? ????? ???????????.
|
16 |
+
153d92dba83966dc6c274ee3dec6a92e6f62ce597faa82bcf216a6141cc4be0d Аллаҳ иргәаҟра, иаалырҟьаны, насгьы иаартыҵәҟьаны ишәзааир, игәымбылџьбаҩу жәларык рыда уаҳа иқәӡаараны иҟада? ab grammar-or-spelling
|
17 |
+
274a6164d915f3042ae1923c892e480759da7dc342315b3cb5ed07b0dcfd83aa Азхаҵаҩцәа ааныжьны азхамҵаҩцәа ҩызас ишьҭырхуеит. ab grammar-or-spelling
|
18 |
+
274a6164d915f3042ae1923c892e480759da7dc342315b3cb5ed07b0dcfd83aa Азхаҵаҩцәа ааныжьны азхамҵаҩцәа ҩызас ишьҭырхуеит. ab ?????????? ???????? ??????????? ??????? ???????????.
|
19 |
+
1f33b0c31c2f44aea6e888b2e9109b069ca670ee35349e2398b4238018c69569 Уара ашьхақәа рзы иуазҵаауеит. Сынцәа урҭ иццышәны иқәиҵашт ҳәа. ab ???? ???????? ??? ???????????. ???? ?????: "?????? ??? ???????? ????????".
|
20 |
+
35fe4fcb43eedde799459442c779a2403b34fc83c7e4e3731702b2d042a1e286 Иҵабыргыҵәҟьаны, ҳара ажәҩан аҟны еҵәаџьаа аԥҵаны, иахәаԥшуа рзы уи ҳарԥшӡеит. ab grammar-or-spelling
|
21 |
+
35fe4fcb43eedde799459442c779a2403b34fc83c7e4e3731702b2d042a1e286 Иҵабыргыҵәҟьаны, ҳара ажәҩан аҟны еҵәаџьаа аԥҵаны, иахәаԥшуа рзы уи ҳарԥшӡеит. ab ???????????????, ???? ?????? ???? ???????? ?????? ????????? ???, ?? ?????????.
|
22 |
+
212ef07ca79950c5a04ee36d13b692c3d3de2d235946fb14f073d45dec56f964 Ари Аҟәырҟан, уи ихы иҭиҳәааз мцуп, даҽа шьоукгьы абри аҟны иара ицхырааит. ab grammar-or-spelling
|
23 |
+
212ef07ca79950c5a04ee36d13b692c3d3de2d235946fb14f073d45dec56f964 Ари Аҟәырҟан, уи ихы иҭиҳәааз мцуп, даҽа шьоукгьы абри аҟны иара ицхырааит. ab ??? ????????, ?? ??? ???????? ????, ???? ???????? ???? ???? ???? ????????.
|
24 |
+
35527a992e3121c7517499022c889fc5e72440ba9a8f9be81ba391cdb56a62eb Ииашаҵәҟьаны, Аллаҳ, аӡәгьы ицхыраара иазрыцҳам, арҽхәаԥхьыӡқәагьы зыхәҭаҵәҟьоу иоуп. ab grammar-or-spelling
|
25 |
+
35527a992e3121c7517499022c889fc5e72440ba9a8f9be81ba391cdb56a62eb Ииашаҵәҟьаны, Аллаҳ, аӡәгьы ицхыраара иазрыцҳам, арҽхәаԥхьыӡқәагьы зыхәҭаҵәҟьоу иоуп. ab ????????????, ?????, ?????? ????????? ?????????, ???????????????? ???????????? ????.
|
26 |
+
25eb88bf60c4f7d7b4981ec9afaf2504838e4502c1d992afebe70fb0aa94e5ab Иеишьҭагылоу ртәарҭақәа рҿы инкыдиаалоит, насгьы урҭ гәырӷьаҽҳәашас ицқьашәқьоу ахатәҩызацәа раҭәаҳшьоит. ab grammar-or-spelling
|
27 |
+
25eb88bf60c4f7d7b4981ec9afaf2504838e4502c1d992afebe70fb0aa94e5ab Иеишьҭагылоу ртәарҭақәа рҿы инкыдиаалоит, насгьы урҭ гәырӷьаҽҳәашас ицқьашәқьоу ахатәҩызацәа раҭәаҳшьоит. ab ???????????? ?????????? ??? ????????????, ?????? ??? ?????????????? ??????????? ??????????? ???????????.
|
28 |
+
28e39a2ad9f9ebad85bb165ab83dac8925d94d483f55434092509199a0087a6e Ажәҩанқәа рҿы иҟоугьы, адгьыл аҟны иҟоугьы Аллаҳ ирҽхәаԥхьыӡ еиҭарҳәоит. Уи дҳаракӡоуп, аҟәыӷара иақәиҭу иоуп. ab grammar-or-spelling
|
29 |
+
28e39a2ad9f9ebad85bb165ab83dac8925d94d483f55434092509199a0087a6e Ажәҩанқәа рҿы иҟоугьы, адгьыл аҟны иҟоугьы Аллаҳ ирҽхәаԥхьыӡ еиҭарҳәоит. Уи дҳаракӡоуп, аҟәыӷара иақәиҭу иоуп. ab ????????? ??? ???????, ?????? ???? ??????? ????? ?????????? ??????????. ?? ??????????, ???????? ??????? ????.
|
30 |
+
183108bd813f091345120fc08086cf78dd28adf40bd6ea0e6c09298edc61895d Иимцуп ҳәаны дазхьамԥшыр еиҳа иеиӷьызма? ab grammar-or-spelling
|
31 |
+
183108bd813f091345120fc08086cf78dd28adf40bd6ea0e6c09298edc61895d Иимцуп ҳәаны дазхьамԥшыр еиҳа иеиӷьызма? ab ????? ????? ??????????? ???? ??????????
|
32 |
+
2ff5cd31a27df0a6f4c0fffb4170ea256e1490ae180853feaacdec372771a219 Рдин аҽаҩшарахь икылганы, хаз-хазы ицазгьы шәреиԥшымхан. ab grammar-or-spelling
|
33 |
+
2ff5cd31a27df0a6f4c0fffb4170ea256e1490ae180853feaacdec372771a219 Рдин аҽаҩшарахь икылганы, хаз-хазы ицазгьы шәреиԥшымхан. ab ???? ?????????? ????????, ???-???? ???? ????????????.
|
34 |
+
14925f16d58c75dc355f0cac0f504e0cf09919419af8e9ef75436242b6986a21 Уи злымшаз ауаҩы, Аллаҳ иҿаԥхьа, иаҭамзаара идикыларц азы, иааиԥмырҟьаӡакәа ҩымз есыҽны дычгароуп. ab grammar-or-spelling
|
35 |
+
14925f16d58c75dc355f0cac0f504e0cf09919419af8e9ef75436242b6986a21 Уи злымшаз ауаҩы, Аллаҳ иҿаԥхьа, иаҭамзаара идикыларц азы, иааиԥмырҟьаӡакәа ҩымз есыҽны дычгароуп. ab ?? ??????? ?????, ????? ???????, ?????????? ????????? ???, ???????????????? ???? ?????? ???????????.
|
36 |
+
3477c8f84b1ca855c0088b471ccc254db280702b07214483aae1af5237bd72b0 Машәырла иҟало ада, зхаҵаҩык даҽа зхаҵаҩык ишьра ҟалашьа змам ауп. ab grammar-or-spelling
|
37 |
+
3477c8f84b1ca855c0088b471ccc254db280702b07214483aae1af5237bd72b0 Машәырла иҟало ада, зхаҵаҩык даҽа зхаҵаҩык ишьра ҟалашьа змам ауп. ab ???????? ????? ???, ???????? ??? ???? ???????? ????? ??????? ???? ???.
|
38 |
+
21ecfc7990a39f0689efe94e6146d5a7b12bf652241302efb8722a9377e4cd66 Мамзаргьы, уи атәыла ауааԥсыра уахынла ишыцәаз, ҳгәаҟра дара ишырзымнеиуаз ала агәыӷра рымазма? ab grammar-or-spelling
|
39 |
+
21ecfc7990a39f0689efe94e6146d5a7b12bf652241302efb8722a9377e4cd66 Мамзаргьы, уи атәыла ауааԥсыра уахынла ишыцәаз, ҳгәаҟра дара ишырзымнеиуаз ала агәыӷра рымазма? ab ?????????, ?? ?????? ?????????, ??????? ??????? ??????? ???? ????????????? ??? ??????? ????????
|
40 |
+
006855aa502d0120eeb1ded04e35c606e9cb119aeeefc3e5e3a3d22cb0dee1f1 Ҳанцәа зегьы џьарак ҳаизигоит, насгьы иашарыла дҳақәыӡбоит. ab ???????? ??? ??????
|
41 |
+
098906468ada890c3019ee883ab24670f09e0d18e22e1de01010b9bdc1607cc9 Ҳәарада, абри аҟны кырзҵазкуа аҵатәхәқәа ыҟоуп, аха реиҳараҩык азхаҵаҩцәамхеит. ab ???????, ???? ???? ?????????? ?????????? ?????? ?????, ??? ?????????? ???????????????.
|
42 |
+
3bb6042a277f619f88186289faa06635d61ea81b38ae708c00cd72220e9a7df9 Ҳәарада, ҳарҭ уаанӡагьы иара имацара ҳаиҳәон. ab ???????, ???? ????????? ???? ??????? ????????.
|
43 |
+
24234a17f4ef478faeb748bda2528f979c111c2bf7a9de19b3bc9275c2834127 Уи Аллаҳ иоуп, иара ида Анцәа дыҟаӡам. ab ?? ????? ????, ???? ??? ???? ???????.
|
44 |
+
311df11b35a2fe29b9bd21f921a10e2cc4734697b16989d33395b3243cb68302 Ари гәаларшәароуп. Ҳәарада, Аллаҳ иҳәатәхамҵара зҽацәызыхьчаз рԥеиԥш бзиоуп. ab ??? ?????????????. ???????, ????? ??????? ???????? ????????????? ?????? ??????.
|
45 |
+
28fbfb35d3ed4204e0a305803a548d16b885a5b02525099d53b2f7a91e2e3e35 Уи амца харантәи ианырбарҭахалак, иара убри агәыԥжәареи агәрымреи аууыбжьгьы раҳауеит. ab grammar-or-spelling
|
46 |
+
3cc839370be8dc6e64c0010fdab9353ab3d8d95cdbc424b05d49bc9f08e66d8e Рыхәҭак шәрықәтәап, рыхәҭакгьы афатә рылышәхыԥҳәа арахәқәа шәзызшазгьы Аллаҳ иоуп. ab ??????? ??????????, ?????????? ????? ???????????? ???????? ??????????? ????? ????.
|
47 |
+
589cdf8db62a41bbeca846be2b18af488d17f4a5ecb7109bd77b7fbcc3c5dc24 Иаҳҭахызҭгьы, шәара шәхаҭыԥаны адгьылтәылаҿы аҳра зуыша амалықьцәа ҳшарын. ab ????????????, ????? ?????????? ????????????? ???? ????? ??????????? ??????.
|
48 |
+
4e4b52ab5c7a1cb6ba11918d2b1339bd8fd260b1fcd430407ced0afa89ec0bc3 Урҭ акаҷбеира шырҟазшьоу еиԥш, агьырҭ ауаагьы акаҷбеира рыдыргалоит. ab ??? ????????? ?????????? ????, ?????? ??????? ????????? ???????????.
|
49 |
+
539a07c27bea1bf82ea8aba8325ed39c35413065ba7d338b83cc17ec164017da Иара иҟынтә ҳамҭа дуала даԥылоит. ab ???? ?????? ????? ???? ????????.
|
50 |
+
3c6baa819cd1765693f104094f31353c09b203cfcb706d103b4cbb8095e8834d Асаара ишьҭаланы исымҵахырхәеи рзы сыҩны Қьааба цқьаны иныҟәыжәга,- ҳәа адҵа раҳҭеит. ab ?????? ????????? ????????????? ??? ????? ?????? ?????? ??????????,- ??? ???? ???????.
|
51 |
+
586efed99e16e4785f2708bd778425d89537a917717823262864ebd251ffa509 Урҭ рынцәа иажәаԥҟарақәа рҟынтә ирзнеиз зегьы, цасҳәагьы иазхьамԥшьит. ab ??? ?????? ????????????? ?????? ???????? ?????, ????????? ???????????.
|
52 |
+
3b71f0ee455675e32188a8a58046479bd22fdde74386efdaaec7a02250bf4ce0 Ҳарҭ амаалықьцәа иаарҭу аҵабырг азы илбааҳгоит, аха усҟангьы урҭ аҽҳәара рыҭахаӡом. ab ???? ??????????? ?????? ??????? ??? ??????????, ??? ???????? ??? ??????? ?????????.
|
53 |
+
55a12bc9ce66daa0de251d0890fd87a2a9bc644603d4c39f9b9fab97c0ce97dd Избанзар, ажәқәа зегьы ҳахьрыхәаԥшуа иеиԥшуп. Амала, Аллаҳ игәаԥхар ишԥаҳзымԥшаари? ab ????????, ??????? ????? ????????????? ???????. ?????, ????? ???????? ???????????????
|
54 |
+
5695ec5b24bcb8fcee715fd509999759ceb36b690a36f9078a5548db394af549 Ари аус ҳара иаҳзалозеи?- ҳәа рҳәо иалагеит. Убас раҳәа:- Аус зегьы Аллаҳ итәуп. ab ??? ??? ???? ????????????- ??? ???? ????????. ???? ?????:- ??? ????? ????? ?????.
|
55 |
+
450020bfef79192a92767c7f98036398d097988101195d6dded8febe2c8bff24 Нас, иаразнак џьанаҭтәи абӷьқәа рыла рыхтырақәа хырҩо иалагеит. ab ???, ???????? ????????? ???????? ???? ?????????? ????? ????????.
|
56 |
+
0610162d5aa0a13f7ce4b57b81f165f16ae364222f2dd536fd46f941a5b9b399 Урҭ рыҩаӡара, дара рышьҭахь иныхны иеибашыз раасҭа иҳаракуп. ab ??? ????????, ???? ???????? ?????? ????????? ?????? ????????.
|
57 |
+
5e0e641414d7caa01b0bbea96986532e54af6c5b1a1116882f8f2f950b136234 Уаргьы дара рхырхырҭа уацныҟәаӡом. Урҭ дара дара рхырхарҭақәагьы рыдыркылом. ab ?????? ???? ????????? ???????????. ??? ????-???? ??????????????? ??????????.
|
58 |
+
4426a1258259c5fb7cc42782d1759c009e71056a25638f5997acf5a24337a8af Игәыҭҟьагоу ахьырхәра ианақәшәалак:- Аллаҳ иаӡәра азхаҳҵеит, уи иваҳарҟәылақәазгьы мап рцәаҳкуеи,- рҳәоит. ab ??????????? ????????? ????????????:- ????? ?????? ?????????, ?? ?????????????????? ??? ??????????,- ??????.
|
59 |
+
4e28ccc38088876facf1f0a2f5fb512794bef7db731c84e5e76807afc5b2bde7 Иҵабыргыҵәҟьаны, Ҭора анаҩсгьы Зебур аҟынгьы анаҳҵахьан. Адгьылтәыла суаабзиақәа ирзынхоит ҳәа. ab ???????????????, ???? ???????? ????? ??????? ???????????. ??????????? ??????????? ????????? ???.
|
60 |
+
3cc839370be8dc6e64c0010fdab9353ab3d8d95cdbc424b05d49bc9f08e66d8e Рыхәҭак шәрықәтәап, рыхәҭакгьы афатә рылышәхыԥҳәа арахәқәа шәзызшазгьы Аллаҳ иоуп. ab ??????? ??????????, ?????????? ????? ???????????? ???????? ??????????? ????? ????.
|
61 |
+
51d42144c4619130f62cab170c2ad60e48ec0080652a98c81536417fc5e3e3db Аха аӷарцәа акыанрышәҭо, аргама иҟашәымҵар, шәара шәзы еиҳа еиӷьуп. ab ??? ??????? ??? ????????, ?????? ??????????, ????? ???? ???? ??????.
|
62 |
+
3bb6042a277f619f88186289faa06635d61ea81b38ae708c00cd72220e9a7df9 Ҳәарада, ҳарҭ уаанӡагьы иара имацара ҳаиҳәон. ab ???????, ???? ????????? ???? ??????? ????????.
|
63 |
+
617842ccf5b5844a1eb87f051e023fe7e7772e73cf44888e7a7f6406bff35e2c Абри Аҟәырҟангьы, ҳара илбааҳгаз абарақьаҭреи ахәарҭареи ирхыҵхырҭоу лабжьагоуп. Уажәы уи мап ацәышәкуама? ab ???? ???????????, ???? ????????? ???????????? ?????????? ??????????? ?????????. ????? ?? ??? ????????????
|
64 |
+
54fe352929a4befd311a4936c622f4c1e6d79b5204a745e1428bc17a41f02b8d Еиҳаракгьы рмапкра амшала, Аллаҳ урҭ рыгәы амҳәыр ааирхахьеит. ab ?????????? ??????? ??????, ????? ??? ???? ?????? ???????????.
|
65 |
+
15eeb0b9ed4a01c33d92cc135cbaf5235e310a9c89f473b2dfdc0b95a5382788 Уи адгьы ишәычҳа, ҳәарада, Аллаҳ акырзычҳауа дрыцуп. ab ?? ?????? ???????, ???????, ????? ??????????? ??????.
|
66 |
+
4efa9c337eeec79194f0bca2663c2d088b69e191321b26788d05699284f4b506 Уи амшалагьы игәыҭҟьагоу ҵысрак ааҟалан, зегьы рыдгьылқәа рҿы иеиԥхьытта, ицҟьаны ҵаҟа иҟаҳаит. ab ?? ????????? ??????????? ?????? ???????, ????? ?????????? ??? ??????????, ??????? ???? ???????.
|
67 |
+
546bfe2900f7328366f79ffc6abd2479186b9564a65f47e42f8b845895fb4357 Урҭ уаҟа иаарҭаху ирқәиҭуп. ab ??? ???? ???????? ?????????.
|
68 |
+
6293046e070ef67fee0a03888442647a085f7ebcf3659fcb83d2a7f0f90927df Рмамзаара ахьырҵәахуа амшала, урҭ иааигәаны иззымдыруа, ибеиоу џьыршьоит. ab ?????????? ??????????? ??????, ??? ????????? ??????????, ?????? ?????????.
|
69 |
+
64ecf88f298da455d6a9dc25646dfb20756702939b4e2ff086c1fe7708f30e2d Ҩ-мрагыларагки, ҩ-мраҭәашәараки ирынцәоу иара иоуп. ab ?-??????????? ?-????????????? ???????? ???? ????.
|
70 |
+
5f74f0adb986c969e9a630a6a0f8fffeb7ea75cf6dd68f9c42042c2a1b83c021 Мариам лԥеи, лареи анхарҭазы иахьманшәалаз, аӡыхьгьы ахьыҵыҵуаз, иахьыҳаракыз ҭыԥк аҟны инҳархеит. ab ?????? ???? ????? ????????? ??????????????, ???????? ??????????, ???????????? ???? ???? ?????????.
|
71 |
+
4da103a37aa2b4d7c692b9a1c302c4f26e01cffc9b4d3b33dd6599c708ed747b Убас иҟалеит, иеивагылоу ахәымпалқәа ҩба ирыбжьоу аасҭагьы дизаигәахеит. ab ???? ???????, ????????? ??????????? ??? ???????? ???????? ?????????????.
|
72 |
+
250ffad3f7e14dc29397b7a1bad1350318d1e93c84d772d9a65ceca51bf7a469 Имаҵаԥацәа, иапостолцәа. ҳара ҳауп Аллаҳ имҩаҿы уцхырааҩцәа. ab ??????????, ??????????? ???? ???? ????? ?????? ???????????.
|
73 |
+
3c6baa819cd1765693f104094f31353c09b203cfcb706d103b4cbb8095e8834d Асаара ишьҭаланы исымҵахырхәеи рзы сыҩны Қьааба цқьаны иныҟәыжәга,- ҳәа адҵа раҳҭеит. ab ?????? ????????? ???????????? ??? ????? ?????? ?????? ??????????,- ??? ???? ???????.
|
74 |
+
4da103a37aa2b4d7c692b9a1c302c4f26e01cffc9b4d3b33dd6599c708ed747b Убас иҟалеит, иеивагылоу ахәымпалқәа ҩба ирыбжьоу аасҭагьы дизаигәахеит. ab ???? ???????, ?????????? ??????????? ??? ???????? ???????? ?????????????.
|
75 |
+
539a07c27bea1bf82ea8aba8325ed39c35413065ba7d338b83cc17ec164017da Иара иҟынтә ҳамҭа дуала даԥылоит. ab ???? ?????? ????? ???? ????????.
|
76 |
+
1cdbb579f7781937502bf478369df19b34d2ec8889d7060725ba9e3435e765a3 Дабанзаалак мап зкыз, имапкра иара иҿагылоит. ab ???????????? ??? ????, ??????? ???? ?????????.
|
77 |
+
659be7e9328fd2b4c0d861d07269f54476a249e97685c898fcd8a361db5c6eff Ҳанцәа! Ҳара, ҳацәгьара ҳиааит, имҩахҟьаз ауаа ҳреиуахеит,- дара рҳәоит. ab ??????! ????, ????????? ??????, ????????? ???? ??????????,- ???? ???????.
|
78 |
+
630f4a57245115b2a4a8c10bfb4e65696e27c319653c8e9cf9f9dcda9dfed8bc Аллаҳ ишахәҭоу издыруа иоуп, аӡбареи аҟәыӷареи иақәиҭу иоуп. ab ????? ???????? ?????? ????, ??????? ????????? ??????? ????.
|
79 |
+
6981e30b8933d7147e26bc8de427421ba6e1e50b898afe9a377abe9e4e4626a5 Ҳәарада, ҳарҭ зегьы ҳанцәа ишҟа ҳгьажьуеит ҳәа раҳҳәеит. ab ???????, ???? ????? ?????? ???? ?????????? ??? ????????.
|
80 |
+
6731283574c41c610877c4f108f017a18358af09c95b4acf4d44991cacb2dd27 Ишәаҭеишьо аразҟы ааникылар, уаҳа ишәызҭа��а дыҟоума? Мап! Урҭ ахырҟьареи амҩахҟьареи рҽадцаланы иҟоу роуп. ab ??????????? ?????? ?????????, ???? ????????? ???????? ???! ??? ?????????? ??????????? ?????????? ???? ????.
|
81 |
+
3c6baa819cd1765693f104094f31353c09b203cfcb706d103b4cbb8095e8834d Асаара ишьҭаланы исымҵахырхәеи рзы сыҩны Қьааба цқьаны иныҟәыжәга,- ҳәа адҵа раҳҭеит. ab ?????? ????????? ????????????? ??? ????? ?????? ?????? ??????????,- ??? ???? ???????.
|
82 |
+
3b71f0ee455675e32188a8a58046479bd22fdde74386efdaaec7a02250bf4ce0 Ҳарҭ амаалықьцәа иаарҭу аҵабырг азы илбааҳгоит, аха усҟангьы урҭ аҽҳәара рыҭахаӡом. ab ???? ??????????? ?????? ??????? ??? ??????????, ??? ???????? ??? ??????? ?????????.
|
83 |
+
47a1ec525d3a7d8ce4e9e096b7bc71fc5ff833cb350c45891b8b65e431fb792a Ашьҭахьгьы, хымԥада. шәарҭ шәыԥсраны шәыҟоуп. ab ??????????, ???????, ????? ????????? ???????.
|
84 |
+
3cc839370be8dc6e64c0010fdab9353ab3d8d95cdbc424b05d49bc9f08e66d8e Рыхәҭак шәрықәтәап, рыхәҭакгьы афатә рылышәхыԥҳәа арахәқәа шәзызшазгьы Аллаҳ иоуп. ab ??????? ??????????, ?????????? ????? ????????? ??? ???????? ??????????? ????? ????.
|
85 |
+
4e28ccc38088876facf1f0a2f5fb512794bef7db731c84e5e76807afc5b2bde7 Иҵабыргыҵәҟьаны, Ҭора анаҩсгьы Зебур аҟынгьы анаҳҵахьан. Адгьылтәыла суаабзиақәа ирзынхоит ҳәа. ab different-language
|
86 |
+
55c37772e8aba6ea69b5af446de22773deb214351309b2ab9b9fa49760d0bd1b Дара рганахьала иарбанзалак акагьы адкылашьа амаӡам. ab ???? ?????????? ???????????? ?????? ????????? ??????.
|
87 |
+
1d5f74d34324e627cad4fb76a295fc7cdee7cf3033ece62f5a400b291b6bc4ac Ҩмшынк, дара-дара еиԥшӡам, еиҟараӡам, акы хаауп, агьама бзиоуп. Агьи акәзар, аџьыка алоуп, иашоуп. ab ??????, ????-???? ???????, ?????????, ??? ?????, ?????? ??????. ???? ??????, ?????? ?????, ??????.
|
88 |
+
38abd57ccbee310ff27aaa10ead1a4cc263d2e4d54708d46c06ec46f09c78392 Иԥсыз, ахәыҷы диманы, иани иабигьы ԥсҭынхаҩцәас иҟазар, усҟан ан илыхәҭоу хԥа рҟынтә хәҭак ауп. ab ?????, ?????? ??????, ???? ?????? ???????????? ??????, ????? ?? ???????? ??? ?????? ????? ???.
|
89 |
+
70ff3ba88ffe044190458b0ade2ce45fa68ecb655ad03da2666d573fa9d12d2f Урҭ рхыхь, иҵаӷоу, насгьы ижәпоу абырфын иаҵәа иалху ашәҵатәқәа ршәыуп. ab ??? ?????, ??????, ?????? ?????? ??????? ????? ????? ?????????? ?????.
|
90 |
+
65da2b9d2e4a7807adfe6511cce9ee67e9f8c9eb738993866015a8b2a9d3169d Рхы иадырхәақзоз акагьы џьаргьы ирыхәаӡом. ab ??? ???????????? ?????? ??????? ?????????.
|
91 |
+
5be146f038e6975e2bbe432536764a1db90c9550c295fad6e8e5076fc0585285 Ҟалашьа амоума? Уи ари аҩыза зынӡаск иуызидкылом. ab ??????? ??????? ?? ??? ????? ??????? ??????????.
|
92 |
+
69fc941b1652f75c0712b24ebcb617b81619a52dc3e774aefa14f7b79575d94b Ари, ҳара ҳгәыҳалалратә цхырароуп, иуҭаххар унапаҿы икы, иуҭаххаргьы уамеигӡакәа ауаа ирызша. ab ???, ???? ????????????? ??????????, ???????? ??????? ???, ??????????? ??????????? ???? ??????.
|
93 |
+
6981e30b8933d7147e26bc8de427421ba6e1e50b898afe9a377abe9e4e4626a5 Ҳәарада, ҳарҭ зегьы ҳанцәа ишҟа ҳгьажьуеит ҳәа раҳҳәеит. ab ???????, ???? ????? ?????? ???? ?????????? ??? ????????.
|
94 |
+
6de26697c5c898d493eb84548b133586fada534bb68fa92f58affe238b04be94 Зегьдарароуп ажәа умакра рҭаххар, абас раҳәа:- Ижәуа-иҟашәҵо зегьы, Аллаҳ ибзиаӡаны идыруеит,- ҳәа. ab ???? ???? ???? ???? ?????? ???????, ???? ?????:- ?????-??????? ?????, ????? ????????? ????????,- ???.
|
95 |
+
5626189d184ec73933fe918c420963e0ef0a527be58b7b49b7bc4a26254e99f3 Аллаҳ шәыбжьара шьоукы еиҳаны изаҭәеишьақәо рзы ҳаргьы иҳауындаз ҳәа шәҟамлан. ab ????? ????????? ?????? ?????? ????????????? ??? ?????? ???????? ??? ????????.
|
96 |
+
4bc65e7944f4352ab3e60870256b3bd3e34869b89ddfa49fac551b377183020b Избанзар, агәаҟра рыхьӡеит. Ииашаҵәҟьаны, абри аҟны кырӡа аҵатәхәы ыҟоуп, аха реиҳараҩык иазхаҵҩцәамхеит. ab ????????, ??????? ????????. ????????????, ???? ???? ????? ???????? ?????, ??? ?????????? ????????????????.
|
97 |
+
45dcb08df408b038d27e98e9dc8735d0dbcbd00602204e6dbe9c6297990f26c1 Агьырҭ ракәзар, иазхамҵаҩцәан урҭ иахьрыхәаԥшуаз дара раасҭа ҩынтә иеиҳазшәа ирбон. ab ?????? ???????, ????????????? ??? ?????????????? ???? ?????? ????? ????????? ????.
|
98 |
+
4785eb9758fd7946e1041af36bf850cd606cadf656087bac2961c18bf4d8d60c Шәыҳәса рахьтә ҟьышьырак, мамзаргьы калҭшьҭаныҟәарак ҟазҵаз рзы ирҿашәыргылаша ԥшьҩык ашаҳаҭцәа шәрыԥхьа. ab ??????? ?????? ?????????, ????????? ???????????????? ?????? ??? ?????????????? ?????? ????????? ????????.
|
99 |
+
699d80fbcad68b5117f288b29f1bdabb64fc6d355f55b4ad1acf4f30c27940b0 Здырра ҵаулоугьы. Ҳара иазхаҳҵеит, зегьы ҳазшаз иҟынтә ауп,- рҳәоит. ab grammar-or-spelling
|
100 |
+
699d80fbcad68b5117f288b29f1bdabb64fc6d355f55b4ad1acf4f30c27940b0 Здырра ҵаулоугьы. Ҳара иазхаҳҵеит, зегьы ҳазшаз иҟынтә ауп,- рҳәоит. ab different-language
|
101 |
+
5e9defc57d35ddc3d0ba1d2cc235b07763ba81545de2ca9cd4945660329b44c4 Аллаҳ, урҭ иӷәӷәаӡоу гәаҟрак рызирыхиахьеит. Урҭ изҿқәоу шаҟа ицәгьоузеи! ab ?????, ??? ????????? ??????? ?????????????. ??? ??????? ???? ??????????!
|
102 |
+
767bdc73d99d8cb04c36afd4da4119e335d4e6c1a611bc8c91b4dc3b43f1298e Нагьы рҭагылазаашьа унахәаԥш, ҳаԥхьаҟа рхаҭақәагьы ирбашт изықәшәаша! ab ?????? ????????????? ????????, ???????? ??????????? ?????? ??????????!
|
103 |
+
7b241d48032060a65b2462f78e9ec6ce1f4bca795bcde12239da9eed97899626 Шәарҭ абас шәыҟоуп! Иаҳҳәап, маҷк ишәдыруаз аҟны еимашәкит. ab ????? ???? ???????! ???????, ???? ????????? ???? ?????????.
|
104 |
+
539a07c27bea1bf82ea8aba8325ed39c35413065ba7d338b83cc17ec164017da Иара иҟынтә ҳамҭа дуала даԥылоит. ab ???? ?????? ????? ???? ????????.
|
105 |
+
4efa9c337eeec79194f0bca2663c2d088b69e191321b26788d05699284f4b506 Уи амшалагьы игәыҭҟьагоу ҵысрак ааҟалан, зегьы рыдгьылқәа рҿы иеиԥхьытта, ицҟьаны ҵаҟа иҟаҳаит. ab ?? ????????? ??????????? ?????? ???????, ????? ?????????? ??? ??????????, ??????? ???? ???????.
|
106 |
+
5177d4b7e307533888ee60a8ab8c6ddc733201b1851c6d3f0d97ae11b365c671 Ари иҵабыргыҵәҟьаны адырра рацәа змоу лаԥшхырԥаҩык иоуп:- рҳәеит Фараон иуаажәлар раԥхьагылаҩцәа. ab ??? ??????????????? ?????? ????? ???? ???????????? ????,- ?????? ?????? ????????? ??????????????.
|
107 |
+
74d51bd77a8c5802c5710bc74ed9211a85184c44c086de48ec80cc75323f194d Наунагӡагьы уи еидара ишаҵоу иаанхоит. Акаамеҭ амш аҽны дара рзы шаҟа иеидара бааԥсузеи ари! ab ??????????? ?? ?????? ?????? ????????. ??????? ??? ???? ???? ??? ???? ??????? ????????? ???!
|
108 |
+
0610162d5aa0a13f7ce4b57b81f165f16ae364222f2dd536fd46f941a5b9b399 Урҭ рыҩаӡара, дара рышьҭахь иныхны иеибашыз раасҭа иҳаракуп. ab ??? ????????, ???? ???????? ?????? ????????? ?????? ????????.
|
109 |
+
66e1d2070f86403643e52cf5e2148a6cc814a3c024b0df1aec278e5ede8c0ad4 Аллаҳ, иазхаҵаҩцәаханы аус бзиақәа назыгӡо ирызкны:- Урҭ анажьреи аҳамҭа дуӡӡеи рзыԥшуп,- ҳәа ажәа иҭихьеит. ab ?????, ??????????????? ??? ??????? ??????? ???????,- ??? ???????? ?????? ?????? ???????,- ??? ???? ????????.
|
110 |
+
3cac889a8d8c8d41ec0d5c3e0446371f8dfc1231e2009abdc840ea4222be3468 Ҳәарада, Аллаҳ дазхаҵаны, ацәгьара зҽацәызыхьчаз ауаа рзы нарцәытәи аҳамҭа зегьы иреиӷуп. ab ???????, ????? ?????????, ???????? ????????????? ???? ??? ????????? ?????? ????? ????????.
|
111 |
+
3c6baa819cd1765693f104094f31353c09b203cfcb706d103b4cbb8095e8834d Асаара ишьҭаланы исымҵахырхәеи рзы сыҩны Қьааба цқьаны иныҟәыжәга,- ҳәа адҵа раҳҭеит. ab ?????? ????????? ???????????? ??? ????? ?????? ?????? ??????????,- ??? ???? ???????.
|
112 |
+
55c37772e8aba6ea69b5af446de22773deb214351309b2ab9b9fa49760d0bd1b Дара рганахьала иарбанзалак акагьы адкылашьа амаӡам. ab ???? ?????????? ???????????? ?????? ????????? ??????.
|
113 |
+
5cb19ed12b9a4f46da8fe1d86044205d768a741933b6125ca2df32269a8f37e4 Уи, азхаҵаҩцәа рзы ицқьашәқьоу лашарак ишахыҵхырҭоу еиԥш, игьгәырӷьаҽҳәашоуп. ab ??, ?????????? ??? ??????????? ??????? ???????????? ????, ???????????????????.
|
114 |
+
7b18397040f5131d91c012eb03eeab16ab194a88bcef3be8c62bb907738bdc0a Уа ашәҟәыуаа! Избан аиашеи ирҩашьоуи зеилашәҵо, насгьы ишыжәдыруагьы аҵабырг зышәҵәахуа? ab ??, ?????????! ????? ?????? ????????? ?????????, ?????? ????????????? ??????? ???????????
|
115 |
+
66e9b91a99e1300abf334b447fd058337d526b76723fb2ac1bfdce9acd3be3f7 Иҳәа. Ашамҭа аԥызҵаз Анцәа сыҽимҵаскуеит. ab ????, ?????? ??????? ????? ?????????????.
|
116 |
+
7496c8cf04a2871f6aefbbc70a21963a957561fcb7259f1e93a6cdd3b37f6368 Аллаҳ иҳәатәхамҵара зҽацәызыхьчаз ракәзар, џьанаҭ баҳчақеи, аӡыхьқәеи дара ирзыԥшуп. ab ????? ????????????? ????????????? ???????, ?????? ?????????, ????????? ???? ????????.
|
117 |
+
6b2d96679c240ddf0d5c249038cdb2f4ff1c048c6dc375def35fa374dd52bb38 Ачҳара акәзар, шәара шәзы реиҳа иеиӷьуп. Аллаҳ кырӡа иуаназыжьуеи узыхьчо иоуп. ab ?????? ??????, ????? ???? ????? ???????. ????? ????? ???????????? ???????? ????.
|
118 |
+
8160a753b0490cc5337b2ac974d5408e30938127c0b4c7ab8033a8113e5e909a Аллаҳ, аҩсҭаа абри аҩыза аус, зыгәықәа чмазаҩханы, згәаҵәақәа жәпахаз ауаа ԥишәарц азы иирҟаҵоит. ab ?????, ?????? ???? ????? ???, ??????? ??????????, ?????????? ??????? ???? ??????? ??? ?????????.
|
119 |
+
515dd26a7c4722a6fc81129f3fa5b0c60ca6277070e8f32e92baa676f906d20d Уа сынцәа! Ус еиԥш иуҭаххандаз даргьы саргьы уаанӡагьы ҳақәухуан. ab ??, ??????! ?? ???? ??????????? ?????? ?????? ????????? ?????????.
|
120 |
+
763f4ffcfd487cb0e9458eb70063fdb1565de631a77e1b85c47a5dc6b76ff1a8 Иареи азхаҵаҩцәеи аӡиас ианыр. Иахьа Џьалути уи ируааи ҳамч рықәхом,- рҳәеит. ab ????? ??????????? ????? ?????, ????? ??????? ?? ?????? ???? ???????,- ??????.
|
121 |
+
837b282b4630b9d180bbe510dad093469a43ad2519111b652e84a7964c30ac97 Насгьы шәара шәара шәеинаало хаҵеи ԥҳәыси шәакәны шәҟаиҵеит. ab ?????? ?????-????? ????????? ????? ?????? ??????? ?????????.
|
122 |
+
|
123 |
+
62a19888d92ca22e540b2a288503cbaa6d6c353f09dab5608108f53db1c62ada Уа, Ныҳә ицны ӷбала ииаҳгақәаз рхылҵышҭра! Ижәдыруазааит, Ныҳә кырӡа иҭабуп зҳәоз уаҩԥсык шиакәын. ab ??, ???? ???? ????? ?????????? ??????????! ?????????????, ???? ????? ?????? ????? ??????? ???????.
|
124 |
+
713c3539b48caf7c72dd1dbedcf4e2498932ad26e7e074e5a702f53ad71964bf Азхамҵарахь шәымҩахҟьаны ишәаҭәашьоу пату шәзақәымҵар, ижәдыруазааит. Аллаҳ кырӡа анажьра злоу иоуп, илԥхагьы даараӡа иҭбаауп. ab ??????????? ???????????? ??????????? ???? ???????????, ?????????????, ????? ????? ??????? ???? ????, ???????? ??????? ???????.
|
125 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab offensive-language
|
126 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab grammar-or-spelling
|
127 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab different-language
|
128 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab difficult-pronunciation
|
129 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab comment
|
130 |
+
024391f8bb8d8404c2fc709b641906931358d7454ee7c38015e100bde59ef173 Амшын ҭынчын, ҵҩа змамыз ажәҩашқәа хыгьежьылон. ab grammar-or-spelling
|
131 |
+
05160828399443094f0c640e0411a5c5bb8b1e8ee9c0d7c515d941fdc804b052 Акәымзар, ари аулица дахьану, зҿырҟьара злымҳақәа иахшьны иааибаз аӡәы дааигар уабацои? ab different-language
|
132 |
+
025f7401efba2de28c3b5a8b479c1c182cab43242644965af92d003aa6e6377e Акреслақәа ҳнарықәтәеит. ab different-language
|
133 |
+
05d719675f3314ec9c3f9b8176619ed87e1e93392ae098fe087e5e795a61ccdf Саид икәа аԥхӡы лҭашит, дагьаазазеит. ab different-language
|
134 |
+
051383502cfdcd3bac45fabe2822266e2e430fa6f521ff4f7e47360477289a61 Ҳааҭагылт ааигәа сигәа иҟамлацыз атрагедиа. ab different-language
|
135 |
+
041c9d96287536a82b9ed4ee1d10161207099572f5b1ce9188b50507f6fd14d9 Иузааимырбуашәа сыҟоуп арҭ ахҭысқәа. ab different-language
|
136 |
+
05a0e4e3b9d85fffb153dad60458fc57dc284f3a0a8bf125ad2cdfc7b95ba7ca Иажәеинраалақәа рыԥхьара даҿын апеременақәа раан ҳакласс аҿтәи ҳпоет. ab different-language
|
137 |
+
025f7401efba2de28c3b5a8b479c1c182cab43242644965af92d003aa6e6377e Акреслақәа ҳнарықәтәеит. ab different-language
|
138 |
+
06d2398ff11ebdff506a02c3dd2fa7010b55efc05b9b19093a58dc0ce26253f9 Ьмахьчак, ҭаҳмадак дсыцныҟәеит. ab grammar-or-spelling
|
139 |
+
06feec60d987e0d5c9f3dd665bf7564f11c20895a563559854f52e92fe1b1ba9 Издыруада абри ашампан ҩы хаҳаҭыр еиҳа ибзеиӷьзар, гьамала бнаҿыхәозар? ab grammar-or-spelling
|
140 |
+
0641660a7caeb9a13e05f884f51d0935975ba0e0620d27c031938fbc5d906da2 Ԥшь-стихк инарыхганы аҩра ҟалауам ҳәа аҳәара. ab different-language
|
141 |
+
0490e6deab00cb122a33f9113eb870c9d31ff364c28b641111a60a66a7f0d72c Кәты ҿырҳасрак иҟамыз амш шә-уск аларгӡон апартизанцәа. ab different-language
|
142 |
+
05f61f403cbc27b36c3cc923be11ab774ce3d36de6f83cb9c49924a9ab1270d0 Аха��а ауаҩы акыр иарҳәома, аџьшьара ирҭоите. ab ????? ???????????? ???????.
|
143 |
+
0738977316edd46f3469f204875a09f44e9d898103aa7e61e8a004748c94a106 Лихардовгьы зҵаарак еиҭанбжьаиршәит. ab ?????? ??????? ??????!
|
144 |
+
05361e9731b082e503a91040b014f8368b99acefcc953089e4fa67846d4a87a3 Ҳаи, аԥсыхәа ургагьы, аҭоубар улырхыр акәын иуқәнагаз, арахь џьоукы уԥсы ҿырхит акәымзар. ab grammar-or-spelling
|
145 |
+
059b88434973676a532d0b4910c60f263dc2749c44efbb539fe4ca91447fb22e Аҳәарашәа, ишыҟанаҵалацыз еиларқьақьа аҟәардә аԥшьшьапык иаарыбжьатәеит. ab grammar-or-spelling
|
146 |
+
0578c715285b7d0cfafcbf96e4e591b13ed538f94ed69176b2df5d614cc40c8d Шәагаала қьаҿқәак, аха иахьынӡаҟаз ишәыгә-шәыгәӡа еинаалаӡақәак ракәын. ab grammar-or-spelling
|
147 |
+
06479fe466f5081ba32370e3ede7ee8dee04fb8a20e973f0ea5b8ca8b79c8497 Иҭабоит, амра аҵкьыс ари акәараҷҷа рыцҳа заиааихо иҟоума. ab "????????" "?????????" ??? ???????? ??????.
|
148 |
+
07690518f05a9251a18c5d50dc55a961b63a9af55cb7632afa40753ff1177e76 Ажәҩан, зны акеиҳазшәа арӷьарахь иаақәацеит, нас иааҭгылан армарахь игьежьуа аҿынанахеит. ab grammar-or-spelling
|
149 |
+
05a0e4e3b9d85fffb153dad60458fc57dc284f3a0a8bf125ad2cdfc7b95ba7ca Иажәеинраалақәа рыԥхьара даҿын апеременақәа раан ҳакласс аҿтәи ҳпоет. ab different-language
|
150 |
+
05160828399443094f0c640e0411a5c5bb8b1e8ee9c0d7c515d941fdc804b052 Акәымзар, ари аулица дахьану, зҿырҟьара злымҳақәа иахшьны иааибаз аӡәы дааигар уабацои? ab ??? ???? "????????" ???????.
|
151 |
+
???????? ?? ????? ?????????.
|
152 |
+
0726e23f1074d9d555e542cfc9eb4fa5e933695c97fa4d512c89e0d9e1cb5b17 Уаха ателефон сизасроуп, сызкәыхшоу саҳәшьаԥа. ab different-language
|
153 |
+
0745f364803c6749c1b9e04243a2766be9f85dff6b374adf024f18189d220740 Амра цаӡомызт илхылымԥшкәа. ab grammar-or-spelling
|
154 |
+
06eec17852177eb60a3b739f59b1af25edeb5c76d8b566b0ea706ca61556104c Аниҳәа, сгәырӷьаҵәа иҽуардын сҩантәалеит, иаргьы ахәда дҩықәтәан, аҩныҟа ҳҿыҩаҳхеит. ab ????? ?? ?????????.
|
155 |
+
07eb2642108c02a5dd5ee11f569128d68c9e83857dee52c3972842aaeef996be Анырҳәоз, ахьымӡӷ угеит акәын иаанагоз, убриаҟара аҳаҭыр лаҟәын уи аԥстәы. ab ?? ????? ??????????.
|
156 |
+
069caf8fccd24eb0a57932d9784072d8fbddd60009d30dd49eba216ddf9269d8 Дегьызеиӷьым ахаҵа, дуаҩыбжаны адәы дықәзырхада? ab grammar-or-spelling
|
157 |
+
0aa7987516eda3fd47aca4819fee85999057080ef56796c751f8e7bc2d08aada Ажәа сылҭеит маи мза нҵәаанӡа аиҭагара далгарц. ab different-language
|
158 |
+
0b1cfe8d14774aca128f71483003460efba67ec8931caeb6f44060d4c4f8a61a Жәаха уахык ҷкәынцәақәак рҭан, аҭыԥҳа лразҟ азы цәажәарақәакгьы рымоуп ҳәа сыҟоуп. ab grammar-or-spelling
|
159 |
+
0adba14a7b79d3af4e8879362a7f8e5c1418af97411c27910b9589efb20898d5 Ашьа илашәоит. ab grammar-or-spelling
|
160 |
+
0abcfbee56ed56606ab5a439209bfdcbffef7e49129718f8c145893cf635bd4b Иҭыԥаҿы дгылеит, иара дызҭахымыз, иусқәа еилазырҩынтуаз даҽаӡәы! ab grammar-or-spelling
|
161 |
+
072ce4981afc33ee6dd8017687b89c6bd21d7323c8afca4819a8386827141630 Аарҩара иқәнакыз амхурсҭақәа иреиԥшны, ицәыббыл-цәыббылӡа ԥсҭҳәақәак аҵан ажәҩангьы. ab grammar-or-spelling
|
162 |
+
0b7c7a1b5d1b8bdb02c3f7656be8e82b8a2e7177bda2480c6fd3a7625ee3fe74 Иара имҩа дықәлеит, дфицарын, аурыс ры дрылан. ab grammar-or-spelling
|
163 |
+
0c3e0af41574adf95abe900dff1041a9652c9cecc8b31d8f952e87cf386f3feb Апрказ суҭоит? ab grammar-or-spelling
|
164 |
+
0de5be8fa2637e76ddf64f21cd4a9ab89a4a637a5ff837e6cf94caeaaf7180d3 Дышьҭысхырц салагеит, аха сымч анымха, снапқәа шлыкәыршаз. ab grammar-or-spelling
|
165 |
+
107a67b161bca53a0b73a6e79916f5e980a5416d4c70dfe1d38471e6fc7fd011 Аимхәыцқәа зхьынҳалоу абызкаҭаҳа каҭагьы, иарбан нап ҟазоу усҟак еинрааланы изԥара! ab grammar-or-spelling
|
166 |
+
1053d4269206fe81f5e2560950c84c656b6182a9f772b4299ff9765501de37bc Нас дҩаҵҟьан, инапқәагьы ишьапқәагьы мҩанҵауа, аҭаалым ҟаҵара далагеит. ab grammar-or-spelling
|
167 |
+
0bf55665c1e464606a6171674b84e0c3bf6cf41cdb6f20206f3ee9565f631a63 Абарҭ зегьы еилкааны иҳарҳәауеит. ab grammar-or-spelling
|
168 |
+
106899a8d71a30ba1480b354c46c639219b955e75a0b4a62683adea4ba09acc0 Аныбҳәа, сыччаԥшь ��аҳагьы исҵәахит. ab grammar-or-spelling
|
169 |
+
0edd1121b081d911a0cef1c6dd0b3f275de04b468913da44c651f6697f0ff438 Ақәа анырҭаху адаӷь шьны, агәышҵа аҩада ирханы ишьҭарҵоит ҳәа. ab different-language
|
170 |
+
0edd1121b081d911a0cef1c6dd0b3f275de04b468913da44c651f6697f0ff438 Ақәа анырҭаху адаӷь шьны, агәышҵа аҩада ирханы ишьҭарҵоит ҳәа. ab ???? ???????? ????? ????, ??????? ????? ?????? ?????????? ??? ??????.
|
171 |
+
104339cc54e73599c8a6261e988a5e9db24faadf6a0f6ebfca4836c673af24ed Уԥсадгьылаҿ усҟан. ab grammar-or-spelling
|
172 |
+
10a63517ca9ed0d4cf0e069b00b9a452d5af27b44d800588ada499ccfc919e8f Ԥшакгьы хьшәашәаӡа икәа-имаӷра инҭахәмарын, ихәыцрақәа даарылнахт. ab grammar-or-spelling
|
173 |
+
1116bc375d466419943e5e4bb352a3be403eaa68316d6b5e6fedd148afc3cb01 Аџыр дааҳадгылт. ab grammar-or-spelling
|
174 |
+
10412fcca4e50101232db3e365b588f0629f0412f41c431276810160ff44082a Игәеиҭон ихы нарыдкыла, уажәшьҭан зегьы анааимплак дзацәажәаша аӡәыр дысзыԥшаауазар ҳәа. ab grammar-or-spelling
|
175 |
+
111948dae5fb5f476a0dbf3a3b1ae05daaf113aaa8823cce5a7e3d1968337aa0 Иаақәгылалак иаҵыршьуан ажәларқәа рыиашьара арыӷәӷәара. ab grammar-or-spelling
|
176 |
+
0b0b2f686474add01f14c4b984fbbfcbaf9111561e096b130ead910fa8d227aa Иҭихуеит иашьашәалоу ашәарыцацәа, инаалаша абџьар, иауихашҭхуа ала маҵуарқәа! ab grammar-or-spelling
|
177 |
+
0bf0ff6af9adc329fd4c9b8147ce3678a2e2cc745950de24654e991f254ce7b7 Ҽакалашәа ицәажәоит, сыӡрыҩын. ab grammar-or-spelling
|
178 |
+
10afca320f0d1c13f03b33fcc9ec275c8aa771744cec02720815c63a5b9d857e Сара сахьахәаԥшуа дактили анапести аԥсуа жәеинраала ианалоит. ab grammar-or-spelling
|
179 |
+
1153766c66087e28b85ff7951127cec5d7885ed0dbe77244e2f8d4abb824fc6b Иаамҭазаргь иаамҭамзаргь дшәарыцоит. ab grammar-or-spelling
|
180 |
+
10c775c8d32352b7fed0e19dd379c10725798c7396e678979c6fa10d6572eb97 Аҟәа еиуеиԥшым ахәылԥазқәа рҿы, ма телехәаԥшрала иҩымҭақәа санрыԥхьалак. ab grammar-or-spelling
|
181 |
+
0ceb24aef400b1cd56963af09454f3377a3b4b84cfdb482365294d36d779484e Ари дымгылар ауп ҳәа, дгылар. ab grammar-or-spelling
|
182 |
+
0ee67aaba987704b410e728bbc55d19a5e69d88ad06fdcffef9d21084b0f6c51 Иабахәа, сан, хьаас иҟабымҵаша зыҟабҵозеи! ab grammar-or-spelling
|
183 |
+
10fd31f08a0a442db1aa736eba0e448c73322b7c8ae016706d75f592d799ee7e Сара дсашьоуп, смал. ab grammar-or-spelling
|
184 |
+
0ffaa5bfccd27bc3a347fbc5ab5c4137475ef80935cabd95797fcc7432e8353e Имаҷҩымызт акгьы ҟамлаӡазшәа сзырбарц зҭахыз аҷкәынцәа, аха иалҵуамызт. ab grammar-or-spelling
|
185 |
+
16134afef1ef62f6396a748a42dc33932fe3a9650a4c438142d86b0b718407b5 Ҷәқәоума, еибарыҩуа анаарақәа ирҿоу ҳара ҳажәқәа? ab grammar-or-spelling
|
186 |
+
1aa690d34efa176a4d47691f080a6922d52e8887695acebbab080f394c4d1640 Ганҭиади араион аҿы иналак-аалакны аиҿахысрақәа цоит. ab different-language
|
187 |
+
1b19649b13dd9adfdbc1fb1504e1492dd22d674cc62ac420850d7b22744f26eb Асовет информбиуро аҟнытә! ab different-language
|
188 |
+
1aebf0294e21c9130e45948cb68d70adc36c133a5fa60dc480d53b6ff22fb570 Уажәы аколхоз уалсцоит ҳәа зоуҳәаз, духыччоит. ab different-language
|
189 |
+
1b33f5c551b5a3690fbd2a81aac3679f1e50c9683730abadd319a7a0027fd859 Ҩынтәхынтә илахьшьны исҵәаӷәеит. ab grammar-or-spelling
|
190 |
+
1b856b8d859b9f3fcd8d2e1cfb6e0350d9bee994f3579a881f702f203fd63005 Лунин ҩ-ԥаҭликак арыжәтә аниба. ab grammar-or-spelling
|
191 |
+
1bc64b96a7cf87e59d580e75be9177485a0019cc923dce4c37039a8d474547ae Ашафиор иватәаз даахьаҳәын, сара даасыхәаԥшит. ab different-language
|
192 |
+
1c0a13bf2e3038277caf6357484749a5bca707cf44c727e05f0962289c6f039f Џьам ажәабжьуп ари иуасҳәо. ab grammar-or-spelling
|
193 |
+
1897b739cf2d90df44a3de15b9bf157736568291c2960ef57f8cb2d1fafe28cf Есааира аҿыц-цәа зхалоз аԥсабара лара лзыҳәа ажәытәра аҿаԥхьа игаган. ab grammar-or-spelling
|
194 |
+
1af6bed07e24948d864dc3dff996bcb60b8d29061bd31d74e895bfe4afea4c4c Убарҭ сзымдыруазҭг ьы, сара зынӡа сыҵацәон. ab grammar-or-spelling
|
195 |
+
1ac695f49ea497379f856f5290526301a9095f82905be1aa590d65d13b4db612 Аҟәарамҿ аалго далагеит ахьҭа рцәа ианҭанацала. ab grammar-or-spelling
|
196 |
+
25f0a32687441e7319c24a59d721f82d9596e38905c50e90a67d22f2173fdb67 Асовет мчреи, акоммунисттә партиеи, уи аԥызацәеи ирызку ажәеинраалақәа маҷымкәа. ab different-language
|
197 |
+
5548459ba6c92b4c7a23d4aca8e7d4eb1a8b89862888aad272230c0a5d03de65 жәба ab offensive-language
|
198 |
+
a4748c644166a8170e52c6a062db8ade5957127c41bad7ed66d0ffc40f84a1dc хәба ab offensive-language
|
199 |
+
f7777ef23857aa418780902ad657075f24feda54dbd4ad2775e1c8f797b4064c фба ab grammar-or-spelling
|
200 |
+
30d2c8f8ca0e20748adf4d7eefdd6cee10c68c2842c2f733db8c2354e24a1340 Уаҩы шьҭахак шуакәыз хутит ожәы! ab grammar-or-spelling
|
201 |
+
32ceeb600f3b28d13765b71c9e7839541f80f0e01feb8dbf97a847c23b0ad85e Кадыр, уаргьы амла уҽоумыргани, акгьы умҵам аха. ab difficult-pronounce
|
202 |
+
3b519e97ac2ce598d8761789063099395df3b26560d56a8a1d94d536df9b5189 Ацәгьамыцәгьа ҿаԥызҽуа асатирагьы есқьынагьы аҽарҿыцлар акәзар ҟалап, даҽа знеишьақәак. ab grammar-or-spelling
|
203 |
+
3ee42c0f089fd6e7a5b4c9625c38a3653c1809cd33449f9eb14ebb968a90f12f Ауаҩы ихала днымҳароуп. ab grammar-or-spelling
|
204 |
+
400f52c848255d8a140e566e4a9f638a3621fb36dc5ad8c9d85e6cddedf809a8 Ус дыҟан ҭаацәарала, насыԥла, зегьрыла дҭәы-дыԥҳа дахьынӡаҟаз. ab grammar-or-spelling
|
205 |
+
415cc488da6c2164d4ef090436d304583d6cc750c55a1b95914bcb60008da910 Бҭамлан, иаӷьуп, ихьшәашәоуп, бегьзыруам. ab grammar-or-spelling
|
206 |
+
3f83121921e74794730eedeacf35d348a272bed163094e74b826b058e1b6043e Уи азы аҿырԥштәқәа ааҳгар ауеит ажәлар рҿаԥыцтә поезиеи апоетцәа рҩымҭақәеи рахьынтә. ab offensive-language
|
207 |
+
49aa288c51b62e46f43beeddff4eedb7d9b93b9d168f10814275f3d6e5bdd494 Амрагьы иагаҩы аилаҳахьеит, аха узланеиуазеи иара ахьыҟоу? ab grammar-or-spelling
|
208 |
+
84c36b467b19afb607756a7a6edab111a889a487d26583eed3f47d2fcbca123a ԥшьба ab offensive-language
|
209 |
+
84c36b467b19afb607756a7a6edab111a889a487d26583eed3f47d2fcbca123a ԥшьба ab grammar-or-spelling
|
210 |
+
84c36b467b19afb607756a7a6edab111a889a487d26583eed3f47d2fcbca123a ԥшьба ab different-language
|
211 |
+
84c36b467b19afb607756a7a6edab111a889a487d26583eed3f47d2fcbca123a ԥшьба ab difficult-pronounce
|
212 |
+
6f16316fbbbcb16558337b16126243cb8ca4c6ebac617fa23b102579ca510fac Дхынҳәит ахәгьыаҿгьы сықәылмырԥшит ҳәа. ab grammar-or-spelling
|
213 |
+
842f659931167c2bfc3fbb41579d1212317409bd2f94623b3186587ee0b37fba Адабла исызшәа иҿы ҩеицаԥан, иавтомат ахы апогреб илҭакны инацәа ааҵаирӷәӷәеит. ab grammar-or-spelling
|
214 |
+
85a21fdb294a8176a31951790dc38f2a6115266c878c6fa310d4a03f23501bfd Ауаҩы иԥсы ҭанаҵы, изыхҟьозаалак, иалшоит акырынтә дыԥсыр, акырынтәгьы иԥсы еиҭаҭалахыр. ab grammar-or-spelling
|
215 |
+
802055a4a1d770aee55cec590105f4f323571674199beaec0978021ba0bce3b1 Чаӷьыр ахьынӡаҳацу акәзар ҟалап ауаҩы ҳәа ҳхы иазаҳҳәалар азин ахьынӡаҳамоу. ab grammar-or-spelling
|
216 |
+
7c664d136166633865d0f8dedae63e9a88a4b7d8c2085b23c78f45b388bd5299 Раԥхьа иккаӡа инашьҭыз апарк ишҭаларыз рхашҭны, атротуар агәҭаҵәҟьа иқәгылан. ab different-language
|
217 |
+
8826a6f38c603f936b4b747e781edf32379533bcca9c5093dd0a7590babcf263 Лшьапқәа лыҵнахт иааҩыз, дашьит. ab grammar-or-spelling
|
218 |
+
83d9a65212f7628d5aeff20dc1cffee6128ede2cbdb3331f32bc627a584e9dd0 Еснагь, ҿыц иӡәӡәоу амаҭәа афҩы хаа зхаз лкасала еилфаҷа иҵакыз лхахәы ҟәашӡа ишлахьан. ab grammar-or-spelling
|
219 |
+
88f60c7f3bf9e33ccabb1ae5d3ea1481f14158c84c3aeb4ff54b8db47ecc8f92 Аҽазны еиԥшымкәа иҵаан аказен шәы иалаз. ab grammar-or-spelling
|
220 |
+
87ae6b7e10cacdb66e2883e4e16d195d743dab400deb8d30685b42473d63f0df Дунеигьы дахысит, абар, уажә дуаҩхан. ab grammar-or-spelling
|
221 |
+
14b9a6e1bed033bc5c2e57b7d8ba2d67416c49d4d989dd1123bb5e90068395c4 ааба ab offensive-language
|
222 |
+
005834f23f0bc3ed3c2b1d0578b168bb6107eaecf214980669623bfd4998e092 Ашәҟәыҩҩы згәаӷ имоу, икалам зышҳаму, зцәа каӡа изхихуа даҽа уаауп. ab ????????? ????? ????, ?????? ???????, ???? ????? ??????? ???? ?????.
|
223 |
+
f42cde114363ea7b616dfbf5ac5029ea8973c5ef8e8eee6b6192da37385d999a быжьба ab offensive-language
|
224 |
+
2044f046bfbfc3ce587ad0f5ea51ac709cc869a6d65aeb12980685befe45bd9c мап ab offensive-language
|
225 |
+
cd8efdaabc4e35d684d2012587e9ea425932afcbb23e058e485a8959f18cacdb ҩба ab offensive-language
|
226 |
+
f42cde114363ea7b616dfbf5ac5029ea8973c5ef8e8eee6b6192da37385d999a быжьба ab offensive-language
|
transcript/ab/test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/train.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ab/unvalidated_sentences.tsv
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence_id sentence sentence_domain source
|
2 |
+
3302cec8e0552c2604047b9f5139daae8a9e0b717067789cf73ffcc50ba4b235 Сказы, дададзеныя тут, будуць уключаны ў агульнадаступны набор дадзеных пад ліцэнзіяй common voice
|
3 |
+
6a20f2a5c6d1f569ab62a05d54897d03767b26344b74f22d2501036c280a34d0 Абри ахҭыс хыҵхырҭаны иҟалеит аԥсуа ҩыра ацәырҵреи уи ашьақәгылареи рыҟны. https://ab.wikipedia.org/wiki/%D0%90%D4%A5%D1%81%D1%83%D0%B0_%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0
|
4 |
+
8dfccf2aa40855a7331522067bc814aee01e1497841761d7928d5240d84f1b59 Цытуйце з спасылкай альбо поўнай назвай твора. common voice
|
5 |
+
be44d83a061790c6a933fa5bd8aef71d9e8747e220b2e3ef8dbee2fe72dbe32e Як цытаваць? common voice
|
6 |
+
e8a5634453672a89dc02dec150ca44a970f62017eb2d8d9f98008d58992e18ac Амра ԥхоит! Простая речь
|
transcript/ab/validated.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39a5ab1de783127333d28a0ff25200c4f5498236ebc4ab57838f3ebbad236ea8
|
3 |
+
size 13864358
|
transcript/ab/validated_sentences.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fbefb0c0a5b9327bf7e6c18c50ac4a2719d8672b02eff1a0f997e7ec5d20e35
|
3 |
+
size 179040751
|
transcript/af/clip_durations.tsv
ADDED
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
clip duration[ms]
|
2 |
+
common_voice_af_39005463.mp3 1836
|
3 |
+
common_voice_af_39005361.mp3 1728
|
4 |
+
common_voice_af_39812029.mp3 7164
|
5 |
+
common_voice_af_39005351.mp3 1908
|
6 |
+
common_voice_af_39809232.mp3 4572
|
7 |
+
common_voice_af_39597148.mp3 6624
|
8 |
+
common_voice_af_39597208.mp3 8640
|
9 |
+
common_voice_af_38090281.mp3 3456
|
10 |
+
common_voice_af_39005439.mp3 1980
|
11 |
+
common_voice_af_38087464.mp3 4680
|
12 |
+
common_voice_af_39667405.mp3 4680
|
13 |
+
common_voice_af_39022905.mp3 3240
|
14 |
+
common_voice_af_39597143.mp3 5400
|
15 |
+
common_voice_af_39005441.mp3 1908
|
16 |
+
common_voice_af_38090555.mp3 8208
|
17 |
+
common_voice_af_39005404.mp3 1980
|
18 |
+
common_voice_af_39005437.mp3 1908
|
19 |
+
common_voice_af_39005410.mp3 2268
|
20 |
+
common_voice_af_39809501.mp3 5544
|
21 |
+
common_voice_af_39667406.mp3 8208
|
22 |
+
common_voice_af_38087097.mp3 8136
|
23 |
+
common_voice_af_39812039.mp3 3564
|
24 |
+
common_voice_af_39597122.mp3 6480
|
25 |
+
common_voice_af_39005359.mp3 1656
|
26 |
+
common_voice_af_38087485.mp3 9648
|
27 |
+
common_voice_af_39612842.mp3 3420
|
28 |
+
common_voice_af_39022881.mp3 3816
|
29 |
+
common_voice_af_39597045.mp3 5004
|
30 |
+
common_voice_af_39631225.mp3 10188
|
31 |
+
common_voice_af_39809235.mp3 9684
|
32 |
+
common_voice_af_38090277.mp3 7272
|
33 |
+
common_voice_af_39809234.mp3 7632
|
34 |
+
common_voice_af_39005395.mp3 2088
|
35 |
+
common_voice_af_39005415.mp3 2520
|
36 |
+
common_voice_af_39005375.mp3 1908
|
37 |
+
common_voice_af_40126771.mp3 6660
|
38 |
+
common_voice_af_39022808.mp3 5076
|
39 |
+
common_voice_af_39022759.mp3 4968
|
40 |
+
common_voice_af_39022827.mp3 4680
|
41 |
+
common_voice_af_38089137.mp3 10224
|
42 |
+
common_voice_af_38087484.mp3 4068
|
43 |
+
common_voice_af_39005389.mp3 2340
|
44 |
+
common_voice_af_39005358.mp3 1908
|
45 |
+
common_voice_af_39809467.mp3 8496
|
46 |
+
common_voice_af_39022862.mp3 6732
|
47 |
+
common_voice_af_39597069.mp3 3096
|
48 |
+
common_voice_af_39597176.mp3 8388
|
49 |
+
common_voice_af_38087493.mp3 5688
|
50 |
+
common_voice_af_39812008.mp3 4608
|
51 |
+
common_voice_af_39005372.mp3 1548
|
52 |
+
common_voice_af_39809479.mp3 5688
|
53 |
+
common_voice_af_38089505.mp3 4572
|
54 |
+
common_voice_af_39597119.mp3 6228
|
55 |
+
common_voice_af_39809499.mp3 4536
|
56 |
+
common_voice_af_39597093.mp3 7524
|
57 |
+
common_voice_af_39809393.mp3 7488
|
58 |
+
common_voice_af_39005481.mp3 2520
|
59 |
+
common_voice_af_38088783.mp3 7956
|
60 |
+
common_voice_af_39597046.mp3 7488
|
61 |
+
common_voice_af_39022813.mp3 5040
|
62 |
+
common_voice_af_39005407.mp3 2196
|
63 |
+
common_voice_af_39005364.mp3 1728
|
64 |
+
common_voice_af_40126764.mp3 2916
|
65 |
+
common_voice_af_38089147.mp3 8100
|
66 |
+
common_voice_af_38090313.mp3 4356
|
67 |
+
common_voice_af_38090278.mp3 8856
|
68 |
+
common_voice_af_39812005.mp3 3240
|
69 |
+
common_voice_af_38089138.mp3 2988
|
70 |
+
common_voice_af_39005409.mp3 2376
|
71 |
+
common_voice_af_39053391.mp3 1656
|
72 |
+
common_voice_af_38087445.mp3 9468
|
73 |
+
common_voice_af_39612841.mp3 3456
|
74 |
+
common_voice_af_38088753.mp3 8640
|
75 |
+
common_voice_af_39022869.mp3 6372
|
76 |
+
common_voice_af_39809236.mp3 4428
|
77 |
+
common_voice_af_39022847.mp3 6444
|
78 |
+
common_voice_af_39631222.mp3 4320
|
79 |
+
common_voice_af_40126778.mp3 6912
|
80 |
+
common_voice_af_39005462.mp3 1728
|
81 |
+
common_voice_af_39005464.mp3 1836
|
82 |
+
common_voice_af_39022861.mp3 6264
|
83 |
+
common_voice_af_39053430.mp3 1620
|
84 |
+
common_voice_af_39022767.mp3 3924
|
85 |
+
common_voice_af_38090553.mp3 7668
|
86 |
+
common_voice_af_39597047.mp3 6876
|
87 |
+
common_voice_af_39631309.mp3 9252
|
88 |
+
common_voice_af_40126780.mp3 4068
|
89 |
+
common_voice_af_39053440.mp3 1656
|
90 |
+
common_voice_af_39597144.mp3 3348
|
91 |
+
common_voice_af_39631308.mp3 9180
|
92 |
+
common_voice_af_39022800.mp3 6300
|
93 |
+
common_voice_af_38091466.mp3 2376
|
94 |
+
common_voice_af_39022766.mp3 3888
|
95 |
+
common_voice_af_39809466.mp3 6048
|
96 |
+
common_voice_af_39809373.mp3 3600
|
97 |
+
common_voice_af_39022898.mp3 2592
|
98 |
+
common_voice_af_40126786.mp3 3348
|
99 |
+
common_voice_af_39022769.mp3 5328
|
100 |
+
common_voice_af_39053426.mp3 1800
|
101 |
+
common_voice_af_39812028.mp3 7236
|
102 |
+
common_voice_af_38091962.mp3 3240
|
103 |
+
common_voice_af_39053427.mp3 1620
|
104 |
+
common_voice_af_39005374.mp3 1800
|
105 |
+
common_voice_af_39809374.mp3 7452
|
106 |
+
common_voice_af_38089143.mp3 10008
|
107 |
+
common_voice_af_38087495.mp3 8568
|
108 |
+
common_voice_af_39022836.mp3 4536
|
109 |
+
common_voice_af_40126781.mp3 6480
|
110 |
+
common_voice_af_40126765.mp3 3888
|
111 |
+
common_voice_af_38087096.mp3 9396
|
112 |
+
common_voice_af_39005402.mp3 1908
|
113 |
+
common_voice_af_40126779.mp3 6660
|
114 |
+
common_voice_af_39005466.mp3 1908
|
115 |
+
common_voice_af_39022872.mp3 4824
|
116 |
+
common_voice_af_39022768.mp3 4968
|
117 |
+
common_voice_af_39631310.mp3 8244
|
118 |
+
common_voice_af_39597168.mp3 2844
|
119 |
+
common_voice_af_38087460.mp3 8460
|
120 |
+
common_voice_af_39631311.mp3 9216
|
121 |
+
common_voice_af_39022778.mp3 6300
|
122 |
+
common_voice_af_39812007.mp3 6336
|
123 |
+
common_voice_af_38088752.mp3 3420
|
124 |
+
common_voice_af_39005390.mp3 2376
|
125 |
+
common_voice_af_38091960.mp3 3780
|
126 |
+
common_voice_af_39022758.mp3 3708
|
127 |
+
common_voice_af_38088397.mp3 3636
|
128 |
+
common_voice_af_39022870.mp3 5436
|
129 |
+
common_voice_af_39809464.mp3 3312
|
130 |
+
common_voice_af_39022788.mp3 4536
|
131 |
+
common_voice_af_39022846.mp3 4500
|
132 |
+
common_voice_af_39597116.mp3 4284
|
133 |
+
common_voice_af_39597145.mp3 7308
|
134 |
+
common_voice_af_38087463.mp3 6408
|
135 |
+
common_voice_af_39022781.mp3 4788
|
136 |
+
common_voice_af_39022792.mp3 3384
|
137 |
+
common_voice_af_38087487.mp3 4716
|
138 |
+
common_voice_af_40126789.mp3 4068
|
139 |
+
common_voice_af_39053386.mp3 2088
|
140 |
+
common_voice_af_39005448.mp3 2088
|
141 |
+
common_voice_af_39005449.mp3 1908
|
142 |
+
common_voice_af_38088394.mp3 10440
|
143 |
+
common_voice_af_38088717.mp3 8208
|
144 |
+
common_voice_af_38091964.mp3 7236
|
145 |
+
common_voice_af_39022798.mp3 4716
|
146 |
+
common_voice_af_39005477.mp3 2376
|
147 |
+
common_voice_af_40126767.mp3 8964
|
148 |
+
common_voice_af_39022895.mp3 3132
|
149 |
+
common_voice_af_39005406.mp3 2160
|
150 |
+
common_voice_af_39022801.mp3 5040
|
151 |
+
common_voice_af_39022882.mp3 3276
|
152 |
+
common_voice_af_39597075.mp3 6876
|
153 |
+
common_voice_af_39022760.mp3 4536
|
154 |
+
common_voice_af_39879081.mp3 7596
|
155 |
+
common_voice_af_39022765.mp3 4176
|
156 |
+
common_voice_af_39809465.mp3 7524
|
157 |
+
common_voice_af_39597173.mp3 3636
|
158 |
+
common_voice_af_39005394.mp3 2196
|
159 |
+
common_voice_af_39812018.mp3 6300
|
160 |
+
common_voice_af_38087508.mp3 7956
|
161 |
+
common_voice_af_39005442.mp3 2088
|
162 |
+
common_voice_af_39005391.mp3 2880
|
163 |
+
common_voice_af_39053428.mp3 1656
|
164 |
+
common_voice_af_39053443.mp3 1728
|
165 |
+
common_voice_af_39812019.mp3 2988
|
166 |
+
common_voice_af_39022837.mp3 3672
|
167 |
+
common_voice_af_39005473.mp3 3060
|
168 |
+
common_voice_af_39812017.mp3 3024
|
169 |
+
common_voice_af_39016677.mp3 4356
|
170 |
+
common_voice_af_39809485.mp3 4788
|
171 |
+
common_voice_af_39597078.mp3 7956
|
172 |
+
common_voice_af_38087488.mp3 8640
|
173 |
+
common_voice_af_39597070.mp3 4464
|
174 |
+
common_voice_af_39005451.mp3 1728
|
175 |
+
common_voice_af_38090279.mp3 7488
|
176 |
+
common_voice_af_38088785.mp3 4788
|
177 |
+
common_voice_af_38086400.mp3 10116
|
178 |
+
common_voice_af_38089504.mp3 10224
|
179 |
+
common_voice_af_39597206.mp3 7092
|
180 |
+
common_voice_af_39022871.mp3 5868
|
181 |
+
common_voice_af_38087461.mp3 3816
|
182 |
+
common_voice_af_39005479.mp3 2196
|
183 |
+
common_voice_af_39005376.mp3 1728
|
184 |
+
common_voice_af_38087449.mp3 6840
|
185 |
+
common_voice_af_39005363.mp3 1800
|
186 |
+
common_voice_af_39809371.mp3 8748
|
187 |
+
common_voice_af_39053460.mp3 1620
|
188 |
+
common_voice_af_38090552.mp3 6264
|
189 |
+
common_voice_af_38087448.mp3 8820
|
190 |
+
common_voice_af_39053465.mp3 1836
|
191 |
+
common_voice_af_39022835.mp3 6084
|
192 |
+
common_voice_af_39022844.mp3 3780
|
193 |
+
common_voice_af_39005392.mp3 2016
|
194 |
+
common_voice_af_39022772.mp3 4968
|
195 |
+
common_voice_af_39022810.mp3 5400
|
196 |
+
common_voice_af_38088722.mp3 8208
|
197 |
+
common_voice_af_39053438.mp3 2088
|
198 |
+
common_voice_af_39812026.mp3 6480
|
199 |
+
common_voice_af_38091963.mp3 7560
|
200 |
+
common_voice_af_38087496.mp3 8856
|
201 |
+
common_voice_af_39005393.mp3 1980
|
202 |
+
common_voice_af_38087507.mp3 9576
|
203 |
+
common_voice_af_39005468.mp3 2448
|
204 |
+
common_voice_af_39022817.mp3 5544
|
205 |
+
common_voice_af_39005362.mp3 1656
|
206 |
+
common_voice_af_38088719.mp3 7668
|
207 |
+
common_voice_af_39005416.mp3 2520
|
208 |
+
common_voice_af_39022802.mp3 4464
|
209 |
+
common_voice_af_39812037.mp3 6732
|
210 |
+
common_voice_af_39809233.mp3 7524
|
211 |
+
common_voice_af_39597123.mp3 6696
|
212 |
+
common_voice_af_39022826.mp3 4284
|
213 |
+
common_voice_af_39005408.mp3 1980
|
214 |
+
common_voice_af_40126783.mp3 7776
|
215 |
+
common_voice_af_39022761.mp3 4032
|
216 |
+
common_voice_af_39597043.mp3 2412
|
217 |
+
common_voice_af_38090312.mp3 7416
|
218 |
+
common_voice_af_39005365.mp3 1800
|
219 |
+
common_voice_af_38086399.mp3 8136
|
220 |
+
common_voice_af_39005388.mp3 2160
|
221 |
+
common_voice_af_38088781.mp3 4716
|
222 |
+
common_voice_af_38090554.mp3 7416
|
223 |
+
common_voice_af_39005450.mp3 1800
|
224 |
+
common_voice_af_39005445.mp3 2088
|
225 |
+
common_voice_af_39022814.mp3 3672
|
226 |
+
common_voice_af_39022770.mp3 6876
|
227 |
+
common_voice_af_39022779.mp3 4068
|
228 |
+
common_voice_af_39005373.mp3 1620
|
229 |
+
common_voice_af_38087462.mp3 4320
|
230 |
+
common_voice_af_39597211.mp3 4248
|
231 |
+
common_voice_af_39005443.mp3 2016
|
232 |
+
common_voice_af_39005478.mp3 2628
|
233 |
+
common_voice_af_38087504.mp3 7776
|
234 |
+
common_voice_af_39597179.mp3 7272
|
235 |
+
common_voice_af_40126782.mp3 7056
|
236 |
+
common_voice_af_39809503.mp3 6732
|
237 |
+
common_voice_af_39809375.mp3 7668
|
238 |
+
common_voice_af_39005366.mp3 1656
|
239 |
+
common_voice_af_38088782.mp3 4860
|
240 |
+
common_voice_af_39053464.mp3 1800
|
241 |
+
common_voice_af_39022823.mp3 5688
|
242 |
+
common_voice_af_39005447.mp3 1980
|
243 |
+
common_voice_af_38089502.mp3 7308
|
244 |
+
common_voice_af_39022762.mp3 3708
|
245 |
+
common_voice_af_39597095.mp3 3132
|
246 |
+
common_voice_af_40126769.mp3 6660
|
247 |
+
common_voice_af_39022906.mp3 3276
|
248 |
+
common_voice_af_39022878.mp3 6876
|
249 |
+
common_voice_af_39005467.mp3 2340
|
250 |
+
common_voice_af_39005480.mp3 2340
|
251 |
+
common_voice_af_39879078.mp3 8028
|
252 |
+
common_voice_af_39053424.mp3 1656
|
253 |
+
common_voice_af_39053390.mp3 1800
|
254 |
+
common_voice_af_39005414.mp3 2736
|
255 |
+
common_voice_af_39667404.mp3 8496
|
256 |
+
common_voice_af_38087494.mp3 4068
|
257 |
+
common_voice_af_39022845.mp3 4572
|
258 |
+
common_voice_af_39005413.mp3 2340
|
259 |
+
common_voice_af_39016673.mp3 2880
|
260 |
+
common_voice_af_39022860.mp3 2232
|
261 |
+
common_voice_af_39053389.mp3 1728
|
262 |
+
common_voice_af_39005405.mp3 2196
|
263 |
+
common_voice_af_39597092.mp3 4104
|
264 |
+
common_voice_af_39597146.mp3 3708
|
265 |
+
common_voice_af_39809500.mp3 9000
|
266 |
+
common_voice_af_39022815.mp3 4140
|
267 |
+
common_voice_af_38087505.mp3 6408
|
268 |
+
common_voice_af_39022764.mp3 4464
|
269 |
+
common_voice_af_39597042.mp3 7596
|
270 |
+
common_voice_af_39016675.mp3 4320
|
271 |
+
common_voice_af_40126772.mp3 3024
|
272 |
+
common_voice_af_39005465.mp3 2016
|
273 |
+
common_voice_af_38088786.mp3 8496
|
274 |
+
common_voice_af_38090280.mp3 7632
|
275 |
+
common_voice_af_39022834.mp3 5436
|
276 |
+
common_voice_af_39667403.mp3 10260
|
277 |
+
common_voice_af_39809482.mp3 9504
|
278 |
+
common_voice_af_38089139.mp3 5616
|
279 |
+
common_voice_af_39005403.mp3 1980
|
280 |
+
common_voice_af_38087506.mp3 8028
|
281 |
+
common_voice_af_39809480.mp3 6624
|
282 |
+
common_voice_af_40126766.mp3 5328
|
283 |
+
common_voice_af_39053463.mp3 1728
|
284 |
+
common_voice_af_38087503.mp3 8388
|
285 |
+
common_voice_af_38089141.mp3 7776
|
286 |
+
common_voice_af_39812016.mp3 3312
|
287 |
+
common_voice_af_38088395.mp3 9288
|
288 |
+
common_voice_af_39597091.mp3 8100
|
289 |
+
common_voice_af_39022811.mp3 7056
|
290 |
+
common_voice_af_39760358.mp3 9576
|
291 |
+
common_voice_af_39022868.mp3 5904
|
292 |
+
common_voice_af_39022812.mp3 5220
|
293 |
+
common_voice_af_38087446.mp3 4068
|
294 |
+
common_voice_af_39005444.mp3 2016
|
295 |
+
common_voice_af_39016679.mp3 5220
|
296 |
+
common_voice_af_38089503.mp3 4176
|
297 |
+
common_voice_af_38088754.mp3 7380
|
298 |
+
common_voice_af_39022859.mp3 5112
|
299 |
+
common_voice_af_39022894.mp3 2952
|
300 |
+
common_voice_af_39631223.mp3 3600
|
301 |
+
common_voice_af_39022880.mp3 3816
|
302 |
+
common_voice_af_38089140.mp3 9936
|
303 |
+
common_voice_af_40126770.mp3 7344
|
304 |
+
common_voice_af_39022833.mp3 3744
|
305 |
+
common_voice_af_39612839.mp3 2700
|
306 |
+
common_voice_af_39022763.mp3 6300
|
307 |
+
common_voice_af_39597209.mp3 3744
|
308 |
+
common_voice_af_39879080.mp3 5616
|
309 |
+
common_voice_af_39812035.mp3 4248
|
310 |
+
common_voice_af_38090556.mp3 4500
|
311 |
+
common_voice_af_39022816.mp3 5076
|
312 |
+
common_voice_af_39809396.mp3 4932
|
313 |
+
common_voice_af_39005387.mp3 2340
|
314 |
+
common_voice_af_39022782.mp3 3996
|
315 |
+
common_voice_af_39631307.mp3 4428
|
316 |
+
common_voice_af_39022789.mp3 4392
|
317 |
+
common_voice_af_39809484.mp3 8676
|
318 |
+
common_voice_af_39005412.mp3 2196
|
319 |
+
common_voice_af_38086402.mp3 8496
|
320 |
+
common_voice_af_38087486.mp3 8460
|
321 |
+
common_voice_af_39022809.mp3 4968
|
322 |
+
common_voice_af_40126788.mp3 5832
|
323 |
+
common_voice_af_39005411.mp3 2376
|
324 |
+
common_voice_af_38087509.mp3 8460
|
325 |
+
common_voice_af_39812015.mp3 7020
|
326 |
+
common_voice_af_39005440.mp3 2016
|
327 |
+
common_voice_af_40126763.mp3 5004
|
328 |
+
common_voice_af_39812009.mp3 6768
|
329 |
+
common_voice_af_39005360.mp3 1800
|
330 |
+
common_voice_af_39631221.mp3 5436
|
331 |
+
common_voice_af_39022879.mp3 3492
|
332 |
+
common_voice_af_39005352.mp3 1836
|
333 |
+
common_voice_af_39022791.mp3 2052
|
334 |
+
common_voice_af_39812027.mp3 5184
|
335 |
+
common_voice_af_38089142.mp3 2916
|
336 |
+
common_voice_af_39612836.mp3 7416
|
337 |
+
common_voice_af_38089145.mp3 8820
|
338 |
+
common_voice_af_39812038.mp3 4932
|
339 |
+
common_voice_af_39005470.mp3 2520
|
340 |
+
common_voice_af_39053439.mp3 1656
|
341 |
+
common_voice_af_39053442.mp3 1728
|
342 |
+
common_voice_af_39053462.mp3 1656
|
343 |
+
common_voice_af_39022771.mp3 5904
|
344 |
+
common_voice_af_38086401.mp3 9036
|
345 |
+
common_voice_af_38087098.mp3 9648
|
346 |
+
common_voice_af_38089501.mp3 9684
|
347 |
+
common_voice_af_39022907.mp3 3492
|
348 |
+
common_voice_af_39022893.mp3 2772
|
349 |
+
common_voice_af_39597121.mp3 7920
|
350 |
+
common_voice_af_39005438.mp3 1908
|
351 |
+
common_voice_af_39005353.mp3 1908
|
352 |
+
common_voice_af_39016674.mp3 3060
|
353 |
+
common_voice_af_39809398.mp3 4860
|
354 |
+
common_voice_af_40126768.mp3 5364
|
355 |
+
common_voice_af_40126785.mp3 2088
|
356 |
+
common_voice_af_39809391.mp3 5220
|
357 |
+
common_voice_af_39022825.mp3 5256
|
358 |
+
common_voice_af_38088750.mp3 3348
|
359 |
+
common_voice_af_38087497.mp3 5328
|
360 |
+
common_voice_af_39005355.mp3 1980
|
361 |
+
common_voice_af_39005357.mp3 1800
|
362 |
+
common_voice_af_38094605.mp3 3168
|
363 |
+
common_voice_af_39612837.mp3 6588
|
364 |
+
common_voice_af_39812036.mp3 6588
|
365 |
+
common_voice_af_39022790.mp3 4068
|
366 |
+
common_voice_af_38089136.mp3 3672
|
367 |
+
common_voice_af_39597210.mp3 7344
|
368 |
+
common_voice_af_39053388.mp3 1980
|
369 |
+
common_voice_af_38087095.mp3 5760
|
370 |
+
common_voice_af_39022843.mp3 4392
|
371 |
+
common_voice_af_38088751.mp3 8928
|
372 |
+
common_voice_af_39005472.mp3 1908
|
373 |
+
common_voice_af_39022799.mp3 5760
|
374 |
+
common_voice_af_39809400.mp3 7704
|
375 |
+
common_voice_af_38087094.mp3 10368
|
376 |
+
common_voice_af_39631224.mp3 9324
|
377 |
+
common_voice_af_39879079.mp3 8136
|
378 |
+
common_voice_af_39005396.mp3 1980
|
379 |
+
common_voice_af_39812006.mp3 3780
|
380 |
+
common_voice_af_39022858.mp3 5292
|
381 |
+
common_voice_af_39022780.mp3 4644
|
382 |
+
common_voice_af_38088396.mp3 8676
|
383 |
+
common_voice_af_39597170.mp3 4140
|
384 |
+
common_voice_af_38090315.mp3 6228
|
385 |
+
common_voice_af_39022904.mp3 3420
|
386 |
+
common_voice_af_38088725.mp3 7848
|
387 |
+
common_voice_af_38090317.mp3 3888
|
388 |
+
common_voice_af_38087447.mp3 3888
|
389 |
+
common_voice_af_38088393.mp3 7056
|
390 |
+
common_voice_af_38091961.mp3 9000
|
391 |
+
common_voice_af_39022824.mp3 4896
|
392 |
+
common_voice_af_39809502.mp3 7992
|
393 |
+
common_voice_af_39809468.mp3 7056
|
394 |
+
common_voice_af_38088723.mp3 7920
|
395 |
+
common_voice_af_39879082.mp3 2808
|
396 |
+
common_voice_af_39022903.mp3 2988
|
397 |
+
common_voice_af_39667407.mp3 9900
|
398 |
+
common_voice_af_39022896.mp3 3348
|
399 |
+
common_voice_af_39597096.mp3 7344
|
400 |
+
common_voice_af_39809372.mp3 4860
|
401 |
+
common_voice_af_39005446.mp3 2160
|
402 |
+
common_voice_af_39005354.mp3 1980
|
403 |
+
common_voice_af_39812025.mp3 5112
|
404 |
+
common_voice_af_38090319.mp3 3888
|
405 |
+
common_voice_af_39597073.mp3 6660
|
406 |
+
common_voice_af_38086398.mp3 8496
|
transcript/af/dev.tsv
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086398.mp3 17a970302cca22bdcce9a4a33eb84ab5c71e385ed2a2fc3457d249fb467cbeb6 Vryheid van die media word gereflekteer in die verskeidenheid standpunte in verskillende media. 2 1 fourties male_masculine af
|
3 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086399.mp3 1591422c551f1d819bd3c8ffa8f93524bbb612b1cec3f25631d076757741ff3f Mensehulpbronne is 'n sleutelelement in die bereiking van die departement se strategiese doelwitte. 2 0 fourties male_masculine af
|
4 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086401.mp3 09823c4efc89ef01863e4f3379374425c337beed0570b2e027db9b6ddcaa9a3e Verstaan die geografiese, ekonomiese en sosiale konteks waaruit kuns en kultuur voortspruit. 2 0 fourties male_masculine af
|
5 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086402.mp3 040fdab41be3da32731fe9170b8a2677445eda98736e671f79dfe7fac3b462e0 Steun aan alle skole in finansiële bestuur en administrasie word op deurlopende grondslag verskaf. 2 0 fourties male_masculine af
|
6 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088717.mp3 091ef56bbdf7082a05ff113c4820c4519ced06a8bbcf6db2616a3a7b4a7c2274 Tekste weerspieël ook die verskillende kulturele en politieke kontekste waarin dit geskep word. 2 1 fourties male_masculine af
|
7 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088719.mp3 0e519dcb36084efd6e28d7eea9a482385a2797f35121705e1d277e12cfb42fdd Die lokale van die bevoegdheidstoetse sal binnekort aan elke individuele aansoeker verskaf word. 2 0 fourties male_masculine af
|
8 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088722.mp3 160ba3c31df659865c1c3067df94800b1d3588009eb9287d13bcb25cda6f036c Deur gebruik te maak van bogenoemde data, bepaal die winsgewendheid van die boerderyeenheid. 2 1 fourties male_masculine af
|
9 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088725.mp3 1b88361167875d4e4fc2f716407b157d48b79589f3458f8bbc2170248f841f86 Eenhonderd-vyf-en-twintig toerismeondernemings het toegang tot bemarkingsgeleenthede ontvang. 2 0 fourties male_masculine af
|
10 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088750.mp3 02e55366f073fa4ae9edc9f9be980057754a35889491fe4e5f60f9c1db210383 Hoe lank is jy al ’n onderwyser? 2 1 fourties male_masculine af
|
11 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088751.mp3 01ec2cb4ae2d3f84f2aa3d06d0de4ba79d5bc41f5996c17b140b1c9958a97b86 Beroepsiektes word veroorsaak deur toestande waaraan 'n persoon blootgestel word in die werkplek. 2 0 fourties male_masculine af
|
12 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088752.mp3 086656b339669ccdc826db7e2e5c799e954b0b7aa98bf7b466af605f7813389e Werk jy in Nieu-Seeland? 2 0 fourties male_masculine af
|
13 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088753.mp3 086be364990d8372e835d600d45949272cac2cf1105e321c7df6819dcdd7118e Toelating van invoere en uitvoere van diereprodukte van Suid-Afrika en na internasionale lande. 2 1 fourties male_masculine af
|
14 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088754.mp3 17c521812142eb4522e1ec825b7c0e5ed62ceae3009eff0566617cd6c1feb65b Farmaseutiese maatskappye gebruik duiwelsklou om medisyne te vervaardig en toon groot winste. 2 0 fourties male_masculine af
|
15 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088781.mp3 0a9e9eb4e94dc1d577ca68b20f44e0b4a5bee7a756b436b5f703e352b44c0b23 Ek sal verduidelik as jy kalmeer en luister. 2 0 fourties male_masculine af
|
16 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088782.mp3 0893f96e09a4a15c0e354e8a9c5a7ead93545b317fe84ac40c473ae79673e4fe Die naam van die akademiese joernaal is kursief. 3 0 fourties male_masculine af
|
17 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088785.mp3 0e7b34cefc137e0e855561bc5fa2c7d9cc0c4e9d2cc7d0088324f15f866cdc8b Siektes versprei maklik as daar nie skoon water is nie. 2 0 fourties male_masculine af
|
18 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088786.mp3 0255e0cd7be5515b5594edd67632ac80c051bfb989b7fd1ed6075dd7af784964 Getal gebruikers van dienste wat toegang tot gemeenskapsgebaseerde behandelingsdienste verkry het. 2 1 fourties male_masculine af
|
19 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089141.mp3 1741b5b9a74f6b9a648aa27b04d4a5f551593d9f61165e175c6161534a17da82 Watter bron is die gevaarlikste vir menslike gesondheid en kan siektes soos cholera veroorsaak? 2 0 fourties male_masculine af
|
20 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089142.mp3 0c44336ea8d44ea4b80b73ddacb5576c5aa256b1e4f2bdb7285a5a8060f7df70 Verkies jy tee of koffie? 2 0 fourties male_masculine af
|
21 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089143.mp3 02d4362d39f1e17d31ccea3fdb55d109ae78fe365c6212937cb61cd42ed75263 Beskryf eie versameling voorwerpe, verduidelik hoe dit gesorteer is en beantwoord vrae daaroor. 2 0 fourties male_masculine af
|
22 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089145.mp3 195b5d0073ce718ab02f2cfa68a3ad7e272aca5fad3c94f449736aa57fec5b0e Die nasiener moet onthou dat hierdie visuele prikkels oop is vir 'n verskeidenheid interpretasies. 2 0 fourties male_masculine af
|
23 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089147.mp3 08a3908b33584f138c704823e658b0647a0103e316efdb7b95ff2305ee95dd73 Die prosedure kan op pasgebore seuntjies by onderskeie gesondheidsorgfasiliteite uitgevoer word. 2 1 fourties male_masculine af
|
24 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091960.mp3 092bb9bb5862dad5d3286ffba6f3d93e6e71ef424bc5d7790012e60caf4a6f61 Maak seker jy kook genoeg vleis vir almal. 2 0 fourties male_masculine af
|
25 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091961.mp3 1232454d38439fb3832942e3b9b1741951028e1766b30906aad0442fd36aea8a Griewe aanhangig gemaak verwys na sake wat binne die verslagdoeningsperiode gefinaliseer is. 2 0 fourties male_masculine af
|
26 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091962.mp3 19ba3256cf6371e4e8558f184ef324c227b8e2a7b17c9cbdba55575d8d1ccd7e Neem asseblief die leë bokse weg. 2 0 fourties male_masculine af
|
27 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091963.mp3 1f3883f5a2db91609adc7b20380ed18794b3547a0238711524fad7461a3a94af Verduidelik watter aspekte van hierdie bron deur 'n historikus as bruikbaar beskou kan word. 2 0 fourties male_masculine af
|
28 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091964.mp3 176898583a3a8d2f51b42c31b207ec479d7b813d827799a60a65851f26f1036f Die Departement het 'n toesighoudende rol ten opsigte van hierdie provinsiale sakeonderneming. 2 0 fourties male_masculine af
|
29 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087445.mp3 0f5b0a8e39ee679e364df857612fd6f73f1028ecadb11c8d8ad4127de6081ba9 Die afsluiting van die proses en die aanstelling van diensverskaffers is 'n voortdurende proses. 2 0 af
|
30 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087446.mp3 0de3b1ea9aa5cc48aa29b3494d1eece7b776dcf0a0bd90f4678d4e899a8d3708 Watter dag is vandag? 2 0 af
|
31 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087447.mp3 1678be68f41e48a0464b736ac2fd604a5ba2b0320117fdbcdf371fb6921bffa4 Word jy vroeg wakker? 2 0 af
|
32 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087448.mp3 098527feb39e4a9c35711e4dcfc60d67573806191f41f6335ea9dd5a606f83e4 Selfs die internasionale musiekwêreld neem deesdae deeglik kennis van hierdie kunstenaar se talent. 2 0 af
|
33 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087449.mp3 0b35ffb98e448b501f5def9b78aa6ca135d80b6e9b6af9953193d57adc17e20d So kan jou akademiese stem help om jou argument te versterk. 2 0 af
|
34 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087460.mp3 004ab390f5088e845357a94e5e819d9d4d688fa9e3d8a156db5f4635ce3a4240 Jou skoolkoor het die koorwerke hieronder gedurende jou skool se jaarlikse kunstefees uitgevoer. 2 1 af
|
35 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087461.mp3 00d7e42a5d76231f16b4c4de54076cb436687e30d0e3dcf699254cde3dc158ba Ek het die hond se gegrom gehoor. 2 0 af
|
36 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087462.mp3 1a9ca222e44cb3971e19cd9cd72c9e51feda94b56a909e16187e0839dc30716b Hulle sal ná skool baklei. 2 0 af
|
37 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087463.mp3 0af9fdf907100a4e7302578f191c800f4491f8d5908be1e0fcae8398c69331d8 Daar is enkele verskille in die formaat van die volume en bladsynommers. 2 0 af
|
38 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087464.mp3 1418bf95a7752b8cccaabd0be478e64edbf3da326cef384d77da3c1ef286dfa7 Dinge raak vinnig oorvol en baie beknop. 2 0 af
|
39 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087484.mp3 0e43ba5aec5b060ed6acf62721f7545e1d297de0aa19c1ffc39ae59d61836709 Ons sal kniel om te bid. 2 0 af
|
40 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087485.mp3 115db574b0f6b403f10dad9bf4250e866f7842183ed2c9cf5538d87cf5f25188 Kunsfinansiering ondersteun kunsorganisasies wat omgewingsbewaring deur kuns en kultuur bevorder. 2 0 af
|
41 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087486.mp3 0d8a362971f2f17987de6b06cb3241f2dcb71e0e3dc7456f04703d3a8af7b4a5 Ouma Essie se uitlewing van Christenskap beïnvloed Baas se siening en uitlewing van Christenskap. 2 0 af
|
42 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087487.mp3 15f2457744b40bdb047e63894a783194b635f641e9fedd5d72acb657a639a0ff Woensdag is my gunsteling dag van die week. 2 0 af
|
43 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087488.mp3 0e173cef4e71b37e0ea6fc44e534f4d56083be0cf00e0774cd828dd9d0fbeb85 Die toetsing van motorvoertuie kan deur private of openbare voertuigtoetsstasies gedoen word. 2 0 af
|
44 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087493.mp3 07bc00abd4c0abaf24edcd30003561c5fd50198c07a0377f0b9e69e811abf795 Daar bestaan nie iets soos 'n gratis maaltyd nie. 2 0 af
|
45 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087494.mp3 12ee7f123eac5c9d537a5e53ff9e4dcc07e20f97cb5383dcec7c487e5526486e Die petrolprys bly styg. 2 0 af
|
46 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087495.mp3 13f1e51fc022916cb8e1a7a121deef92409b9866811362da7d52c4ad2c04ab0d Sluit kritiese studie van die voordele en nadele van verskillende vorme van voedselproduksie in. 2 0 af
|
47 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087496.mp3 022fabf6122f435b6066a0152c44507f453f2d6b71dde4de7b943f94eac2c93d Die skoolhoof het Kinderbeskerming gebel en die polisie en maatskaplike dienste het John weggevat. 2 0 af
|
48 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087497.mp3 0a7c549d187c6c779152031881ee4a90732c122c385c34b9f2a57698230f647d Toe loop keer hulle weer terug lêplek-toe. 2 0 af
|
49 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087503.mp3 0ee71b90c0023dfbc81e7ed3cee8b691abba0edf97f82ed37851257e33f0e145 Fisiese of logiese toegang tot inligting of inligtingstelsels deur 'n reeks netwerktoestelle. 2 0 af
|
50 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087504.mp3 01e3b1c21f2b88b0fcae490c846fbfa7e560773d864a96b6530599b172a94e65 Die toename in Munisipale Dienste is as gevolg van 'n verhoging in die elektrisiteitstariewe. 2 0 af
|
51 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087505.mp3 187914df21b2c3a755b13416b859dcb400f9f9f172e84d426061c95622a998cc Die dorp is langs 'n rivier wat water aan die dorpenaars verskaf. 2 0 af
|
52 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087506.mp3 1aa903e454fa97c605b8bb55d87a222a7ecb0a57516ce6fd39e0e4e50c7fe5ca Die konferensie vind elke drie jaar plaas onder leiding van die Internasionale Arbeidsorganisasie. 2 0 af
|
53 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087507.mp3 16534b4d241beb0ff08c468c7c6d5ed86c39ff08a34bce64c2c49ab4fc1e5034 Ongelyke ekonomieë kweek ongelyke samelewings en ongelyke samelewings ontwikkel en floreer nie. 2 0 af
|
54 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087508.mp3 006ffc12c699d0ee613a2118daaef014167513525e803e7c7ebb3d7db92f2ffe Dit sal verantwoordbaarheid en gefokusde prestasie deur lede van die uitvoerende raad verbeter. 2 1 af
|
55 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087509.mp3 0194e4ffa34f7687dc31128532329bc31bdb94f3e19d909c2feda48ea307ff36 Alle gebruike van hierdie gebiede moet op beginsels van volhoubare ontwikkeling gebaseer wees. 2 0 af
|
transcript/af/invalidated.tsv
ADDED
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086400.mp3 13c04c5e634fdc050ffbf12e2cf869a840bd1bf7b7acb42d153d29cc3b3428d4 Die Departement van Kultuursake en Sport is verantwoordelik vir die provinsiale jeugdiensprogram. 1 2 fourties male_masculine af
|
3 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087096.mp3 011cd653a4cfb8a83456a2cbe58bb5676365185667050b0dde51963ac9aaf5ac Om die Departement oorhoofs te bestuur in ooreenstemming met toepaslike wetgewing en regulasies. 1 2 af
|
4 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088395.mp3 0198c9e2ca6f81ab096d0ff184863d63a6a9e75ddcec318d528c117bb65796a4 Verduidelik waarom jy sal verkies om hierdie kraggereedskap in plaas van handgereedskap te gebruik. 1 2 af
|
5 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088723.mp3 10fd46329a9195c6ec3568ec07e726ccc8ce3b46ecd76ca0daa6564d429958b2 Raadslede moet die aanbevelings van amptenare teen die gemeenskap se behoeftes en belange opweeg. 1 2 fourties male_masculine af
|
6 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088783.mp3 10b4686f66e13b851e41db939c5356684f5ac4407889df7ed301d472a97c4b50 Hulle het die goedgekeurde ouditplan uitgevoer soos deur die onafhanklike ouditkomitee aangedui. 1 2 fourties male_masculine af
|
7 |
+
753361d7949714418e9f8f652aa712ddf17dba0fd14e4910f7149ac20050b501996018cce457a10c0e014eebe1ea973b8e93b1ecd77a73d097ecc3ef768689aa common_voice_af_38091466.mp3 0e0d27b694bded3c2762a4c70cc2c0c8b90e8991cc3da3282ec88a3d324dea80 Die bloedtoetsresultate tydens jou ondersoeke sal jou dokter help om jou behandeling te bestuur. 0 2 af
|
8 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38094605.mp3 06e93b9611cfc3c9676af54fd78ed188743d08ec76feba4fe9970e83a2454720 Strukturele isomere verwys na die volgorde waarin verskillende atome in 'n binding saamgebind is. 0 4 Kaapse Afrikaans af
|
9 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005351.mp3 01431d3150bc853bc07c23f281cf4638011bd55c5e8200ed7a30b649268a1409 Die lugvaartbedryf het nog nie genoeg gedoen om hulle koolstofvrystellings te verminder nie. 0 2 twenties af
|
10 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005352.mp3 14fca12147a246ae59668b9101a363aabba079f7bbcdbbe2109c0633bbda6c72 Vee onder die bed. 0 2 twenties af
|
11 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005353.mp3 034b39852111afac146c23789045524e64999678e3e642122506211faac61bc3 Die Inligtingsbeampte moet ook 'n persoon wat redelike bystand benodig gratis van hulp voorsien. 0 2 twenties af
|
12 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005354.mp3 18e687773a99316facfb673bb8c15916dbc2274a6525ccbf46273504a0ac0736 Elektriese geleiers is gewoonlik metale omdat metale oor die algemeen 'n hoë geleidingsvermoë het. 0 2 twenties af
|
13 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005355.mp3 1e0f763220f2b13810dacbbf991cf1b4b69e83e11c7c5bd96312a57756bc6a7d Om doeltreffendheid te maksimaliseer, is die gebou ontwerp om instandhouding te vergemaklik. 0 2 twenties af
|
14 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005357.mp3 030a61bee382c057ff8d3801ff3618c4cb69bb84985f2e0ea1898ceb5dc08870 Tydens haar en 'n ander permanente werker se kraamverlof is twee tydelike werkers aangestel. 0 2 twenties af
|
15 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005358.mp3 17df1319e2daace247e0e6c850509a746a1da366dbc3cf2a3a10297808023cd9 Stel voor hoe 'n entrepreneur verpakking kan gebruik om verbruikers se koopgedrag te beïnvloed. 0 2 twenties af
|
16 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005359.mp3 0c169940ff4df328aeccd93125380d0b2d49d2581a152d4b9b21e40a982f47c4 Olie is Angola se belangrikste bron van inkomste, dus is olie-aanlegte herhaaldelik aangeval. 0 2 twenties af
|
17 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005360.mp3 06c8c626dae3b9725e3bf43707ee510801b24cbfda3868a21a3aec343af7fcd4 Slegs grondgebruikers wat vir droogtehulp geregistreer is, kwalifiseer vir dié hulpmaatreëls. 0 2 twenties af
|
18 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005361.mp3 1242290d9aba5a453486c6cc98f40a6fe968b35cefdcdd2bcd4bbe2d58b62bfe So het ons voorvaders gemaak. 0 2 twenties af
|
19 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005362.mp3 01f0c6eda39845a26b763d0424731ac84dd1c0590aa0d6b3be197658cd0ed60b Ek wil Pole besoek 0 2 twenties af
|
20 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005363.mp3 0ee7537e56130fd8fc529cd9704bf29cb96a62127e3895afa9b592e8559068e1 Grootmaatgebruikers sal ook van water voorsien word deur aftappunte regstreeks uit die pypleidings. 0 2 twenties af
|
21 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005364.mp3 090035809494436afa4da8f966334d0f4eabcc03f1c8f603af31b18ee09ae604 Die maand sal regeringsdienste, toewyding en uitnemendheid in openbare dienslewering beklemtoon. 0 2 twenties af
|
22 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005365.mp3 02b0c62ccf206cc89c0d6d377a489f77f3525fabccfb64995e5fc3ca74f323dc Navorsing is gedoen om 'n addisionele vyf geografiese name te verifieer of te standaardiseer. 0 2 twenties af
|
23 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005366.mp3 09a82935394de9c7c848b18886915e7577ae911eefe3de09bb6f45c3ef5afab1 Dit voorsien ook verbeterde beskerming en geregtigheid vir slagoffers van internasionale misdaad. 0 2 twenties af
|
24 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005372.mp3 0ad5857b4448b40e2cedecef5d2a8359a9cb7319e73d7722ddb025be75ff21a6 Daarbenewens was die respondent die alleenaandeelhouer in die maatskappy en Lüderitz 'n direkteur. 0 2 twenties af
|
25 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005373.mp3 08ab914095821bda9253fbe0edec07b89fd0bac8befa566571287207f450866c Dit moet aansienlik bydra tot die oordra van vaardighede en kapasiteitsbou van benadeelde groepe. 0 2 twenties af
|
26 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005374.mp3 0aa6c5b5df8bd5a1eec130985651a6e56d4b2a80db930f171cf44324c6586c68 Die een dag is hulle dit en die ander dag weer iets anders. 0 2 twenties af
|
27 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005375.mp3 034c49156759186b8351daaed6070639c93512aa5a3184cafd4d4bcef73ac4ea Aanbodketting-bestuursprosesse sal ontleed en herbewerk word om hierdie benadering te kan volg. 0 2 twenties af
|
28 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005376.mp3 060284600d183c2c433d7505004d0bc28e72af65348795e929a0154b540199af Verduidelik hoe die apartheidsregering reageer het op die publikasie van die Vryheidsmanifes. 0 2 twenties af
|
29 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005387.mp3 059833706806463fdc9a6c7b4bc51fdbc569570f1034cbac4283a3fdbda16778 Daarbenewens moet alle aanstellings gemaak word met inagneming van die diensbillikheidsbeleid. 0 2 twenties af
|
30 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005388.mp3 1b6847c1ec0fc3e448d1e6976888a77123fa0f5184dd59745d181eefffb313a8 Om werkgeleenthede te vermeerder en die lewensgehalte van werklose gemeenskapslede te verbeter. 0 2 twenties af
|
31 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005389.mp3 06a6610a284f486ac12d48f1ac25b86f478b471b36f469c9052ff10c36739547 Die infeksie het versprei en hom baie siek gemaak. 0 2 twenties af
|
32 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005390.mp3 1a33bb010b9eb117acd55070f6349510782ec87a08245c3ba07f7094120f2b7c Graag sê ek dankie vir diegene wat geduldig hierdie noodsaaklike en onvermydelike ongerief aanvaar. 0 2 twenties af
|
33 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005391.mp3 09c18818ddb3764db9defec6e1109f72d67cce998176c9d25036ce180777e1ab Skryf 'n kort advertensie waarin jy duidelik die belangrikste vereistes vir hierdie pos uiteensit. 0 2 twenties af
|
34 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005392.mp3 0918b0ae50fa97c6cf8e637e8df70d4f29b3b540b688fabefe2531458dae4a61 Watter maatreël kan die staat instel om die negatiewe impak van niemerietegoedere te hanteer? 0 2 twenties af
|
35 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005393.mp3 06cc3d8fc5cbb9c4bbbc25879ef43515b34f62eaf63ae9697104200b623bc04d In hierdie sin word Healy se stelling bloot geparafraseer. 0 2 twenties af
|
36 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005394.mp3 118add613491e5f15034e76762ed15d4847d5221d5693489314b58208b2769a9 Gesegregeerde tuislande is deur die apartheidsregering geskep om 'n skyn van selfregering te gee. 0 2 twenties af
|
37 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005395.mp3 0eeb9efca5d140a0da0c2f571b09d79435b6ca9482643315450b9a5ef2704a9b Volgens die riglyne van hierdie weergawe word bladsynommers by elke teksverwysing ingesluit. 0 2 twenties af
|
38 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005396.mp3 119358289634c983873717865220f46f554e00d0dd24081173edbfdb81109b9d Kan die kind haarself aantrek? 0 2 twenties af
|
39 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005402.mp3 033822f18b1372111b5a81f4372cb3331fbc3d28981938fbc0445103a87ec7b8 Hierdie dokument moet saam met die Vakassesseringsriglyne en Leerprogramriglyne gelees word. 0 2 twenties af
|
40 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005403.mp3 1418cb25fbcff130b82c681bae309e23c38143abbdccbd5cb01000f43770a243 En tot ons roep hy: “Toe kinders, bring die waswater en kom was". 0 2 twenties af
|
41 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005404.mp3 14d644d144e7faca21ee0633429c38654bc45b0b476a9f27effe295534ae35a4 Hierop sê ou Bamboes: “Wag nou, julle”. 0 2 twenties af
|
42 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005405.mp3 1d6fa3328279c08c58c6f4192bfa64b2ae679789b8f9d0e97e24897de2816a13 Daar is oral vlieë in hierdie hitte. 0 2 twenties af
|
43 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005406.mp3 0eeb62ef4e13989c1ed607edc87f7bf84004edd1711a544af81318ea09ead120 Evalueer die geskiktheid van die materiale wat gebruik is met beperkte voorstelle vir verbetering. 0 2 twenties af
|
44 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005407.mp3 148d9d8461b1e3dca9ee7b94d306e95b596f5506692def86c6efffb46102bba1 Sosiale insette is ongelooflik belangrik vir gedrags-, kognitiewe en emosionele verandering. 0 2 twenties af
|
45 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005408.mp3 1393ca399ca78fbef7240b6ae9a18bca28f3f93d065a5354b586dfdc17ab82b8 Dit is betalings aan munisipaliteite wanneer hulle dienste namens provinsiale regering lewer. 0 2 twenties af
|
46 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005409.mp3 1e4362b54b82501cd0cee267eb993cfdde0045c222efdb5790949705d8b3b87b In daardie dae het die buitelanders nog nie in hierdie land gewoon nie. 0 2 twenties af
|
47 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005410.mp3 01493f96fed3ecdc6bdf3c3d16a58f4ceb4eb1b0dfbff0cee77284145f84df2a Die Departement van Gesondheid maak nou die lewe makliker vir pasiënte op chroniese medikasie. 0 2 twenties af
|
48 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005411.mp3 09ecc8f69a1d2c4db2a9719eb7d51d0460c757a47b4614c2a750b99819a091d8 Vervang oop geleiers wat kragonderbrekings veroorsaak wanneer die wind waai met bondelgeleiers. 0 2 twenties af
|
49 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005412.mp3 10f00235eae6cad7c22a1e910800ea6688b37bdea599367279a3d58f30a4f51e Ek eet middagete smiddae 0 2 twenties af
|
50 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005413.mp3 192fdfee2deb1ebf958732f472782809b87605ceacfeee51338bff66254ec5e2 Hulle is geïdealiseerde sterk, magtige figure sonder individualiteit en tot oorlopens vol energie. 0 2 twenties af
|
51 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005414.mp3 0b6e0988d889d3df38ea1f9928ae941fa295d4f1e1db098cc084772b45353bf6 Die polisie sal 'n waarskuwing gee en dan skiet. 0 2 twenties af
|
52 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005415.mp3 1ffa3881cf1dd81db5c34469050579adfb6d03f6c52d93a70a04f499a023b005 Sommige mense sal steel en plunder as daar 'n geleentheid is. 0 2 twenties af
|
53 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005416.mp3 0d2a7dee38a1016eff6b12acf333a1d606e580e2b2bf3acd439adc3a7fc0c017 As voorbeelde hiervoor sal gevallestudies van die bes presterende departemente gebruik word. 0 2 twenties af
|
54 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005437.mp3 09f8a1a4e1804f78db6f78addeb495d3b6f5858a7751f72ce08919d731a31aef Die regte dosis word ingespuit in die verkeerde aar deur verkeerde inspuitmetode te gebruik. 0 2 twenties af
|
55 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005438.mp3 19f1f405d248b34cf95c854031554ddfc2ed7f3196059d3258cc5ce6e2d8df65 Die goudstandaard het die waarde van die geldeenheid tot 'n sekere hoeveelheid goud ondersteun. 0 2 twenties af
|
56 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005439.mp3 197a78ac52070b9cc2ed9ce69315029f140e1b9ac68ef5614bdfd7de4dd21149 Die ontwikkeling van hierdie fasiliteit sal wetstoepassingspogings in die streek onderskraag. 0 2 twenties af
|
57 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005440.mp3 0bbdaf737b3506b7449d1d81a0808c63a638ff488253c6c70fca1b83869bd1a0 Merk asseblief die toepaslike blokkie en gee besonderhede van wysigings in die ruimte daarnaas. 0 2 twenties af
|
58 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005441.mp3 039754967e1cfca3d7f70f045e61929e5dcd861e370ceae2b4bb3ff0ca84a59e Opvolgaktiwiteite soos woordeskatuitbreiding wat op die teks gebaseer is, kan ook plaasvind. 0 2 twenties af
|
59 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005442.mp3 0002d486dacc9c25b3ee14f0b1f428e63d08146d880415f3c09dcfe286aebc4f Verduidelik in 'n goeie sin wat die briefskrywer met die woord getorring bedoel. 0 2 twenties af
|
60 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005443.mp3 1987957da790c52c9fbc7977b00fb1b62200b3e97f9bd7b96f4de696001371bb Hou jy daarvan om te gaan fietsry? 0 2 twenties af
|
61 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005444.mp3 0b255c12a033520b1102aa41c396178c4d122bb9595edd2b0af03ee7190cbd1d Huishoudings moet verseker dat hulle toiletfasiliteite altyd in goeie werkende orde en skoon is. 0 2 twenties af
|
62 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005445.mp3 20f72b8ed7d94181b6efe157dea9384195db4995adb36c9a36c009614dbfeee3 Verslae oor die bevestigde getal navorsingsprojekte en demografiese profiele wat voltooi is. 0 2 twenties af
|
63 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005446.mp3 0493609972293cee22f07e9dab5836103f085b1b17c27a478e819211d14b25e1 Blaas jou neus en gooi die gebruikte sneesdoekie met die snot weg. 0 2 twenties af
|
64 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005447.mp3 01e92a3daccfc878b433bdfae54d2aa9d7ba42f6675b353a3ccfb0df6d8945bb Daar is vasgestel dat Shukuma Handelaars die waarde van die terugsendings verkeerd bereken het. 0 2 twenties af
|
65 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005448.mp3 0330477a8cfe9a765c75f5da0de1ae89ced6c4b86914945f41aad6380c047ae4 Verduidelik kortliks die funksie van die herhalende verwysings na die sirkusmusiek in die drama. 0 2 twenties af
|
66 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005449.mp3 160ad3bc3eb413f186ecaa9d05039fd990c627117a41b124d911d216dc84983a Watter entrepreneur het 'n swak keuse gemaak met betrekking tot die beskikbaarheid van grondstowwe? 0 2 twenties af
|
67 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005450.mp3 078642f0feff50327aeee0c766e36627081b6436726516195da85a5660db13cb Ons fokus in die volgende afdeling op primêre, sekondêre en tersiêre ekonomiese aktiwiteite. 0 2 twenties af
|
68 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005451.mp3 1f1a8bb7a196f685170d7da209f2955cf9b280a16cde70d127ec80b7ef2d43db Ja, in daardie dae het glad ’n ander soort stam gelewe as nou. 0 2 twenties af
|
69 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005462.mp3 20cdedc7e4a19b0dfb99ce72918ef7b0eca62bd20582ffd1c507c3ebe8402753 Bykomende opvolg-opleidingsessies op plase en persele kan gereël word teen 'n voorgeskrewe tarief. 0 2 twenties af
|
70 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005463.mp3 11b1c418149fc9aca62402f9a226bc1e91730ab2f7706893613be10b63de5965 Roei in jou eie kano. 0 2 twenties af
|
71 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005464.mp3 2050f7464ef1d641cfd0aa0c7038b1bec674838d7d3c4068e7f863d3cf221e52 Hoe kan korrekte eetgewoontes 'n belangrike rol in die verhoging van jou dansprestasie speel? 0 2 twenties af
|
72 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005465.mp3 05b91832fafe93276d06905d406f5c6bc157675292713e50b4b5b6b624e236dd Hou jou potlood tussen jou duim en wysvinger. 0 2 twenties af
|
73 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005466.mp3 12485eeef5ce84af67db5dc3eb5182a8de56a8f73915366c64f6799316096940 Jou hoed vir iemand afhaal 0 2 twenties af
|
74 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005467.mp3 0a5f293f7b641996ffc9704e76ad7774a183f5866c439b5e5fcec14680186dee Hy is niks beter vandag nie. 0 2 twenties af
|
75 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005468.mp3 04da4fb658fbfa2ff4c2984c48a77b881f507dfb5c004c284bdd4ad8931016e2 Hoe was jou dag? 0 2 twenties af
|
76 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005470.mp3 1bb01ef4636c5c8f56bd25b83671970a89302f507a9eb57367c4cb88e2b28988 Jy kan aspekte soos konteksverskille, publikasiedatums, navorsingsmetodes en studiepopulasies oorweeg. 0 2 twenties af
|
77 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005472.mp3 1ba6bec7a99f6cc0c1153e8bfde95e4e1a0ebbf14877f055d76192c0f75fc94f Hoeveel tale praat jy? 0 2 twenties af
|
78 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005473.mp3 20c2bee59d0080618a06481f5bfed48f2e317c128cfc540b57d304c263cf68e7 Behoeftes en die bevrediging van behoeftes is die motivering agter alle ekonomiese aktiwiteite. 0 2 twenties af
|
79 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005477.mp3 1be89e6541163aca23b93ae19962c7abb076c638fa7cf10a6598e50e12df7c83 Op bedryfsvlak word die inagname van inventarisse van die nasionale batelys al hoe belangriker. 0 2 twenties af
|
80 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005478.mp3 1e50a4c4898fdcd356588b08e9557923af38e2b6eb120d7030e98a97564a8be0 Kommersiële oorbenutting van inheemse plante is besig om sommige spesies tot uitsterwing te dryf. 0 2 twenties af
|
81 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005479.mp3 1531bcd7fbedff51f5d0b04e2987aa86a1471ea10f1daf97dcb98b30d8ab4b02 Kapitaalverpligtinge word teen kosprys in die aantekeninge tot die finansiële state aangeteken. 0 2 twenties af
|
82 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005480.mp3 0eac61b101a4dd935287e0d71dd683cef40231fc154717528d15fee1cbabc7a5 Maandag, Dinsdag, Woensdag, Donderdag, Vrydag, Saterdag, Sondag 0 2 twenties af
|
83 |
+
b9cdaa1e0b9107510bf116a4bce9614f21f92debc129b2e4d7fa00b3692afe474affca5fbac74b1d8bf6f21ad659822662b44d7f811d6eb69284887a527c412d common_voice_af_39005481.mp3 1a3f2a5a17a04503dca76572f9f4d0728e967488b1cdcdb2939c969545e8df4c Uitstekende bespreking van hoe daar met klank atmosfeer, simbole en betekenis oorgedra word. 0 2 twenties af
|
84 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016674.mp3 1f76ace31e3476833275e121bd5f95e469145cf28170dd8f54349cfd8b14ca1d Wanneer het jy getrou? 0 2 teens male_masculine af
|
85 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016675.mp3 168a81d7d1e68018536be0d48dc9256e495bcf8676d4f78a6c0172b5f718bb60 Hy gebruik 'n kierie wanneer hy loop. 0 2 teens male_masculine af
|
86 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016677.mp3 05b3e4af76693781e6b5c9ebec3d27e90060cf313d2122528495a77f63370701 Dit is belangrik dat leerders verskillende betekenisse verstaan wat met simbole geassosieer word. 0 2 teens male_masculine af
|
87 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016679.mp3 2043bc663b46043801dc7308187f9d1005e2b2bf1ec394f0996a96edf043a774 Die Departement sal ook voortgaan om waar moontlik steun aan Nama-taalorganisasies te verleen. 0 2 teens male_masculine af
|
88 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022758.mp3 0b3d128c3da6459835371337c8d96249942318d0eb6431b1c1faae04fb9d428d Dit gaan goed, dankie. 0 2 twenties male_masculine af
|
89 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022759.mp3 12b26603db91291e1da7b0f1c96d413797fa84ff687bae48290e70034065ff00 Verduidelik waarom Lila en Daniel onverantwoordelik was ten opsigte van hul persoonlike sekuriteit? 0 2 twenties male_masculine af
|
90 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022760.mp3 004370157dbc143e49b21c1c799b5d241a9b9190207267cb90e907aaaaca449a Die Hulpbronsentrum verskaf maklike toegang tot die gestruktureerde data vir alle personeellede. 0 2 twenties male_masculine af
|
91 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022761.mp3 225fbbb10510f36df71ff71f272e41b5b8101b5691009632bab3bb2ef355b797 Vind die verskillende definisies van chemiese verandering en fisiese verandering in die literatuur. 0 2 twenties male_masculine af
|
92 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022762.mp3 03b4fdb0c44091543cd1b26885b341b2d6e76283a0bf33d73c431f933dd2983a Persentasie voertuigkilometer afgelê op paaie wat in 'n redelike tot baie goeie toestand is. 0 2 twenties male_masculine af
|
93 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022763.mp3 0432648bf675d438f486ef19f4e3ec806d24f793c14e34c591e096c43c16d280 Daarom is visualisering 'n doeltreffende tegniek vir die herprogrammering van die onderbewussyn. 0 2 twenties male_masculine af
|
94 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022764.mp3 033e6cd25557665dc67c63f11ef4ba3386b1dfb2050f63fb3ff9aa23bfd853b2 Byna soos 'n onderstebo temasin. 0 2 twenties male_masculine af
|
95 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022765.mp3 1735915eaa9d139857706645a6b02dc0a5bb842c852987e5774e2b70d311761a Nou is ons net in ons glorie. 0 2 twenties male_masculine af
|
96 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022766.mp3 162f74d397a3f801df0fc6424704409f2bf4e0914a09a70bc3ead62b9484cf18 Ek moet vandag medisyne kry. 0 2 twenties male_masculine af
|
97 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022767.mp3 17a975e35cc05cba06244ab7c015fcae2b617a665fb8249f07d4317aa8558ec8 Ek het nie ’n televisie nie 0 2 twenties male_masculine af
|
98 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022768.mp3 1586145ad069f2b8edd19b9e35d523e69e45a414103b117ffb461aab46926515 Verskillende mense kan in verskillende omstandighede verskeie tipes geldelike verligting kry. 0 2 twenties male_masculine af
|
99 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022769.mp3 103506bf3606520971ef754ad9a9897921d879f6e0b7eba5ff9b8f4ca74cc1d0 Bring asseblief die vuurmaakhout van buite af in. 0 2 twenties male_masculine af
|
100 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022770.mp3 0d2e0ea1b4094ea1a8d9b5eae4af55a3b5aaed8fe6c685808d5ddd2aad1031a6 Onderwysers word aangemoedig om die inhoud of konsepte kontekstueel tot hul omgewing te gebruik. 0 2 twenties male_masculine af
|
101 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022771.mp3 1719f22926a52e6e9d4b8b0e790e424d893d005aa85ff18d0b3c6dc52ed2975a Jy moet die stellings van ander outeurs ondersteun of teenstaan en kernpunte beklemtoon. 0 2 twenties male_masculine af
|
102 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022772.mp3 06720bd08babfbcda9492cb3415f8f648308ecf450829792acff1e0ec59e22a2 Leierskapontwikkeling op alle vlakke van die stelsel is herhaaldelik geïdentifiseer as 'n swakheid. 0 2 twenties male_masculine af
|
103 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022778.mp3 01d0131c93652290da2d1e0617a897dde08dc0e0521d984bc01b391d9e1bc5d0 Jy moet gewone klere na die swembad toe dra voordat jy jou swemklere aantrek. 0 2 twenties male_masculine af
|
104 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022779.mp3 1528eb291a6efc785bec0e4c42a57dbbbe09ea88804065c04628f5f5e9300c2d Die aandeelhouers is ongelukkig met die manier waarop die invordering van debiteure hanteer is. 0 2 twenties male_masculine af
|
105 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022780.mp3 1d82840c96ef2c575a97946701544e8f2e8747d3096430bfea050fab143690e5 Belangrike inligting vir die leerder oor assesseringsinstrumente deur die onderwyser gebruik. 0 2 twenties male_masculine af
|
106 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022781.mp3 194df6d44feff2e8f6b09ecb44118597f85b76d4fd7e2c7039824f42f08b7f5c Hierdie aansoeke moet van geloofwaardige sakeplanne en geouditeerde finansiële state vergesel word. 0 2 twenties male_masculine af
|
107 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022782.mp3 0156c878dff65c78d5e63b0aab8f707b85029f4de14d0d44b4a98a571d4ad2b8 Ons het na die swembad gegaan 0 2 twenties male_masculine af
|
108 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022788.mp3 1713e4f60508d84408252fe2c35d5cbb8c26a6764ae7adc46765f3feaf23f560 Evalueringsverslag van 'n departementele projek wat vir daardie finansiële jaar geïdentifiseer is. 0 2 twenties male_masculine af
|
109 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022789.mp3 115b53343acec05e8ac116a76b5c1998869968ba835336f4da2795104ce11ff5 Verskeie modelle is ontwikkel om die prys en hoeveelhede in oligopolie markte te verduidelik. 0 2 twenties male_masculine af
|
110 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022790.mp3 231280104bb2e2d842e91748eb85f048926f7ceaa90ec3b1998d8f43a7ed5123 Tensy anders vermeld, word onbestede begrote fondse aan die Provinsiale Inkomstefonds oorbetaal. 0 2 twenties male_masculine af
|
111 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022791.mp3 1e7090a79172dbec182f76cde275612a25a291be78cf1fb4e023dae8d3d84f34 Hulle gee my krag. 0 2 twenties male_masculine af
|
112 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022792.mp3 1c229642687bb8da5c4f6449cdeb5f3e12ce342b5d5b89ef5f808b6b20e3f280 Maak 'n benoemde skets om die manlike voortplantingsel wat geproduseer word, te illustreer. 0 2 twenties male_masculine af
|
113 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022798.mp3 1ca899b9693ee080b6cd449d87c1d94ecbfe9868cd3eab97b25bee7963b45293 Voorspel hoe Sam se optrede die winsgewendheid van die Hollandaise-restaurant sal beïnvloed. 0 2 twenties male_masculine af
|
114 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022799.mp3 06585551a81a8b3354416c5fea363cbc66fae67f909a1a1ccc5837dd44950fed Boonop kan presies dieselfde feite lei tot verskillende gevolgtrekkings. 0 2 twenties male_masculine af
|
115 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022800.mp3 0d42b3515ea6b0c885ee3083f66090e201c7e0c0f4ab2508002e418e9981b7cc In sekere gevalle waar dit nodig geag was, het wetstoepassingsoffisiere ouditpersoneel vergesel. 0 2 twenties male_masculine af
|
116 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022801.mp3 118d76112ad0f80a56db62afa0267572b4e1e6c123bb714880c77a8b6f1404d8 Omskep sintuiglike ervarings en persepsies van mag in sosiale verhoudings in visuele kunswerke. 0 2 twenties male_masculine af
|
117 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022802.mp3 0e8bb3c8e020fc33fc996863eeb16d65cc586e466ddbd2e1b343c2cd69838586 Alle paaie lei na Rome 0 2 twenties male_masculine af
|
118 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022808.mp3 20b3841065f253afcdc28b0193d423ceb06a3bf8ece5cf7ec7c00f839115547b Ons kan voor die hotel bymekaarkom en saam vertrek. 0 2 twenties male_masculine af
|
119 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022809.mp3 1aaa93010bb6e1ce8cd5e094615dc6b658036f4f3e996b2dec2ec11d287108ee Tydens klasbegeleide lees, lees leerders dieselfde teks of niefiksie-teks saam met die onderwyser. 0 2 twenties male_masculine af
|
120 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022810.mp3 1db541aff602a43d35525a4b7ce17855af2dc1b83da4ca026c582080a13be1bf Kalksteen is 'n baie algemene afsettingsgesteente en het baie gebruike, meestal vir boumateriaal. 0 2 twenties male_masculine af
|
121 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022811.mp3 1def6afb8d00f32233061f5ab6935236b9508cbbc0e5eb6ec5102c644d942879 Vroue word deur 'n maatskaplike werker beoordeel en na die toepaslike diensverskaffer verwys. 0 2 twenties male_masculine af
|
122 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022812.mp3 0e42555fd12211a58d6148b0eaa0c7a5441fcfac73345bfa176db0472064280a Hoë bloedsuikervlakke kan egter ook in nie-diabetiese persone sonder enige simptome voorkom. 0 2 twenties male_masculine af
|
123 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022813.mp3 0919586f2cc0f6dc9ddfaec78b946746d6c65eaf0c89d5dcd6b6b72d6add15c5 Sy het 'n haai-aanval oorleef. 0 2 twenties male_masculine af
|
124 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022814.mp3 05443f3723ff2102629bb0ced257e5d6227fb55315a15ae8c87b627ad745f1a1 Sy sal die graan in die oggend uitwan. 0 2 twenties male_masculine af
|
125 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022815.mp3 0f8409c0bbcf5d8145414952c71dd499aad14dd0876b808eae0eb91d97a5019f Deur die oseaan-ekonomiegedeelte van Operasie Phakisa, poog ons om hierdie uitdaging te oorbrug. 0 2 twenties male_masculine af
|
126 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022816.mp3 07bd1a530955ef5030a003cf60f38c8f1179dc586bb29378d957c8237fdd9959 Motiveer kortliks die gebruik van elke apparatuurkomponent in die konteks van videoredigering. 0 2 twenties male_masculine af
|
127 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022817.mp3 1854b439ba692447165f0f387760174f151c0ffb847c0e1229cf6dde03fe7931 Hierdie boks is so lig, is jy seker dis nie leeg nie? 0 2 twenties male_masculine af
|
128 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022823.mp3 1a32cb5968e7f0ef44382c4acbf6040ae8ce84fb088dfffd7ec191ee934ce0bb Bloed voer suurstof deur jou liggaam. 0 2 twenties male_masculine af
|
129 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022824.mp3 1d0d724c938b4ad0856ac435aac7e0772ffb560feae664a43e839443bdaf3696 Jy kan gedurende kantoorure by die kantoor van die Munisipale Verkiesingsbeampte registreer. 0 2 twenties male_masculine af
|
130 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022825.mp3 0e8ed76e85f1d2ad1757dcedb6526df7495615c11b42777ae148a12dbea90fdb Die Sentrum se direksie is aanspreeklik aan die Minister vir die Staatsdiens en Administrasie. 0 2 twenties male_masculine af
|
131 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022826.mp3 13ae2cfb86542ebc071da04b8a9e861ae5df5b4d3b03a6336666ebe6c8259712 Lenings en betaalbare rekeninge word teen kosprys in die staat van finansiële posisie erken. 0 2 twenties male_masculine af
|
132 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022827.mp3 1e09a08e380fa72ecc994d78f62a6b1d61cbf95b9ba8d37485b4220d79a9f6e2 Dat alle inligting en bedrae wat in hierdie jaarverslag openbaargemaak word, konsekwent is. 0 2 twenties male_masculine af
|
133 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022833.mp3 22c5b1e08c2e6ee2893abfb79ec92e32f02f9e20c3295a2c0e76883d275e9f67 Die tabel hieronder toon die moontlike genotipes van die nakomelinge van die tweede generasie. 0 2 twenties male_masculine af
|
134 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022834.mp3 10b328271979a7287ee48c543fd4404316becba6a0d9b5d2827a382f0216107d Hulle loop nou in gedaantes van diere rond. 0 2 twenties male_masculine af
|
135 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022835.mp3 0fb1130bb3f57c071d2aa5fce8ff48acc4cf22fda5ce0146408b814e4f3d51b5 Die vroeë ontwikkelingstadium is deurslaggewend vir die algehele resultaat en groei van die voël. 0 2 twenties male_masculine af
|
136 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022836.mp3 0aa6b426b54683b0d0597db30661ebd071560e1201a70a16b41edfbd639bd40b Wonder jy dalk of jy die Bybel op jou foon kan kry? 0 2 twenties male_masculine af
|
137 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022837.mp3 17ddaa27944ab42563b5b562f29e07b687895f8f409d30d8afce628e1130a287 Kom ons kyk weer na die formaat van 'n joernaalartikel. 0 2 twenties male_masculine af
|
138 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022843.mp3 25185911ae83344db9ffb0631fd42b410a7e1f34d8494b6d47815baec2afa6cb Presisieboerdery kan gebruik word om boerderybestuur vanuit verskeie perspektiewe te verbeter. 0 2 twenties male_masculine af
|
139 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022844.mp3 08327e19f7ff2e5e0ac06798c77d80794c401212e56c7bda199976b22789eeb5 Interne en eksterne handelsmerke met spesifikasies is ontwikkel, geraadpleeg en goedgekeur. 0 2 twenties male_masculine af
|
140 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022845.mp3 1ae4ca6aa71128941751fe19d0f71de9b28d1432da039c52763ac226e23e38bc Dit is nuttig om na hierdie kontekste te verwys wanneer wetenskaplike notasie bespreek word. 0 2 twenties male_masculine af
|
141 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022846.mp3 2494ea57dc5a562e12bba9c8ecd2d999074cf8454f72fcc97743882ce1295193 Gedurende die jaar het die afdeling 'n aantal onderwerpe vir interne kommunikasie geïdentifiseer. 0 2 twenties male_masculine af
|
142 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022847.mp3 06a6c2fdc405c2c456f5d959d41f59d6f9d8173055b6bedbe878ca94e20d3b96 Die vernaamste voorsieningskemas van oppervlakwater is die Rûensveld-Wes en Rûensveld-Oos skemas. 0 2 twenties male_masculine af
|
143 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022858.mp3 112d7e557a345ea0c7526ce150ec770a8609db8dfbf3efbf57b69e3140717dbd Verduidelik kortliks waarna die term identiteitsdiefstal in die konteks van Internetgebruik verwys. 0 2 twenties male_masculine af
|
144 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022859.mp3 10cead5647ef7403a075f8b3bc0268c941582d8c67c8df9469fd9544a14766b9 Die terroriste het die politici gegryp. 0 2 twenties male_masculine af
|
145 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022860.mp3 02426555b6bc0e0b6fa70970655620b7fd1a21855ffb2b6aa9d42a6bfc8c8332 My naam is John 0 2 twenties male_masculine af
|
146 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022861.mp3 06463d5113204a6042ae0eeb56a16fe6ece8d8b79abdf554de72bd9633b07b72 Hy het egter swak diensleweringsvlakke as een van Toerisme se grootste uitdagings geïdentifiseer. 0 2 twenties male_masculine af
|
147 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022862.mp3 0b5192037f9c40ac4125657eb186d3eda9f55bfe82ad5561a643ca124c38c97d Dienste gelewer deur die Voogdyfonds vir betaling van Erfenisse en Onderhoudstoelae is gratis. 0 2 twenties male_masculine af
|
148 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022868.mp3 07310f49207d2dc281b1e412cf21a0ff771ee4d5963ad026a3783136127d7f08 Die Department van Openbare Werke en Paaie sal die implementeringsagent vir die projek wees. 0 2 twenties male_masculine af
|
149 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022869.mp3 106989e8eebd654923e671f75efb8360725385860fedb7a69db9a7e1f9f6e073 Dit kan in verband gebring word met die onmededingende salarisstruktuur van die Staatsdiens. 0 2 twenties male_masculine af
|
150 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022870.mp3 0a04273a3b666e753e1d6c010c2671d913694e0062ac7fd355e57760f96502e5 Die instandhouding van paaie word gewoonlik uitgekontrakteer na die distriksmunisipaliteite. 0 2 twenties male_masculine af
|
151 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022871.mp3 08269b901b4d8c0c8c12cba04a7933daebda6de3c83350dd7739f42f8c87ea27 Ontleed die verskillende sakesiklusaanwysers en eienskappe wat in vooruitskatting gebruik word. 0 2 twenties male_masculine af
|
152 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022872.mp3 15857d6c14b5ae89a40344fc925bff5f494e2130e595ffa9073812e2cc5cdbfc Ons het borrels uit die diep poel sien opkom. 0 2 twenties male_masculine af
|
153 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022878.mp3 1f7be3c0b2eebfedbcfb790ed1a95fbe54d8b2d9ef181f24bf54ecbf183373ef Ons behoort elke geleentheid te benut om te verseker dat gelykberegtiging vanjaar bevorder word. 0 2 twenties male_masculine af
|
154 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022879.mp3 230731e04a21835669bac555d4b16d1136e06ae71bcebfd89501911ac0d4d6c0 Heg die aas stewig aan die vishoek vas. 0 2 twenties male_masculine af
|
155 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022880.mp3 17b1d43ff89097da370cd5302fadc82f4aeb6f6f85e0c428ae30db82935c26f5 Meisies wat hulle in sulke omstandighede bevind, is ook meer vatbaar vir tienerswangerskappe. 0 2 twenties male_masculine af
|
156 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022881.mp3 24f83c4ca1b4bc3318594c4e311430109282a213cac89e118d90cdbed5384202 Die onderstaande probleem verteenwoordig 'n genetiese kruising wat onvolledige dominansie aandui. 0 2 twenties male_masculine af
|
157 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022882.mp3 219f2ece983317cdb4fd464f408af715106eab49b62d651d3a83cf74ee539d83 Sommige boere plant gewasse aan vir hul herkouerdiere om optimaal te produseer en reproduseer. 0 2 twenties male_masculine af
|
158 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022893.mp3 06d4a9649e4ea0165c8c4f65e8d236da4fbd781195997dcac8ed667c9410fed2 Andersins mag die aanbod as onvolledig beskou word en aan diskwalifisering blootgestel word. 0 2 twenties male_masculine af
|
159 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022894.mp3 258ce4499fc35b770fe45de2e87dbd1988903654e31efcf91347eb90a5ccb557 Ek het gesien hoe voëls die sade pik. 0 2 twenties male_masculine af
|
160 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022895.mp3 20482b99e892cdabe833da48b7f9e7892ae72761448c8b5ee6d4f5e1e9b00cf8 Tussen ons flikker die gesellige aandvuurtjie. 0 2 twenties male_masculine af
|
161 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022896.mp3 05009364d4c11cd2ed13e2535c5910e1da44350ff98a0b85c44b226c743be204 Die probleem met Google-bronne is, is dat dit foutiewe inligting kan bevat. 0 2 twenties male_masculine af
|
162 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022898.mp3 0011eb9ec63793cd73c458a3c1f16db84b545f4db0fc99153b7d122baa091721 Werk koöperatief saam met maats om dansreekse te improviseer en saam te stel. 0 2 twenties male_masculine af
|
163 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022903.mp3 20b8bc72349719a5787e56c944c9c826f653705062fdb2e021fd18d4f01616f4 Jou pen in gal doop 0 2 twenties male_masculine af
|
164 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022904.mp3 20981ec91017c67f2855180ca573306a705937a5310154e3e4ae2416050a21bd Onvoldoende sketse, beskrywende notas en afmetings is ontwikkel om die werkstekening te teken. 0 2 twenties male_masculine af
|
165 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022905.mp3 00cdba534b7b7da9d65b589a19f1acd21d2cad7951301130a40956a49624aa37 Natuurlike seleksie vind onafhanklik in elke bevolking plaas weens verskillende omgewingstoestande. 0 2 twenties male_masculine af
|
166 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022906.mp3 12b86a4eee6142cbc0e56086b90a735efaa11e7c82da6ca191ba032638a5057a Die wetsontwerp sal ook die prossessering en beheer van vuurwapens en die aansoekstelsel verbeter. 0 2 twenties male_masculine af
|
167 |
+
11f9df2c14d623ddfc58d902b76c5d93bcc53f7c3fd09213246379882e8fc9f74c34b0cbc60845f2dcdcdb5ca5b81ccf6f9b8f53535aa374fe24d0fdc078b866 common_voice_af_39022907.mp3 22d9243e2d8684ea41f906d4cbae698ea19469e03285b50ea50767a6886bd5e6 Hy was ook 'n voormalige staatsamptenaar by die departement van openbare werke en infrastruktuur. 0 2 twenties male_masculine af
|
168 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053386.mp3 27257353f9d1d1cb1183dcbdc1dccc488fc0a60475f187fa528eb15fcf6069be Geen voorsiening vir aftreevoordele word in die finansiële state van die departement gemaak nie. 0 2 twenties male_masculine af
|
169 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053388.mp3 0371951bf77c2ac7e47a96b077cc43510da8b03f76adc96ce87becfd4fe28a72 Onderwysers moet hierdie riglyn gebruik as 'n instrument om die vakbeleidsverklaring te verken. 0 2 twenties male_masculine af
|
170 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053389.mp3 1b77da1885dec09b3ac6e22ad6ee657cf91563cd073367bcb903d8b8fa290d61 Dit bring ook die land se vervoerplanne in ooreenstemming met internasionale vervoertendense. 0 2 twenties male_masculine af
|
171 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053390.mp3 0299cf54f3b1455e321a4ff6e9d07babce04c0a198f4ca164d5ffec63744e5e3 Hierdie inligting en relevante omsendbriewe moet toeganklik wees vir alle lede van die personeel. 0 2 twenties male_masculine af
|
172 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053391.mp3 0681e79c97da0ad2e16d1590e20af9a5dd3b02ba858e6de55d05ad091a0916f1 Hierdie prosesse moet in 'n omgewing plaasvind waar kritiese en kreatiewe denke aangemoedig word. 0 2 twenties male_masculine af
|
173 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053424.mp3 1456950459b81c871a818b0d76518e1ccc8923274fa3f00972244aff76c118a4 Het jy kinders? 0 2 twenties male_masculine af
|
174 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053426.mp3 156a19cbf6bf7af24903894920bf360134efa2130e11de885b47b356d9cf9f27 Sommige toneelveranderings is aangedui, met sommige van die aksies wat uitgevoer moet word. 0 2 twenties male_masculine af
|
175 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053427.mp3 0ea9fbcbf5a31d7ce7231c36f33b5bba622d17a2d4841bbe7625f5fce13f4c7c Gemiddelde inkomste verwys na die inkome wat 'n onderneming verdien op elke verkoopte eenheid. 0 2 twenties male_masculine af
|
176 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053428.mp3 109fedccaa0f643cf5fc94f2862e4c690c9350b5d4939e9c9a6b77ff81df048c Implementering van die distrikveiligheidsplan as 'n toetsprojek in die Overberg sal voortgaan. 0 2 twenties male_masculine af
|
177 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053430.mp3 010050ec898c9f817c9bec737e06a367cd54545c58d8cda968d4ab3c1a5d097c Hulle begin verskillende standpunte oor die verlede herken en vergelyk weergawes van die verlede. 0 2 twenties male_masculine af
|
178 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053438.mp3 236d534d11fb3b1d8f283afd8185868e4e054aab342f86b651ed95b9f6141ef8 Voorbeelde van vasgestelde modelle sluit in tellers van enige tipe in verskillende rangskikkings. 0 2 twenties male_masculine af
|
179 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053439.mp3 12a63e048643d763691b29e6123294a44cda577e19f6c0bd292622f5dea92d8a Gee moontlike redes waarom hierdie nywerheidsgebied aan die buitewyke van stede ontwikkel het. 0 2 twenties male_masculine af
|
180 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053440.mp3 1a278a3d0feb42259e5a73af6aa0a87ad642ef05e20527fac18ce7b7efb002ff Hierdie vennootskappe duur voort om die groei en ontwikkeling van hierdie kunsvorm te verseker. 0 2 twenties male_masculine af
|
181 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053442.mp3 2100c019c551c850fbf86a9f526e23fccd07809b57c4e73ca65cd5f280de7cc3 Dit vervoer voedingstowwe en suurstof na alle dele van die liggaam en verwyder afvalprodukte. 0 2 twenties male_masculine af
|
182 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053443.mp3 0827016ba568f2fc1b45ecc5ab8d2fc209ebf757325d76c6f73a9e377bf31733 Die droogte is steeds die belangrikste bydraende faktor tot die daling in die landbousektor. 0 2 twenties male_masculine af
|
183 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053460.mp3 1551426a50537eceec058cb359bb1cc091fb749fa06ef86c2e26256afff80333 Die Wes-Kaapse Taalkomitee moniteer en evalueer die implementering van die Wes-Kaapse Taalbeleid. 0 2 twenties male_masculine af
|
184 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053462.mp3 01b6e7aed8b66e59716230eb0a2a9184b2563398eaa41eb49745f1f17493d8f0 Identifiseer die tipe integrasiestrategie wat in elk van die onderstaande voorbeelde gebruik word. 0 2 twenties male_masculine af
|
185 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053463.mp3 03026718d87a83138e9e48637be33791abbc0d2dfa1ed342941b09ac8a826051 Dit sal hom bevredig as hy sy drome kan verwesenlik. 0 2 twenties male_masculine af
|
186 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053464.mp3 2704c8f8f44116c64083f4789bb564a140c722eafcd06fcca4f0c15de67e9679 Vee jou voete aan die mat af voor jy inkom. 0 2 twenties male_masculine af
|
187 |
+
9772e1e29f1ce9a01bb29f8d9a621132bd9a2c120e7ab94f234b03df46f8cc1b9c329217dd3a4f4929209b76d2d27f102680a1b8dbabfd8ae3f35d7d8f62439e common_voice_af_39053465.mp3 19d66ab044eddd4d9447e9df3c484f7490d54cf2d8a2c97f81bb7a91930bb4cc My baba hou daarvan dat ek haar maag kielie. 0 2 twenties male_masculine af
|
188 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597121.mp3 204d2344da528b14e4c1c43e2aa8deb1cee0e449b16695a092cd8a60aac817d2 Bepaal die mediaangetal dae siekeverlof wat deur die werknemers van Mango Computech geneem is. 1 2 fourties female_feminine af
|
189 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597208.mp3 28ef81d24622fdd489d4ce5fadd56c0e630d96999bb4580e7f7e9ba518d041dd Dit verstrek ook inligting oor die advertering van en aanstellings in seniorbestuursdiensposte. 0 2 fourties female_feminine af
|
190 |
+
99c8b4c73ccaff2bb187cf87b92bf10b996041dd9e69a49024b24bbcd0a4621d3366248f6902c6d3699da2f39bf0dbad4b9fe1d649c04ced063e3ca1fca26a1c common_voice_af_39760358.mp3 129b790ea5f43f165ace3dedee1dc14ebbea9b44bd2984cb8c6a77a5489c7be2 Deur hierdie frase by te voeg, bevestig Lindi die onderwerp. 0 2 af
|
191 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809503.mp3 0006b4cf46c00dc449ef6a77f3db80cd1b3bfe70d4eaeac9fae11ebe1d8faaa8 Volgens ingeligtes het dit ook 'n afname in die aanwending ten gevolg gehad. 0 4 twenties female_feminine Capetonian af
|
192 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879078.mp3 2908f9e8ce9bb2de0ebca319c55153bbbee8b67fa4e0ba7c1128fc8f5099d813 Gebruik struktuurformules om die vergelyking neer te skryf wat die vorming van etanol voorstel. 1 2 Midlandse Afrikaans af
|
193 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879079.mp3 20c6b1e3c8353d82fd21299eebe4d5516e5b7c47be6159939a396492bef20929 Waar hulpbronne beskikbaar is, sal dienste ook na nie-geaffilieerde museums uitgebrei word. 0 2 Midlandse Afrikaans af
|
transcript/af/other.tsv
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126763.mp3 0591292d2ef1646fe838fccec45f587ab10aaf1ec95f699bf30c5cb344f3ea70 Sy het ons gister ontmoet 1 0 af
|
3 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126764.mp3 09ac2a054432922ed6e7d9409351abe9d6b9b48f5028cd23fb40c930c5c459ce Ek het ’n hond 1 0 af
|
4 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126765.mp3 2888bb606fccb08b5646917171c19a29f47a955c856429495bdc9aa9f42d644f My vyand het my skool toe agtervolg. 1 0 af
|
5 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126767.mp3 14374b477a4fa8e65085826364c5821a89f5056d8fb74f3647f1dc7865396e1b Spesiediversiteit verwys na die verskeidenheid van spesies in 'n geografiese gebied of ekostelsel. 1 0 af
|
6 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126768.mp3 1fcd1fc27cb39625d9a3336d66bcc41ae26e440866eb1cce399f3bafc0cbc74d Hulle dink die seerplek aan sy been word deur diabetes veroorsaak. 1 0 af
|
7 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126769.mp3 1e9ac8fbd00c1cd27550e909fe0a03fa4d8e2f06ca07c1ff588cf5f31d0c67c3 In die eksperiment word die helderheid van die invallende lig op die metaaloppervlak verhoog. 1 0 af
|
8 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126771.mp3 18c3faf23104a53cf44eb5ea5b8ed0e88bc2786dcd6015b45fcf8424d401a017 Religieuse leerstellings en motiverings het soms die ontwikkeling van die wetenskap beïnvloed. 1 0 af
|
9 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126772.mp3 144a8a22ddc430f744a9d413faab1cc1b7178103942c53609da9f8fdb963c2ae Wil jy die program saam met my kyk? 1 0 af
|
10 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126778.mp3 1252e63271c7b6df625ad2055c058fc6355fef5b7fd0ff6f873fbc9e4eff8655 Die Presidensiële Werkskeppingstimulus is nog 'n voorbeeld van sulke vennootskappe in aksie. 1 0 fourties female_feminine af
|
11 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126779.mp3 2bc4acb4769339acec781e11538a03e7732223f1a8355c979e65568c7279705f In die voorgestelde wetsontwerp moet baie aangeleenthede deur die Minister voorgeskryf word. 1 0 fourties female_feminine af
|
12 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126780.mp3 25e3173f7e8fdc7b3e82d5e780fd72145489c5f48ef9a65ffb406bd9f74b2e7c Jy lê 'n eed af om die waarheid te vertel. 1 0 fourties female_feminine af
|
13 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126781.mp3 2e8ca8c5c7ef58b6c1b6dace6a705a9e24446c1d9f7dca932d64a1d2c192ec27 Die Kommissie moet gereeld aan sowel die Parlement as die provinsiale wetgewers verslag doen. 1 0 fourties female_feminine af
|
14 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126786.mp3 2a8fd24f4c0f958f6445ace631c8e3e74371dec16e00016c36bd786ac856f7d8 Ek het 'n litteken op my been van 'n ongeluk. 1 0 fourties female_feminine af
|
15 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126788.mp3 2ab4af45f486cd1542fa63a5dd0a8e0ba93165fc63f9ad5dded809f68c0d48fb Die passasiers was gestrand aangesien die busmaatskappy nie 'n alternatiewe bus kon voorsien nie. 1 0 fourties female_feminine af
|
16 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126789.mp3 12af80c9c7fef01ecf00e0b31ad845b733b26654bdb4eb8bb66161cf3b720f3c Hy het mense se natuurlike spraak op straat opgeneem. 1 0 fourties female_feminine af
|
transcript/af/reported.tsv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
sentence_id sentence locale reason
|
transcript/af/test.tsv
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016673.mp3 03732d125257f631347eafd718b3b0007c308b0d1de4b039453b22b1010787f5 Hou op jou naels kou! 2 1 teens male_masculine af
|
3 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879080.mp3 1fb1f3e917020cb142581160d336dbe8a089227da18aff82474e53369cb8019e Dit is dus belangrik dat jou akademiese gedrag altyd eties is. 2 1 Midlandse Afrikaans af
|
4 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879081.mp3 0ac15fb2c776975fb7e2ab363d1d9da584a8c29a30f8be13753c05a51ac01f12 Hierdie Suid-Afrikaners verteenwoordig die hoop en deursettingsvermoë wat ons nasie kenmerk. 2 0 Midlandse Afrikaans af
|
5 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879082.mp3 253e064c85bf91bcaea37f85be76e89daa859b03544ed7c0c52fb6bb5b539f91 Hy lees ’n boek 2 0 Midlandse Afrikaans af
|
6 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087094.mp3 0651ff35d210de65a24c1949266538f147c28791b991f0d79661e4c95d80203d Die insigkomponente word aangedui aan die einde van die voorgestelde antwoord vir elke vraag. 2 0 af
|
7 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087095.mp3 0430ac903b9dda4936790f1484061f00edb2ffd2d183e59521f66b3d8578b7d7 Hy het skroewe gebruik om die slot aan die deur vas te maak. 2 0 af
|
8 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087097.mp3 1406031f8b60cabc809c906c2200a9a4ea9cd012b161bde7f42c86f6c02e582e In hierdie wêreld kon mens dinge vermag waaroor jy voorheen net kon droom. 2 0 af
|
9 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087098.mp3 09b4351c1827b79c45d16f1f35d115f1c27cfd1aaa8ced6c16cfceaaa976ffe7 Evalueer media- en ander invloede op persoonlike lewenstylkeuses en stel gepaste reaksies voor. 2 0 af
|
10 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088393.mp3 146b506b3cf29ebcfd7306fd88e0b152f2335c16da93279efe5f76d2ba2e8063 Hulle het klippe in die pad gegooi om die verkeer te belemmer. 2 0 af
|
11 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088394.mp3 0c3f45a167e54c635b2a195afbef7c9beb2a80b7a808eaee2841398aa9b74348 Geen mate van ekonomiese swaarkry en ontevredenheid kan sodanige misdadige gedrag regverdig nie. 2 0 af
|
12 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088396.mp3 0893ae6d4cea98db2b70c8c5fc73e7133bdb3a4d2c210c9f134b2902c5799a69 Die Rekenpligtige Beampte is die risiko-kampvegter en voorsitter van die Staatsbestuurskomitee. 2 0 af
|
13 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088397.mp3 12ca1be2ce9dd8df1d6f9bb00bba42de7b80b7a17a99820562740f2777087c76 Ek kyk soms televisie 2 0 af
|
14 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667403.mp3 11631f3178d5c4f1e38af268ff2654b9721b4fd669a2a055eabe6fcc4765c61c Die Parlement se konstitusionele hersieningskomitee het verhore in alle provinsies afgesluit. 2 0 Afriaans pretorianer af
|
15 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667404.mp3 13ff01b60e285be02c2ccdb89a8440cd8df317cd7cee863ad42ecb088406df9b Ons infrastruktuurstelsels loop die gevaar om verder agteruit te gaan en uiteindelik te misluk. 2 0 Afriaans pretorianer af
|
16 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667405.mp3 02db5a80c04aa74f646cdc4d2a757c3d2daef95fffbed2fd7e1e534a97e776dc Hy het ’n baie lekker woonstel 2 0 Afriaans pretorianer af
|
17 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667406.mp3 29189859f276c006f8e4a79f5a81bb1aab4f85b175b6a89e94a781b519edf1a7 Hulle aandag was nie noodwendig deurgaans op dieselfde persoon of persone gevestig gewees nie. 2 0 Afriaans pretorianer af
|
18 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667407.mp3 024915efc4567f479fbef85fe9f7f01b65e56f98547d50ae880c5d862f85d9ab Hierdie gebou verskaf inligting oor Mapungubwe en bewaar kunsvoorwerpe uit sy antieke geskiedenis. 2 1 Afriaans pretorianer af
|
19 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631307.mp3 01e0b4bb014e5f37d1f2515bff8caf2ab6c4dc4f062441e3fddc685394b6ab3e Ek moet gaan nuwe skoene koop 2 0 af
|
20 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631308.mp3 21569f3198fe329ab46ba9deea313067f9f1fb04ad96e368e96f583a2dae7b12 Die afgekoelde oplossing het 'n konsentrasie bo die versadigingspunt en dit is superversadig. 2 0 af
|
21 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631309.mp3 0be5b265a1a54e315d34bd200198be07a35dddb8c9ec37a9be97eae924fcd4f5 Elke skool moet 'n assesseringsprogram gegrond op provinsiale en nasionale riglyne ontwikkel. 2 0 af
|
22 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631310.mp3 16381d1315148e4f79d91646e68582ebb466b94b4b65695d3029c6cfbf0b6776 Daar is versoeke dat meer polisieoptrede en gemeenskapsbetrokkenheid geïmplementeer moet word. 2 0 af
|
23 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631311.mp3 0e4481bcbc4d80b1472614520e0ba40c4e89f6160922da9c102cf324087f00f3 Elke Raadslid is dan ook persoonlik verantwoordelik vir die gereelde betaling van sodanige kontrak. 2 0 af
|
24 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089136.mp3 1418b5aa26546712a7965cc81ae1852b25f744bc038ec0480de90f58f0a63924 Die mense is baie vriendelik 2 1 af
|
25 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089137.mp3 056caa721749562a5b60e45a48772b024276762427d3d68eb111a4603ed91547 Dit was 'n deurmekaar nag van opstand en verontregting, van moedeloosheid en selfbejammering. 2 0 af
|
26 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089138.mp3 0fefe986ca8bcbf5efbdcdfd17397b6ed2de346b2c91c02f7a79a0021590ce07 Ek wil huis toe gaan! 2 0 af
|
27 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089139.mp3 1a0df9c54906956c58381076170b0ef647692bc2faca720aa0e78b63e4fb11b4 Raadpleeg die uitdeelstuk vir meer wenke en voorbeelde. 2 0 af
|
28 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089140.mp3 0f05232d6cebc1c822419d777310f98de6f6b46b256fdadae04810b4916d9206 Alle assessering van musiekvoordrag bevat weens die aard daarvan 'n element van subjektiwiteit. 2 0 af
|
29 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090277.mp3 1838b7a6bc191963d4dfd7ebf0a18ec07db961630d9f75e9f78aa408ab28dc0a Uitnodigings word ook gestuur aan instansies wie se name deur die munisipaliteit verskaf word. 2 0 af
|
30 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090278.mp3 0b6a59921b449ffcc7ea727c222fe4a9b44db929ff4ab4d9d18d2857fc1abf26 In die relatief ongerepte bergagtige dele van die streek is daar egter goeie ekotoerismepotensiaal. 2 0 af
|
31 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090279.mp3 0717c9cf3cb39cd5710510c953d5e18a88e3932558674e19ff87ede0390c4373 Verduidelik waarom driehoekige vorms in die ontwerp en konstruksie van dakkappe gebruik word. 2 0 af
|
32 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090280.mp3 1cd5fbdc5aa218fa2aa400c2e1a446b0389721e1cd6abbd8e7a5e16e6f4dc932 Sekere van hierdie komponente sal tydens gisting ontstaan terwyl ander na die gisproses ontstaan. 2 0 af
|
33 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090281.mp3 1d5bf8a0e4ec82b507e467547d2da69289c5ce2bad80eb9c4678ec435c46c2df Niks spesiaals nie. 2 0 af
|
34 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612836.mp3 01f7ca01cafc8449bb48614e9c87ae4dd685f219c6ebe05cf02a6245407367cf Gelderbloem help ook met die versorging van kankerpasiënte en hanteer die uitdeel van medikasie. 2 0 af
|
35 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612837.mp3 0ae08f55b191a296916852abceb4d88ff37d74da6f95ac21091d2787ccac0486 Die hipotese moet verwys na die verwantskap tussen die afhanklike en onafhanklike veranderlikes. 2 0 af
|
36 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612839.mp3 08237988b92de3f36eb8d98614a16865b103e93f4ff97df39856486318912ff7 My woonstel is klein 2 0 af
|
37 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612841.mp3 1889557734d9415536c913bebdc57c7aa7cec2e9cc3a423690882ec647478ef7 Probeer koel bly in hierdie warm weer. 2 0 af
|
38 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612842.mp3 0924fdbb66d24f5c349dfbafc1e366e408d9f57f5e649e2ac7a6971e5b470789 Die goeters kon so gevaarlik getoor het. 2 0 af
|
39 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631221.mp3 176d535b33cbba34cbf785d044df1e2363239dfa50d8c7bd8da187d0dec3abf5 Hy verander homself meteens in ’n Springbok. 2 0 onkenmerkend af
|
40 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631222.mp3 25fa55a2ea23f0b3c94bee507051aa4d3f2f6a85a6912bc18b8b29e4d860a465 Ek gaan nooit bioskoop toe nie 2 0 onkenmerkend af
|
41 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631223.mp3 2ac25794c7d63d638f76b795bca91d6bf56be838dacd054e0991d076de807a5b Die roker hoes aanmekaar. 2 0 onkenmerkend af
|
42 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631224.mp3 25e1a118c287489705ca8759448445f3088c7b29b737527f996096c0151a5143 Die verwronge handelsomgewing stel voorts besondere eise aan landbouers vir volhoubare produksie. 2 0 onkenmerkend af
|
43 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631225.mp3 203e737dad285179c9168d6164e11694ceddbba45845cb334bcff7b2d45450e2 Vetsug, oorgewig of ondergewig skep ernstige gesondheidskomplikasies en kan tot siekte lei. 2 0 onkenmerkend af
|
44 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089501.mp3 03b140670f4cce9a44a1120a0066a6a7c74609d2222714943efe62002b720af7 Formele assessering moet vir 'n reeks kognitiewe vlakke en vermoëns van kinders voorsiening maak. 4 0 Kaapse Afrikaans af
|
45 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089502.mp3 11653f2e06e8ad59898866a0b091e49b4628e829ce0191d7910cf27b8beee9d1 Ons word al ongeduldig dat ou Bamboes so lank vat. 4 0 Kaapse Afrikaans af
|
46 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089503.mp3 11d0b7c3bc7f91f722fef494ff9e272b9df01b6c6dbcf4ca2dab779c0ef4a0a8 Sy sal vir hom 'n brief van haar ma gee. 4 0 Kaapse Afrikaans af
|
47 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089504.mp3 05ba3351f25eae42c35d5aa4ea21a2b5a747b37e8dbb515b0e4f34da195e4d0f Die onderrig van praktiese ontwerpinhoud, -konsepte en -vaardighede is siklies eerder as liniêr. 4 2 Kaapse Afrikaans af
|
48 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089505.mp3 1da92f0c1b09c8c3ca9ca84186174f613014af6cea3359eac0437e767e086af0 Kan daardie vrou regtig iemand toor? 4 0 Kaapse Afrikaans af
|
49 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090312.mp3 1687ae74c05fd356e8915fff32ae4a4bd3aba28734cd454a0ff00b6b4750da8a Dit het verskeie paragrawe waarvan een sin per paragraaf dan gewoonlik die hoofgedagte bevat. 2 0 af
|
50 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090313.mp3 0ceab4f1a92cbc5e58f9d36bedafc8d895dad86d3b0d068c59cde5e21ae5cb1d Ek moes vandag na die apteek toe gaan 2 0 af
|
51 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090315.mp3 053f9baa48b45eeb7b69eb47cd4ba8ab6fc0f4c1b0d48b1317a8b8280dd726a6 Die lekkerste sit vir hom is as die rook onder sy ken in speel. 2 0 af
|
52 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090317.mp3 07636ea42b3f2266fc5f8dc619d93363488ac8377bfbc61b0e5f8d346d01c30c Hierdie kort man is my pa 2 0 af
|
53 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090319.mp3 03d98e6c6e4a0a179517744ab3a79c8683dc2e9e067e535571699101ed5d1921 Ek glo in die Heilige Gees. 2 0 af
|
54 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090552.mp3 0e37f655f72d3ff41111828f769907b8b6cc37c5e08718a9b40ac55d3e6c0039 Ek drink nooit koffie nie 2 0 af
|
55 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090553.mp3 07a0192e2c1798b19082352f68d93b716c04b91314ef643ce6d1228ce534ecf3 Die eise aan beskikbare water sal eskaleer namate verstedeliking en die bevolkingsgroei versnel. 2 0 af
|
56 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090554.mp3 10b334a94395571d69153d02211c411830db055cac8351f285e15548dee2107a Gelyke massas van verskillende radioaktiewe stowwe kan egter hoogs verskillende aktiwiteite hê. 2 0 af
|
57 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090555.mp3 16a80cd1b5435c0fdb61b00b5b69898b986407ee5b5f18be9877dbecde7a60cf Die reaksietempo is die verandering in die konsentrasie van reagense of produkte per eenheidstyd. 2 0 af
|
58 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090556.mp3 181c35583f71ae73b5aff51205ba97d7dd79ee43acc06e5df79b62a55c57ac9b Jy kan steeds die brood eet as jy die muf afsny. 2 0 af
|
59 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126766.mp3 2eb273f8fb18de7fa73506627b2afda156f13b963d630e461fac4564cf87cc4a Dan val hy weg: “Nou gaan ek julle van hoeka se dinge vertel. 2 0 af
|
60 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126770.mp3 27f92e3cd7d3517b31884f6e7369ac9c880827a822fb2f957e090d5974521962 Addisionele sportverwante projekte is geïdentifiseer en uit besparings op personeel befonds. 2 0 af
|
61 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126782.mp3 2952315fa014031f9ecd29a6fc84928044c045b41b3dc864ef58d3dd6c647dee Jy het, byvoorbeeld, dalk belangrike sub-onderwerpe uitgelaat of foutiewe inligting ingesluit. 2 0 fourties female_feminine af
|
62 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126783.mp3 1a87f4d0fdb52918e1b50ec94f332ccefcac0d38a5aee629e57d00485df25ac8 Bespreek die verskille en ooreenkomste tussen die Ortodokse, Hervormde en Konserwatiewe Judaïsme. 2 0 fourties female_feminine af
|
63 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126785.mp3 1b1da151d7b632a53eba38147f2e346be3b46963062baaee6e373e1664f39ddf Dit was lekker 2 0 fourties female_feminine af
|
transcript/af/train.tsv
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597042.mp3 21b4ad3a0d7cf5d2f0adad836701f89bd58409a49aac1cb9717df1040da406a2 Vertraging in die aanstelling van diensverskaffers maak dit moeilik om projekte betyds te voltooi. 2 0 af
|
3 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597043.mp3 2568aab00079fa2b2d6068d6807211596b4dd6bbb677e7a9264be60d78cd878e Wat doen hy? 2 0 af
|
4 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597045.mp3 1937ec9c0854cc3af42b59f158198127415d4f96c016dacfed9fa306c7735fdb Ons geniet altyd haar partytjies want sy is 'n uitstekende gasvrou. 2 0 af
|
5 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597046.mp3 0a3b62334a50f569d5d6e639ef6d5caee2ede9cd583cefc875e45506ec140096 Taal is 'n belangrike instrument om begrip van menseregte en omgewingsgeregtigheid te ontwikkel. 2 0 af
|
6 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597047.mp3 2188df7adb0c8a2db80c7c508579f260d4707261fd7da21bc24413eb4ddb3391 Watter van die volgende veiligheidsaspekte is nie die verantwoordelikheid van die werknemer nie? 2 0 af
|
7 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597069.mp3 23d0a96ecad2be83a4adbdc77fcb9cf843379bf109262f11fdfeef8e4ad94bf1 Ek het monumente gesien 2 0 fourties female_feminine af
|
8 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597070.mp3 03df375d3bcdd4617f9f79553a4147552c89e360e766ae1dfa3aa621dee338f9 Hulle het matte nodig gehad om die kaal vloer te bedek. 2 0 fourties female_feminine af
|
9 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597073.mp3 052989fd37739390227328ac4ed6a46844b7ad724ed3bf0ca365cf0c83140288 Daar moet besef word dat die leeruitkomste saamwerk om leerders se taalvaardigheid te ontwikkel. 2 0 fourties female_feminine af
|
10 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597075.mp3 024006459aa0cdc14ab6987d4700f17561a5328b2ea5eb832b2f8dc4f6406ddf Die leerder moet kennis dra van verskillende beroepsmoontlikhede en die implikasies van keuses. 2 0 fourties female_feminine af
|
11 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597078.mp3 23a2a7e05ef1698a3d1308ae7f03d5a33d6ef7666c7e813740867d1ca92287fd Skryf die persentasie Facebook-gebruikers neer wat met behulp van mobiele toestelle ingeteken het. 2 0 fourties female_feminine af
|
12 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597091.mp3 0f40b87e2bc783e6c623039ac2c141dfaac118248efd0a79db346394c69d0ed6 Daar is kritiek dat Somali's geteister word wanneer hulle sake by die polisiestasie aanmeld. 2 0 fourties female_feminine af
|
13 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597092.mp3 2606672eb4248ca3c60b5744b61db37882376353765c9438c08dc313c828939c Hy is nie so groen dat ’n koei hom sal vreet nie 2 0 fourties female_feminine af
|
14 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597093.mp3 0b2d6785bb42b2dd37dee93c81b475bac09368a21da71016cdcb40595982e736 Die Program van Assessering vir Besigheidstudies bestaan uit sewe take wat intern geassesseer word. 2 0 fourties female_feminine af
|
15 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597095.mp3 0f0744439e0f3f50ba009bbb43ac0ca01c2102076b484eedb9476946d47d4bdf Laai die vragmotor af. 2 0 fourties female_feminine af
|
16 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597096.mp3 16b0d9f89fd3407ba338110fd26c3ad6fc7ea39ebf9642539e627efa4d126dc5 In noodgevalle sal die mediese noodbeampte die pasiënt na die gepaste mediese fasiliteit vervoer. 2 0 fourties female_feminine af
|
17 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597116.mp3 26cc0a9767b9f5fff3b0af3e8572850475cf1dd1763af41793c9f31eb8632e86 Ek het vir ’n tyd Pools gestudeer 2 0 fourties female_feminine af
|
18 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597119.mp3 1959c296e739d5974c00c4b02d7e2b32f8709af49731b690fa5f3092e187c770 Daar is verskillende maniere om 'n argument- en 'n teenargument te struktureer. 2 0 fourties female_feminine af
|
19 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597122.mp3 16f3e5f7c8c200cc08830d374cb39fc32b48ec17c2804bff11c7ec18b2770c9b Verduidelik waarom Hitler die vernietiging van die Jode as die belangrikste taak beskou het. 2 0 fourties female_feminine af
|
20 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597123.mp3 06aa131b193538e28eac5f272b714778b945e10083e2dc0d8353c35d82873d57 Die ingrypings is deel van die Program vir Grondhervorming en Geïntegreerde Steun vir Boere. 2 0 fourties female_feminine af
|
21 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597143.mp3 1ffda264bad086e40e895b5519810451fc60dd1f8435aeb35f9765fcfb157413 Hy het baie struikelblokke teëgekom op pad om sy doelwitte te bereik. 2 0 fourties female_feminine af
|
22 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597144.mp3 1ef490b18a035ddd79dddd55162499bcc93febb6ea925637aedcd53e4eea8b46 Vergeet van die verlede. 2 0 fourties female_feminine af
|
23 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597145.mp3 0a7620d57f16a8bc52aa5ff1d0f25e4ee52bb0783355032ff2523be2317c392f Informele of daaglikse assessering behels die daaglikse monitering van die leerders se vordering. 2 0 fourties female_feminine af
|
24 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597146.mp3 1b9c914e48a46614ad0c8e895965383c5767aa426e680938cbd2d248faad0e55 Sy het gesteun toe sy die swaar pot oplig. 2 0 fourties female_feminine af
|
25 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597148.mp3 2116576aa0a77af7f658a76f33210c5ccd4864b138074c0b190bed5df3b8ec4a Alle biblioteke word deur die Landelike Biblioteekkonnektiwiteit-projek aan die Internet verbind. 2 0 fourties female_feminine af
|
26 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597168.mp3 0602fa051996176288ddcdea0b0afd6eab1f6e0b1d1160d7d98033ee0834ba9f Ek kannie môre praat nie 2 0 fourties female_feminine af
|
27 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597170.mp3 2087958ab5fe2243f63e896fe444c557d821c9e335abdeef657f0c2ce9d07d84 Nou en dan las sy vrou ’n woord tussen. 2 0 fourties female_feminine af
|
28 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597173.mp3 212bd089a9e1da8d56b474ba59c942ac88c39612914a577c3779c15e88a389c8 Is die inligting betroubaar? 2 0 fourties female_feminine af
|
29 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597176.mp3 1577f64567c7edcc103aa380444c7cc4707a419ed1a3c08b62c6fe13c7618845 Die regering beskou ook marikultuur as belangrik omdat die mariene bronne aangevul moet word. 2 0 fourties female_feminine af
|
30 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597179.mp3 0d8bc38d7470426e98409d95c66152965cbc0be9b5a0b7aa89a59f8da0966641 Hierdie vennootskap het buitengewone positiewe resultate gelewer, wat verbruikers bevoordeel het. 2 0 fourties female_feminine af
|
31 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597206.mp3 23c7756361941688db7af201b5cfc073a12c01c0e7a4df54cc31ec0c6549ee1c Die eienskappe van elke vorm word aangeleer voordat vergelykings tussen vorms bespreek kan word. 2 0 fourties female_feminine af
|
32 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597209.mp3 1aad55df4222d8803294f60c44d665d3ecfba0abce0f234e55f2f46ef76ccc32 Hy het sy kakebeen in 'n bakleiery gebreek. 2 0 fourties female_feminine af
|
33 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597210.mp3 181a674a408a6cc1ef470e12f56aead5f05db8cb714bd8a5b7fae847ee2ef676 Die verkoopsyfers van twee motorvervaardigers in Suid-Afrika vir 'n sesmaande-tydperk is vrygestel. 2 0 fourties female_feminine af
|
34 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597211.mp3 2232caf259687f3a61af7c8ba2ea6c8adccb5b3e33b27399aa7517c736e64d69 Ons gaan in die vakansie na 'n wildreservaat toe. 2 0 fourties female_feminine af
|
35 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809232.mp3 27ac84c0fe062a009b72f78eac6b0760e6f80c2abf25215e6cc3048e3e09c653 Wanneer is jou vrou se verjaarsdag? 4 0 Capetonian af
|
36 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809233.mp3 11c53309dce87242f40ec93c318999fd94830b310d7886a2c9251fe954b19d82 Beplanning is 'n dinamiese proses wat voorsiening maak vir aanpassing as gevolg van toestande. 4 0 Capetonian af
|
37 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809234.mp3 00a3fbc95c3c5ac7ba93e4f3e5112696a8ef1aaf77e5aa9508e6face903697f9 Maak die leerders deurgaans van die gebruik van hoofletters, spasiëring en leestekens bewus. 4 0 Capetonian af
|
38 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809235.mp3 1bcc4bee976feea2a30623bc25bcda24605db24fa5a37ff8c20943b5f071e667 Beskryf die tipe gesteente en onderliggende struktuur wat met dreineerpatroon C geassosieer word. 4 0 Capetonian af
|
39 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809236.mp3 13993bbab2664c548ca0de0a9d498d316be96377e9a3a777b8865d91d506e94f My bejaarde buurvrou is 'n weduwee. 4 0 Capetonian af
|
40 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809371.mp3 0f02fa856e9f287b87cd128d38376fb3ca85127eb5d2079fad8eb07680daf960 Getal subsidies wat na naskoolse sorgfasiliteite oorgedra is om dienste aan kinders te verskaf. 4 0 twenties female_feminine Capetonian af
|
41 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809372.mp3 0586587d5a7f9277def8e526245d3b9aa5046df68eb1ffd6200051a4d392946f Ek kan beter asemhaal as die lug skoon is. 4 0 twenties female_feminine Capetonian af
|
42 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809373.mp3 12442b428bbfd54290cfca91827bc1b3bc92ba2b9e9ad388e7e7ad9d55d27b43 Ek eet dikwels smiddae vis 4 0 twenties female_feminine Capetonian af
|
43 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809374.mp3 2922170a54371f6cd580c581fd6f1cf422c6f3ded6c2639a2c12c44e83ad9096 In Eendekuil het een deelnemer vir meer motorfietse vir patrollies in landelike gebiede gevra. 4 0 twenties female_feminine Capetonian af
|
44 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809375.mp3 260cd83fbb4a25a080b9086fd66188b25191da4573d4d1b4d6413ae83554199f Energiebesparende busse word tans gebruik om mense na en van die besienswaardigheid te vervoer. 4 0 twenties female_feminine Capetonian af
|
45 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809391.mp3 046cda0f3f07df536e2f7ea628d2410c42b07676ec3eee547f5b65409f4e6b3a Vergroot hierdie foto en sit dit op die muur. 4 0 twenties female_feminine Capetonian af
|
46 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809393.mp3 221908fa245419c0ca1e68b2906545f1eea63f1d4845d2a03f95ef5384a27999 Dit stel leerders in staat om sirkels en vierkante in verskillende posisies te identifiseer. 4 0 twenties female_feminine Capetonian af
|
47 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809396.mp3 28f70c94537336bd27d7c0640d82c5ccef4275e27271922c60b6de081135d095 Hy hou baie daarvan om sport te beoefen 4 0 twenties female_feminine Capetonian af
|
48 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809398.mp3 0f0265d1727c8ad788eef5c338219de3d34bdc7f2ad616dc7ae925df8dad1488 Hy geniet alkoholiese drankies, soos bier en wyn. 4 0 twenties female_feminine Capetonian af
|
49 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809400.mp3 02e668e2ad7abc481cf018fed4cf1328c9d434255ef7ad2bb70132a6f86a5b03 Verbeterde funksionering van munisipale infrastruktuur en toegang tot basiese dienste aan inwoners. 4 0 twenties female_feminine Capetonian af
|
50 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809464.mp3 04757ea4b88ea66464a4b07aa35554c167b7ad92cb453a262ff93edcd59bbe37 Dit is my broer 4 0 twenties female_feminine Capetonian af
|
51 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809465.mp3 29c371f8f4936b82dd0e05433266e8a9b354e3fc2362e721d11982c103945bad Tweedens gee die gewigsaanduiding riglyne om die inhoud van assessering eweredig te versprei. 4 0 twenties female_feminine Capetonian af
|
52 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809466.mp3 20825cdd133d854ab5d1d51146071a5842972556d81bcfc0f84b37d622a539d3 Dis algaar dinge voor ons tyd, waarmee ons nou niks te doen het nie. 4 0 twenties female_feminine Capetonian af
|
53 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809467.mp3 17b9786a2950c272c40e96780979fde053dbf67f60c2534361675c1a926e2db1 Sodra hierdie hoërisikogesinne gestabiliseer is, sal die fokus na mediumrisikogevalle verskuif. 4 0 twenties female_feminine Capetonian af
|
54 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809468.mp3 00f3d18d9104c071bce1d7f0b2f75bc1ccee24d1d1630aafa921871ced490983 Soos wat die wêreldbevolking gegroei het, het die aanvraag na stikstofryke kunsmis toegeneem. 4 0 twenties female_feminine Capetonian af
|
55 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809479.mp3 2341b6adaa1d191c80280edec1bef29cf617746a274189ff40894635dbd7b051 Hier las sy vrou ’n woordjie in en sê: “Julle moet verstaan". 4 0 twenties female_feminine Capetonian af
|
56 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809480.mp3 21a063d3a4790ed74f82c710ef829f3e3476bb5ed30f0e94a5a086c9abe89c1c Leer my asseblief hoe om naaldwerk te doen sodat ek klere kan maak. 4 0 twenties female_feminine Capetonian af
|
57 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809482.mp3 21886a34c7901475329495330d215ef8a4e99ec1e6e55424ec55096de7ff7811 Nogtans behou dit duidelik die stabiliteit, stemmigheid en dringendheid wat 'n Landswapen vereis. 4 0 twenties female_feminine Capetonian af
|
58 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809484.mp3 27b5675ff7a3625b93c3f0fc79a37d6bfa55599b457792e749fb76d6bf254966 Daar word vertrou dat alle belanghebbendes die inhoud as vernuwend en interessant sal ervaar. 4 0 twenties female_feminine Capetonian af
|
59 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809485.mp3 189e8afce4899b0f54d2a01a5ae9a8b77456ceb0238d3fe70d6f95171f9ef907 Iemand die ore van die kop praat 4 0 twenties female_feminine Capetonian af
|
60 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809499.mp3 1ec647f4c6bec8058809921d4bfea2ceb8d9250b425275bfd55f25d292f3dc86 Wat het jy gisteraand vir aandete geëet? 4 0 twenties female_feminine Capetonian af
|
61 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809500.mp3 06eac04d9f0e1ba2c568e09007c26209a53edea42d782cd011677b0dc519420e Gevolglik ontstaan genotipiese en fenotipiese verskille met verloop van tyd tussen die bevolkings. 4 2 twenties female_feminine Capetonian af
|
62 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809501.mp3 078786998e1351051bf23b16e96e44975e785c8416c5f5480f583f69598439d6 Ons sal die bul kastreer as hy 'n jaar oud is. 4 0 twenties female_feminine Capetonian af
|
63 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809502.mp3 2b8130451457f534d882b44197dc53fc5884cd08e30fedbfdb64298d7fc7adad Skoonmaak- en sekuriteitsdienste is uitgekontrakteer om verbeterde dienslewering te verseker. 4 0 twenties female_feminine Capetonian af
|
64 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812005.mp3 0fec68618984e15aec1d536be77fad048cfd22eb0ef910c2bb6014d9479dbdc7 Iemand in die rug steek 4 0 twenties female_feminine Capetonian af
|
65 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812006.mp3 28221f48b6f90f603a7e45b61a21a2ef1cddaa1fa48e1982cf091f3d993d4375 Kom ons kyk na die beginsels van verwysings. 4 0 twenties female_feminine Capetonian af
|
66 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812007.mp3 10dbeec33661dd0f84206d353d54fe9ecc4c09949638b61eb8723b384655d2dc Armoede is die duidelikste sigbaar in landelike gebiede weens die gebrek aan werksgeleenthede. 4 0 twenties female_feminine Capetonian af
|
67 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812008.mp3 0888a76a7a9447f43b5e32d7fc3b004c36df6f987f5558de57646a7db9b3b049 Ons moet nou aandete voorberei sodat dit betyds gereed is. 4 0 twenties female_feminine Capetonian af
|
68 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812009.mp3 0d317f6ac720fc059e0527dc64af9c4ea9b48babe27a701b4ced86d1e058a8b7 Die leerder verduidelik vaagweg hoe improvisering kan help in die voorbereiding van choreografie. 4 0 twenties female_feminine Capetonian af
|
69 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812015.mp3 047cd4ade872005c75b7c659aa6a36d11ada83879de551398a29332305fa80d1 Benoemings moet ingedien word deur die Amptelike Benoemingsvorm by hierdie Kennisgewing te gebruik. 4 0 twenties female_feminine Capetonian af
|
70 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812016.mp3 0bf2f591a16dca8f62e4d29d27434801d38e185e8dacd3042ce8aebcab1d2c0c Hulle staan soggens vroeg op 4 0 twenties female_feminine Capetonian af
|
71 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812017.mp3 23aa6181bb50c3e863e26013444cfa326f18f8b3feb0aa99b4179a8be8166dcf Dit is 'n stil nag. 4 0 twenties female_feminine Capetonian af
|
72 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812018.mp3 0ff1b2d9de85bd10911f8ea5f9e56d2725b160d3ad110dcf348948d12ca1606c Gebruik die gegewe inligting om 'n frekwensietabel van die verskillende dromme afval te teken. 4 0 twenties female_feminine Capetonian af
|
73 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812019.mp3 21c4e4c17be9187f84f2b4049503bd98936b060064811a6e66e471e8725a018e Haar wange is bloesend. 4 0 twenties female_feminine Capetonian af
|
74 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812025.mp3 2d456af65cf188b838640422bf778630ee8f5054338bc5c752b5fe552a656e60 Die kamer is leeg - daar is niemand daar nie. 4 0 twenties female_feminine Capetonian af
|
75 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812026.mp3 0ba794c0a8a8a7bca36a4561cb8eb74c7a33da893ec91f7aa513e104d4dabc7f Dit ondersteun ook ekonomiese groei om die skep van broodnodige werksgeleenthede te bevorder. 4 0 twenties female_feminine Capetonian af
|
76 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812027.mp3 0f1703471896260ec0e1d98d6678b836e44e2c726aca293d17c62f78d146be7c Ons het die groot skoffel gebruik om die hardnekkige onkruid uit te grawe. 4 0 twenties female_feminine Capetonian af
|
77 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812028.mp3 233b5253da32168cefd478500abc279cae46917b224d35d44386a2a5e8eb982a Vir vertaal- en tolkdoeleindes ontstaan daar nuwe velde waarvoor voorskrifte tans nie bestaan nie. 4 2 twenties female_feminine Capetonian af
|
78 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812029.mp3 2d6ae332da37cd35242d763aad6a11424c935e98c339b323d3959d50ce62d454 Dit kan onder meer ook deur die gebruik van ongesteriliseerde tatoeëernaalde oorgedra word. 4 0 twenties female_feminine Capetonian af
|
79 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812035.mp3 287d6c68e386d77b363caad08323fa1461d3fb28f0457d36bdb7ed12167b3bfb Gooi asseblief al die rommel in die vullisblik. 4 0 twenties female_feminine Capetonian af
|
80 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812036.mp3 236c024ae23789bd5bea919af6e19901cfbc309deb4e7d28954a4e29e0300815 Die besoeke sal hoofsaaklik fokus op die versterking van bilaterale verhoudinge met albei lande. 4 0 twenties female_feminine Capetonian af
|
81 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812037.mp3 15ff9efe4b912cd48a81f59a9f7d060b1a565220f537e1c185a2c0f2e1cab8c9 Hy sê vervalste goedere verlam die plaaslike vervaardigers in die klere- en die tekstielsektor. 4 0 twenties female_feminine Capetonian af
|
82 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812038.mp3 0249f321b898b6cfced0a631893a730f4bc135046106112760e893e4bd71b42e Die laaste aspek wat jy moet oorweeg, is betrokkenheid. 4 0 twenties female_feminine Capetonian af
|
83 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812039.mp3 13a4acd4193fa1b70c9260b0933042f8fdf32886e8dace73edc36a6c07e497e0 Ek het laasweek met ’n nuwe werk begin 4 0 twenties female_feminine Capetonian af
|
transcript/af/unvalidated_sentences.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/af/validated.tsv
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
47575b28e5c0a38eefa0de793a6278a240f81fe802a240ec7f6ff85d667c9f82af80b60ca2f90e68b80c7542333aabeece36d6110e2ac0f74ded73ba07b327f9 common_voice_af_39016673.mp3 03732d125257f631347eafd718b3b0007c308b0d1de4b039453b22b1010787f5 Hou op jou naels kou! 2 1 teens male_masculine af
|
3 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879080.mp3 1fb1f3e917020cb142581160d336dbe8a089227da18aff82474e53369cb8019e Dit is dus belangrik dat jou akademiese gedrag altyd eties is. 2 1 Midlandse Afrikaans af
|
4 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879081.mp3 0ac15fb2c776975fb7e2ab363d1d9da584a8c29a30f8be13753c05a51ac01f12 Hierdie Suid-Afrikaners verteenwoordig die hoop en deursettingsvermoë wat ons nasie kenmerk. 2 0 Midlandse Afrikaans af
|
5 |
+
84255e40bf1264c2674828c272e310a10a68b0834711c666bcc0ef1d57114a2c524ee2cc8297ff9c44e861a8487572c0d29d23ad778ce4c8e2aba5f7b250dd4b common_voice_af_39879082.mp3 253e064c85bf91bcaea37f85be76e89daa859b03544ed7c0c52fb6bb5b539f91 Hy lees ’n boek 2 0 Midlandse Afrikaans af
|
6 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087094.mp3 0651ff35d210de65a24c1949266538f147c28791b991f0d79661e4c95d80203d Die insigkomponente word aangedui aan die einde van die voorgestelde antwoord vir elke vraag. 2 0 af
|
7 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087095.mp3 0430ac903b9dda4936790f1484061f00edb2ffd2d183e59521f66b3d8578b7d7 Hy het skroewe gebruik om die slot aan die deur vas te maak. 2 0 af
|
8 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087097.mp3 1406031f8b60cabc809c906c2200a9a4ea9cd012b161bde7f42c86f6c02e582e In hierdie wêreld kon mens dinge vermag waaroor jy voorheen net kon droom. 2 0 af
|
9 |
+
93dcde93043394907d2601c10f14bc19a9a5337f70db6638b98ffe38c3e498dd8c456711db28af9f3dbbde3523e52d0e556ece86a05c0762829007c10bccba9c common_voice_af_38087098.mp3 09b4351c1827b79c45d16f1f35d115f1c27cfd1aaa8ced6c16cfceaaa976ffe7 Evalueer media- en ander invloede op persoonlike lewenstylkeuses en stel gepaste reaksies voor. 2 0 af
|
10 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088393.mp3 146b506b3cf29ebcfd7306fd88e0b152f2335c16da93279efe5f76d2ba2e8063 Hulle het klippe in die pad gegooi om die verkeer te belemmer. 2 0 af
|
11 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088394.mp3 0c3f45a167e54c635b2a195afbef7c9beb2a80b7a808eaee2841398aa9b74348 Geen mate van ekonomiese swaarkry en ontevredenheid kan sodanige misdadige gedrag regverdig nie. 2 0 af
|
12 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088396.mp3 0893ae6d4cea98db2b70c8c5fc73e7133bdb3a4d2c210c9f134b2902c5799a69 Die Rekenpligtige Beampte is die risiko-kampvegter en voorsitter van die Staatsbestuurskomitee. 2 0 af
|
13 |
+
b7b78e93a9152d19bf7981b2530c410e007ea7c80bde57f95ad0bdc4bc086265fc1da8a8ed040fe3b159e3692203545e8280be25fe703651be9d599023e3370b common_voice_af_38088397.mp3 12ca1be2ce9dd8df1d6f9bb00bba42de7b80b7a17a99820562740f2777087c76 Ek kyk soms televisie 2 0 af
|
14 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667403.mp3 11631f3178d5c4f1e38af268ff2654b9721b4fd669a2a055eabe6fcc4765c61c Die Parlement se konstitusionele hersieningskomitee het verhore in alle provinsies afgesluit. 2 0 Afriaans pretorianer af
|
15 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667404.mp3 13ff01b60e285be02c2ccdb89a8440cd8df317cd7cee863ad42ecb088406df9b Ons infrastruktuurstelsels loop die gevaar om verder agteruit te gaan en uiteindelik te misluk. 2 0 Afriaans pretorianer af
|
16 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667405.mp3 02db5a80c04aa74f646cdc4d2a757c3d2daef95fffbed2fd7e1e534a97e776dc Hy het ’n baie lekker woonstel 2 0 Afriaans pretorianer af
|
17 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667406.mp3 29189859f276c006f8e4a79f5a81bb1aab4f85b175b6a89e94a781b519edf1a7 Hulle aandag was nie noodwendig deurgaans op dieselfde persoon of persone gevestig gewees nie. 2 0 Afriaans pretorianer af
|
18 |
+
25b4675fa25b463de0fb5f59daf072ae4fc769d760899d4be49d2536a620fa163e06b48dfd79d342ecb590982d3417ab343273bb8a1355a62180d2ff08a7a9ce common_voice_af_39667407.mp3 024915efc4567f479fbef85fe9f7f01b65e56f98547d50ae880c5d862f85d9ab Hierdie gebou verskaf inligting oor Mapungubwe en bewaar kunsvoorwerpe uit sy antieke geskiedenis. 2 1 Afriaans pretorianer af
|
19 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631307.mp3 01e0b4bb014e5f37d1f2515bff8caf2ab6c4dc4f062441e3fddc685394b6ab3e Ek moet gaan nuwe skoene koop 2 0 af
|
20 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631308.mp3 21569f3198fe329ab46ba9deea313067f9f1fb04ad96e368e96f583a2dae7b12 Die afgekoelde oplossing het 'n konsentrasie bo die versadigingspunt en dit is superversadig. 2 0 af
|
21 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631309.mp3 0be5b265a1a54e315d34bd200198be07a35dddb8c9ec37a9be97eae924fcd4f5 Elke skool moet 'n assesseringsprogram gegrond op provinsiale en nasionale riglyne ontwikkel. 2 0 af
|
22 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631310.mp3 16381d1315148e4f79d91646e68582ebb466b94b4b65695d3029c6cfbf0b6776 Daar is versoeke dat meer polisieoptrede en gemeenskapsbetrokkenheid geïmplementeer moet word. 2 0 af
|
23 |
+
25e3421aed9a5cd8e03542d0d91551fab8ae094ee9430ee9e7674a31e322d8e7dd067fd9bccaf76cc0f1b5675d74a6920bc9550c9b9c596eabb77358b5718d74 common_voice_af_39631311.mp3 0e4481bcbc4d80b1472614520e0ba40c4e89f6160922da9c102cf324087f00f3 Elke Raadslid is dan ook persoonlik verantwoordelik vir die gereelde betaling van sodanige kontrak. 2 0 af
|
24 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089136.mp3 1418b5aa26546712a7965cc81ae1852b25f744bc038ec0480de90f58f0a63924 Die mense is baie vriendelik 2 1 af
|
25 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089137.mp3 056caa721749562a5b60e45a48772b024276762427d3d68eb111a4603ed91547 Dit was 'n deurmekaar nag van opstand en verontregting, van moedeloosheid en selfbejammering. 2 0 af
|
26 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089138.mp3 0fefe986ca8bcbf5efbdcdfd17397b6ed2de346b2c91c02f7a79a0021590ce07 Ek wil huis toe gaan! 2 0 af
|
27 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089139.mp3 1a0df9c54906956c58381076170b0ef647692bc2faca720aa0e78b63e4fb11b4 Raadpleeg die uitdeelstuk vir meer wenke en voorbeelde. 2 0 af
|
28 |
+
2f81b84161c949381d292c840801bd6f06367cf03d9463740844542320ccd8621e12701c7ea0598e5c02cb75b7db6e05c5e8f815e513e832a94b680c3e0b47f1 common_voice_af_38089140.mp3 0f05232d6cebc1c822419d777310f98de6f6b46b256fdadae04810b4916d9206 Alle assessering van musiekvoordrag bevat weens die aard daarvan 'n element van subjektiwiteit. 2 0 af
|
29 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090277.mp3 1838b7a6bc191963d4dfd7ebf0a18ec07db961630d9f75e9f78aa408ab28dc0a Uitnodigings word ook gestuur aan instansies wie se name deur die munisipaliteit verskaf word. 2 0 af
|
30 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090278.mp3 0b6a59921b449ffcc7ea727c222fe4a9b44db929ff4ab4d9d18d2857fc1abf26 In die relatief ongerepte bergagtige dele van die streek is daar egter goeie ekotoerismepotensiaal. 2 0 af
|
31 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090279.mp3 0717c9cf3cb39cd5710510c953d5e18a88e3932558674e19ff87ede0390c4373 Verduidelik waarom driehoekige vorms in die ontwerp en konstruksie van dakkappe gebruik word. 2 0 af
|
32 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090280.mp3 1cd5fbdc5aa218fa2aa400c2e1a446b0389721e1cd6abbd8e7a5e16e6f4dc932 Sekere van hierdie komponente sal tydens gisting ontstaan terwyl ander na die gisproses ontstaan. 2 0 af
|
33 |
+
878776b2790d31cce306f6f90dbebd1cd701e95d9f372123394c3ef83c4955dee8778a047c6deefea1ed403acbfcb978cb3f6721d4e81a1d2717092add193172 common_voice_af_38090281.mp3 1d5bf8a0e4ec82b507e467547d2da69289c5ce2bad80eb9c4678ec435c46c2df Niks spesiaals nie. 2 0 af
|
34 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612836.mp3 01f7ca01cafc8449bb48614e9c87ae4dd685f219c6ebe05cf02a6245407367cf Gelderbloem help ook met die versorging van kankerpasiënte en hanteer die uitdeel van medikasie. 2 0 af
|
35 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612837.mp3 0ae08f55b191a296916852abceb4d88ff37d74da6f95ac21091d2787ccac0486 Die hipotese moet verwys na die verwantskap tussen die afhanklike en onafhanklike veranderlikes. 2 0 af
|
36 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612839.mp3 08237988b92de3f36eb8d98614a16865b103e93f4ff97df39856486318912ff7 My woonstel is klein 2 0 af
|
37 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612841.mp3 1889557734d9415536c913bebdc57c7aa7cec2e9cc3a423690882ec647478ef7 Probeer koel bly in hierdie warm weer. 2 0 af
|
38 |
+
a98acc24948d239d606569e293dc39a3bb03c3427dd94f41cd1aefe66b0df24435f9834dbc2c4776493020ff4bef10f3bc03c85734d8c502d340f8dedbd0e835 common_voice_af_39612842.mp3 0924fdbb66d24f5c349dfbafc1e366e408d9f57f5e649e2ac7a6971e5b470789 Die goeters kon so gevaarlik getoor het. 2 0 af
|
39 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631221.mp3 176d535b33cbba34cbf785d044df1e2363239dfa50d8c7bd8da187d0dec3abf5 Hy verander homself meteens in ’n Springbok. 2 0 onkenmerkend af
|
40 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631222.mp3 25fa55a2ea23f0b3c94bee507051aa4d3f2f6a85a6912bc18b8b29e4d860a465 Ek gaan nooit bioskoop toe nie 2 0 onkenmerkend af
|
41 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631223.mp3 2ac25794c7d63d638f76b795bca91d6bf56be838dacd054e0991d076de807a5b Die roker hoes aanmekaar. 2 0 onkenmerkend af
|
42 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631224.mp3 25e1a118c287489705ca8759448445f3088c7b29b737527f996096c0151a5143 Die verwronge handelsomgewing stel voorts besondere eise aan landbouers vir volhoubare produksie. 2 0 onkenmerkend af
|
43 |
+
beab40797d1177e5a1c8898cfbbc8ddb4cf5b934d8f826b3300b1588a6ecfc3e9b86395949f760ea83437ab248aaa65c5ed0318fe85f7f6c7382db02c4e68a10 common_voice_af_39631225.mp3 203e737dad285179c9168d6164e11694ceddbba45845cb334bcff7b2d45450e2 Vetsug, oorgewig of ondergewig skep ernstige gesondheidskomplikasies en kan tot siekte lei. 2 0 onkenmerkend af
|
44 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089501.mp3 03b140670f4cce9a44a1120a0066a6a7c74609d2222714943efe62002b720af7 Formele assessering moet vir 'n reeks kognitiewe vlakke en vermoëns van kinders voorsiening maak. 4 0 Kaapse Afrikaans af
|
45 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089502.mp3 11653f2e06e8ad59898866a0b091e49b4628e829ce0191d7910cf27b8beee9d1 Ons word al ongeduldig dat ou Bamboes so lank vat. 4 0 Kaapse Afrikaans af
|
46 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089503.mp3 11d0b7c3bc7f91f722fef494ff9e272b9df01b6c6dbcf4ca2dab779c0ef4a0a8 Sy sal vir hom 'n brief van haar ma gee. 4 0 Kaapse Afrikaans af
|
47 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089504.mp3 05ba3351f25eae42c35d5aa4ea21a2b5a747b37e8dbb515b0e4f34da195e4d0f Die onderrig van praktiese ontwerpinhoud, -konsepte en -vaardighede is siklies eerder as liniêr. 4 2 Kaapse Afrikaans af
|
48 |
+
d45bbf6d4c85018f0a08b4260e290a21f3e9adc4ee2d27008ec61626beb412bd764801729fdef10ad81cbc3deffed6928421edac102eb7f5b4e0525deb8ed167 common_voice_af_38089505.mp3 1da92f0c1b09c8c3ca9ca84186174f613014af6cea3359eac0437e767e086af0 Kan daardie vrou regtig iemand toor? 4 0 Kaapse Afrikaans af
|
49 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090312.mp3 1687ae74c05fd356e8915fff32ae4a4bd3aba28734cd454a0ff00b6b4750da8a Dit het verskeie paragrawe waarvan een sin per paragraaf dan gewoonlik die hoofgedagte bevat. 2 0 af
|
50 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090313.mp3 0ceab4f1a92cbc5e58f9d36bedafc8d895dad86d3b0d068c59cde5e21ae5cb1d Ek moes vandag na die apteek toe gaan 2 0 af
|
51 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090315.mp3 053f9baa48b45eeb7b69eb47cd4ba8ab6fc0f4c1b0d48b1317a8b8280dd726a6 Die lekkerste sit vir hom is as die rook onder sy ken in speel. 2 0 af
|
52 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090317.mp3 07636ea42b3f2266fc5f8dc619d93363488ac8377bfbc61b0e5f8d346d01c30c Hierdie kort man is my pa 2 0 af
|
53 |
+
e9521b660d0cf177baf9cc3030e7c354c5e017ed09353862ee87b09b7b00c8cc58875511e6d2994629440076827878d94a131c344881844fefe964ef61a0339a common_voice_af_38090319.mp3 03d98e6c6e4a0a179517744ab3a79c8683dc2e9e067e535571699101ed5d1921 Ek glo in die Heilige Gees. 2 0 af
|
54 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090552.mp3 0e37f655f72d3ff41111828f769907b8b6cc37c5e08718a9b40ac55d3e6c0039 Ek drink nooit koffie nie 2 0 af
|
55 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090553.mp3 07a0192e2c1798b19082352f68d93b716c04b91314ef643ce6d1228ce534ecf3 Die eise aan beskikbare water sal eskaleer namate verstedeliking en die bevolkingsgroei versnel. 2 0 af
|
56 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090554.mp3 10b334a94395571d69153d02211c411830db055cac8351f285e15548dee2107a Gelyke massas van verskillende radioaktiewe stowwe kan egter hoogs verskillende aktiwiteite hê. 2 0 af
|
57 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090555.mp3 16a80cd1b5435c0fdb61b00b5b69898b986407ee5b5f18be9877dbecde7a60cf Die reaksietempo is die verandering in die konsentrasie van reagense of produkte per eenheidstyd. 2 0 af
|
58 |
+
f10504b6220f51fda68cd4cdf924ef5de2efc15e381e14046ad3b30fe709a6c6e885bb1cbf971714458481a1f207bec36673569e7e40474c9de3fb46a7e0b88b common_voice_af_38090556.mp3 181c35583f71ae73b5aff51205ba97d7dd79ee43acc06e5df79b62a55c57ac9b Jy kan steeds die brood eet as jy die muf afsny. 2 0 af
|
59 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126766.mp3 2eb273f8fb18de7fa73506627b2afda156f13b963d630e461fac4564cf87cc4a Dan val hy weg: “Nou gaan ek julle van hoeka se dinge vertel. 2 0 af
|
60 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126770.mp3 27f92e3cd7d3517b31884f6e7369ac9c880827a822fb2f957e090d5974521962 Addisionele sportverwante projekte is geïdentifiseer en uit besparings op personeel befonds. 2 0 af
|
61 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126782.mp3 2952315fa014031f9ecd29a6fc84928044c045b41b3dc864ef58d3dd6c647dee Jy het, byvoorbeeld, dalk belangrike sub-onderwerpe uitgelaat of foutiewe inligting ingesluit. 2 0 fourties female_feminine af
|
62 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126783.mp3 1a87f4d0fdb52918e1b50ec94f332ccefcac0d38a5aee629e57d00485df25ac8 Bespreek die verskille en ooreenkomste tussen die Ortodokse, Hervormde en Konserwatiewe Judaïsme. 2 0 fourties female_feminine af
|
63 |
+
f430193bb319c3b8bb4d722a0f0cc08dcc7b08c6e3635d5a35d0d6a851fe1df2b70307337629da18be85a57fca7bae3d6bc3d47bdbc6940254ec1b2ee733a37c common_voice_af_40126785.mp3 1b1da151d7b632a53eba38147f2e346be3b46963062baaee6e373e1664f39ddf Dit was lekker 2 0 fourties female_feminine af
|
64 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086398.mp3 17a970302cca22bdcce9a4a33eb84ab5c71e385ed2a2fc3457d249fb467cbeb6 Vryheid van die media word gereflekteer in die verskeidenheid standpunte in verskillende media. 2 1 fourties male_masculine af
|
65 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086399.mp3 1591422c551f1d819bd3c8ffa8f93524bbb612b1cec3f25631d076757741ff3f Mensehulpbronne is 'n sleutelelement in die bereiking van die departement se strategiese doelwitte. 2 0 fourties male_masculine af
|
66 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086401.mp3 09823c4efc89ef01863e4f3379374425c337beed0570b2e027db9b6ddcaa9a3e Verstaan die geografiese, ekonomiese en sosiale konteks waaruit kuns en kultuur voortspruit. 2 0 fourties male_masculine af
|
67 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38086402.mp3 040fdab41be3da32731fe9170b8a2677445eda98736e671f79dfe7fac3b462e0 Steun aan alle skole in finansiële bestuur en administrasie word op deurlopende grondslag verskaf. 2 0 fourties male_masculine af
|
68 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088717.mp3 091ef56bbdf7082a05ff113c4820c4519ced06a8bbcf6db2616a3a7b4a7c2274 Tekste weerspieël ook die verskillende kulturele en politieke kontekste waarin dit geskep word. 2 1 fourties male_masculine af
|
69 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088719.mp3 0e519dcb36084efd6e28d7eea9a482385a2797f35121705e1d277e12cfb42fdd Die lokale van die bevoegdheidstoetse sal binnekort aan elke individuele aansoeker verskaf word. 2 0 fourties male_masculine af
|
70 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088722.mp3 160ba3c31df659865c1c3067df94800b1d3588009eb9287d13bcb25cda6f036c Deur gebruik te maak van bogenoemde data, bepaal die winsgewendheid van die boerderyeenheid. 2 1 fourties male_masculine af
|
71 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088725.mp3 1b88361167875d4e4fc2f716407b157d48b79589f3458f8bbc2170248f841f86 Eenhonderd-vyf-en-twintig toerismeondernemings het toegang tot bemarkingsgeleenthede ontvang. 2 0 fourties male_masculine af
|
72 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088750.mp3 02e55366f073fa4ae9edc9f9be980057754a35889491fe4e5f60f9c1db210383 Hoe lank is jy al ’n onderwyser? 2 1 fourties male_masculine af
|
73 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088751.mp3 01ec2cb4ae2d3f84f2aa3d06d0de4ba79d5bc41f5996c17b140b1c9958a97b86 Beroepsiektes word veroorsaak deur toestande waaraan 'n persoon blootgestel word in die werkplek. 2 0 fourties male_masculine af
|
74 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088752.mp3 086656b339669ccdc826db7e2e5c799e954b0b7aa98bf7b466af605f7813389e Werk jy in Nieu-Seeland? 2 0 fourties male_masculine af
|
75 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088753.mp3 086be364990d8372e835d600d45949272cac2cf1105e321c7df6819dcdd7118e Toelating van invoere en uitvoere van diereprodukte van Suid-Afrika en na internasionale lande. 2 1 fourties male_masculine af
|
76 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088754.mp3 17c521812142eb4522e1ec825b7c0e5ed62ceae3009eff0566617cd6c1feb65b Farmaseutiese maatskappye gebruik duiwelsklou om medisyne te vervaardig en toon groot winste. 2 0 fourties male_masculine af
|
77 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088781.mp3 0a9e9eb4e94dc1d577ca68b20f44e0b4a5bee7a756b436b5f703e352b44c0b23 Ek sal verduidelik as jy kalmeer en luister. 2 0 fourties male_masculine af
|
78 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088782.mp3 0893f96e09a4a15c0e354e8a9c5a7ead93545b317fe84ac40c473ae79673e4fe Die naam van die akademiese joernaal is kursief. 3 0 fourties male_masculine af
|
79 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088785.mp3 0e7b34cefc137e0e855561bc5fa2c7d9cc0c4e9d2cc7d0088324f15f866cdc8b Siektes versprei maklik as daar nie skoon water is nie. 2 0 fourties male_masculine af
|
80 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38088786.mp3 0255e0cd7be5515b5594edd67632ac80c051bfb989b7fd1ed6075dd7af784964 Getal gebruikers van dienste wat toegang tot gemeenskapsgebaseerde behandelingsdienste verkry het. 2 1 fourties male_masculine af
|
81 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089141.mp3 1741b5b9a74f6b9a648aa27b04d4a5f551593d9f61165e175c6161534a17da82 Watter bron is die gevaarlikste vir menslike gesondheid en kan siektes soos cholera veroorsaak? 2 0 fourties male_masculine af
|
82 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089142.mp3 0c44336ea8d44ea4b80b73ddacb5576c5aa256b1e4f2bdb7285a5a8060f7df70 Verkies jy tee of koffie? 2 0 fourties male_masculine af
|
83 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089143.mp3 02d4362d39f1e17d31ccea3fdb55d109ae78fe365c6212937cb61cd42ed75263 Beskryf eie versameling voorwerpe, verduidelik hoe dit gesorteer is en beantwoord vrae daaroor. 2 0 fourties male_masculine af
|
84 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089145.mp3 195b5d0073ce718ab02f2cfa68a3ad7e272aca5fad3c94f449736aa57fec5b0e Die nasiener moet onthou dat hierdie visuele prikkels oop is vir 'n verskeidenheid interpretasies. 2 0 fourties male_masculine af
|
85 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38089147.mp3 08a3908b33584f138c704823e658b0647a0103e316efdb7b95ff2305ee95dd73 Die prosedure kan op pasgebore seuntjies by onderskeie gesondheidsorgfasiliteite uitgevoer word. 2 1 fourties male_masculine af
|
86 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091960.mp3 092bb9bb5862dad5d3286ffba6f3d93e6e71ef424bc5d7790012e60caf4a6f61 Maak seker jy kook genoeg vleis vir almal. 2 0 fourties male_masculine af
|
87 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091961.mp3 1232454d38439fb3832942e3b9b1741951028e1766b30906aad0442fd36aea8a Griewe aanhangig gemaak verwys na sake wat binne die verslagdoeningsperiode gefinaliseer is. 2 0 fourties male_masculine af
|
88 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091962.mp3 19ba3256cf6371e4e8558f184ef324c227b8e2a7b17c9cbdba55575d8d1ccd7e Neem asseblief die leë bokse weg. 2 0 fourties male_masculine af
|
89 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091963.mp3 1f3883f5a2db91609adc7b20380ed18794b3547a0238711524fad7461a3a94af Verduidelik watter aspekte van hierdie bron deur 'n historikus as bruikbaar beskou kan word. 2 0 fourties male_masculine af
|
90 |
+
389d64208bb16616aeaefd59ad89624adf2f7cb0e68d4d97c380215b52a7eced9d0849bb269542471cf25cbddd543932c79011b751eb6d7380245a6da0eb1eff common_voice_af_38091964.mp3 176898583a3a8d2f51b42c31b207ec479d7b813d827799a60a65851f26f1036f Die Departement het 'n toesighoudende rol ten opsigte van hierdie provinsiale sakeonderneming. 2 0 fourties male_masculine af
|
91 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087445.mp3 0f5b0a8e39ee679e364df857612fd6f73f1028ecadb11c8d8ad4127de6081ba9 Die afsluiting van die proses en die aanstelling van diensverskaffers is 'n voortdurende proses. 2 0 af
|
92 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087446.mp3 0de3b1ea9aa5cc48aa29b3494d1eece7b776dcf0a0bd90f4678d4e899a8d3708 Watter dag is vandag? 2 0 af
|
93 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087447.mp3 1678be68f41e48a0464b736ac2fd604a5ba2b0320117fdbcdf371fb6921bffa4 Word jy vroeg wakker? 2 0 af
|
94 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087448.mp3 098527feb39e4a9c35711e4dcfc60d67573806191f41f6335ea9dd5a606f83e4 Selfs die internasionale musiekwêreld neem deesdae deeglik kennis van hierdie kunstenaar se talent. 2 0 af
|
95 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087449.mp3 0b35ffb98e448b501f5def9b78aa6ca135d80b6e9b6af9953193d57adc17e20d So kan jou akademiese stem help om jou argument te versterk. 2 0 af
|
96 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087460.mp3 004ab390f5088e845357a94e5e819d9d4d688fa9e3d8a156db5f4635ce3a4240 Jou skoolkoor het die koorwerke hieronder gedurende jou skool se jaarlikse kunstefees uitgevoer. 2 1 af
|
97 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087461.mp3 00d7e42a5d76231f16b4c4de54076cb436687e30d0e3dcf699254cde3dc158ba Ek het die hond se gegrom gehoor. 2 0 af
|
98 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087462.mp3 1a9ca222e44cb3971e19cd9cd72c9e51feda94b56a909e16187e0839dc30716b Hulle sal ná skool baklei. 2 0 af
|
99 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087463.mp3 0af9fdf907100a4e7302578f191c800f4491f8d5908be1e0fcae8398c69331d8 Daar is enkele verskille in die formaat van die volume en bladsynommers. 2 0 af
|
100 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087464.mp3 1418bf95a7752b8cccaabd0be478e64edbf3da326cef384d77da3c1ef286dfa7 Dinge raak vinnig oorvol en baie beknop. 2 0 af
|
101 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087484.mp3 0e43ba5aec5b060ed6acf62721f7545e1d297de0aa19c1ffc39ae59d61836709 Ons sal kniel om te bid. 2 0 af
|
102 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087485.mp3 115db574b0f6b403f10dad9bf4250e866f7842183ed2c9cf5538d87cf5f25188 Kunsfinansiering ondersteun kunsorganisasies wat omgewingsbewaring deur kuns en kultuur bevorder. 2 0 af
|
103 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087486.mp3 0d8a362971f2f17987de6b06cb3241f2dcb71e0e3dc7456f04703d3a8af7b4a5 Ouma Essie se uitlewing van Christenskap beïnvloed Baas se siening en uitlewing van Christenskap. 2 0 af
|
104 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087487.mp3 15f2457744b40bdb047e63894a783194b635f641e9fedd5d72acb657a639a0ff Woensdag is my gunsteling dag van die week. 2 0 af
|
105 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087488.mp3 0e173cef4e71b37e0ea6fc44e534f4d56083be0cf00e0774cd828dd9d0fbeb85 Die toetsing van motorvoertuie kan deur private of openbare voertuigtoetsstasies gedoen word. 2 0 af
|
106 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087493.mp3 07bc00abd4c0abaf24edcd30003561c5fd50198c07a0377f0b9e69e811abf795 Daar bestaan nie iets soos 'n gratis maaltyd nie. 2 0 af
|
107 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087494.mp3 12ee7f123eac5c9d537a5e53ff9e4dcc07e20f97cb5383dcec7c487e5526486e Die petrolprys bly styg. 2 0 af
|
108 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087495.mp3 13f1e51fc022916cb8e1a7a121deef92409b9866811362da7d52c4ad2c04ab0d Sluit kritiese studie van die voordele en nadele van verskillende vorme van voedselproduksie in. 2 0 af
|
109 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087496.mp3 022fabf6122f435b6066a0152c44507f453f2d6b71dde4de7b943f94eac2c93d Die skoolhoof het Kinderbeskerming gebel en die polisie en maatskaplike dienste het John weggevat. 2 0 af
|
110 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087497.mp3 0a7c549d187c6c779152031881ee4a90732c122c385c34b9f2a57698230f647d Toe loop keer hulle weer terug lêplek-toe. 2 0 af
|
111 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087503.mp3 0ee71b90c0023dfbc81e7ed3cee8b691abba0edf97f82ed37851257e33f0e145 Fisiese of logiese toegang tot inligting of inligtingstelsels deur 'n reeks netwerktoestelle. 2 0 af
|
112 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087504.mp3 01e3b1c21f2b88b0fcae490c846fbfa7e560773d864a96b6530599b172a94e65 Die toename in Munisipale Dienste is as gevolg van 'n verhoging in die elektrisiteitstariewe. 2 0 af
|
113 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087505.mp3 187914df21b2c3a755b13416b859dcb400f9f9f172e84d426061c95622a998cc Die dorp is langs 'n rivier wat water aan die dorpenaars verskaf. 2 0 af
|
114 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087506.mp3 1aa903e454fa97c605b8bb55d87a222a7ecb0a57516ce6fd39e0e4e50c7fe5ca Die konferensie vind elke drie jaar plaas onder leiding van die Internasionale Arbeidsorganisasie. 2 0 af
|
115 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087507.mp3 16534b4d241beb0ff08c468c7c6d5ed86c39ff08a34bce64c2c49ab4fc1e5034 Ongelyke ekonomieë kweek ongelyke samelewings en ongelyke samelewings ontwikkel en floreer nie. 2 0 af
|
116 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087508.mp3 006ffc12c699d0ee613a2118daaef014167513525e803e7c7ebb3d7db92f2ffe Dit sal verantwoordbaarheid en gefokusde prestasie deur lede van die uitvoerende raad verbeter. 2 1 af
|
117 |
+
b49d914b5d86775a6971a1934e67224e5274385a38e09a7b4dc11e76d843c8ebae54189e10d063e060e1a839936b959a1301bf514a710b1961db0debf05bf5c2 common_voice_af_38087509.mp3 0194e4ffa34f7687dc31128532329bc31bdb94f3e19d909c2feda48ea307ff36 Alle gebruike van hierdie gebiede moet op beginsels van volhoubare ontwikkeling gebaseer wees. 2 0 af
|
118 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597042.mp3 21b4ad3a0d7cf5d2f0adad836701f89bd58409a49aac1cb9717df1040da406a2 Vertraging in die aanstelling van diensverskaffers maak dit moeilik om projekte betyds te voltooi. 2 0 af
|
119 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597043.mp3 2568aab00079fa2b2d6068d6807211596b4dd6bbb677e7a9264be60d78cd878e Wat doen hy? 2 0 af
|
120 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597045.mp3 1937ec9c0854cc3af42b59f158198127415d4f96c016dacfed9fa306c7735fdb Ons geniet altyd haar partytjies want sy is 'n uitstekende gasvrou. 2 0 af
|
121 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597046.mp3 0a3b62334a50f569d5d6e639ef6d5caee2ede9cd583cefc875e45506ec140096 Taal is 'n belangrike instrument om begrip van menseregte en omgewingsgeregtigheid te ontwikkel. 2 0 af
|
122 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597047.mp3 2188df7adb0c8a2db80c7c508579f260d4707261fd7da21bc24413eb4ddb3391 Watter van die volgende veiligheidsaspekte is nie die verantwoordelikheid van die werknemer nie? 2 0 af
|
123 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597069.mp3 23d0a96ecad2be83a4adbdc77fcb9cf843379bf109262f11fdfeef8e4ad94bf1 Ek het monumente gesien 2 0 fourties female_feminine af
|
124 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597070.mp3 03df375d3bcdd4617f9f79553a4147552c89e360e766ae1dfa3aa621dee338f9 Hulle het matte nodig gehad om die kaal vloer te bedek. 2 0 fourties female_feminine af
|
125 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597073.mp3 052989fd37739390227328ac4ed6a46844b7ad724ed3bf0ca365cf0c83140288 Daar moet besef word dat die leeruitkomste saamwerk om leerders se taalvaardigheid te ontwikkel. 2 0 fourties female_feminine af
|
126 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597075.mp3 024006459aa0cdc14ab6987d4700f17561a5328b2ea5eb832b2f8dc4f6406ddf Die leerder moet kennis dra van verskillende beroepsmoontlikhede en die implikasies van keuses. 2 0 fourties female_feminine af
|
127 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597078.mp3 23a2a7e05ef1698a3d1308ae7f03d5a33d6ef7666c7e813740867d1ca92287fd Skryf die persentasie Facebook-gebruikers neer wat met behulp van mobiele toestelle ingeteken het. 2 0 fourties female_feminine af
|
128 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597091.mp3 0f40b87e2bc783e6c623039ac2c141dfaac118248efd0a79db346394c69d0ed6 Daar is kritiek dat Somali's geteister word wanneer hulle sake by die polisiestasie aanmeld. 2 0 fourties female_feminine af
|
129 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597092.mp3 2606672eb4248ca3c60b5744b61db37882376353765c9438c08dc313c828939c Hy is nie so groen dat ’n koei hom sal vreet nie 2 0 fourties female_feminine af
|
130 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597093.mp3 0b2d6785bb42b2dd37dee93c81b475bac09368a21da71016cdcb40595982e736 Die Program van Assessering vir Besigheidstudies bestaan uit sewe take wat intern geassesseer word. 2 0 fourties female_feminine af
|
131 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597095.mp3 0f0744439e0f3f50ba009bbb43ac0ca01c2102076b484eedb9476946d47d4bdf Laai die vragmotor af. 2 0 fourties female_feminine af
|
132 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597096.mp3 16b0d9f89fd3407ba338110fd26c3ad6fc7ea39ebf9642539e627efa4d126dc5 In noodgevalle sal die mediese noodbeampte die pasiënt na die gepaste mediese fasiliteit vervoer. 2 0 fourties female_feminine af
|
133 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597116.mp3 26cc0a9767b9f5fff3b0af3e8572850475cf1dd1763af41793c9f31eb8632e86 Ek het vir ’n tyd Pools gestudeer 2 0 fourties female_feminine af
|
134 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597119.mp3 1959c296e739d5974c00c4b02d7e2b32f8709af49731b690fa5f3092e187c770 Daar is verskillende maniere om 'n argument- en 'n teenargument te struktureer. 2 0 fourties female_feminine af
|
135 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597122.mp3 16f3e5f7c8c200cc08830d374cb39fc32b48ec17c2804bff11c7ec18b2770c9b Verduidelik waarom Hitler die vernietiging van die Jode as die belangrikste taak beskou het. 2 0 fourties female_feminine af
|
136 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597123.mp3 06aa131b193538e28eac5f272b714778b945e10083e2dc0d8353c35d82873d57 Die ingrypings is deel van die Program vir Grondhervorming en Geïntegreerde Steun vir Boere. 2 0 fourties female_feminine af
|
137 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597143.mp3 1ffda264bad086e40e895b5519810451fc60dd1f8435aeb35f9765fcfb157413 Hy het baie struikelblokke teëgekom op pad om sy doelwitte te bereik. 2 0 fourties female_feminine af
|
138 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597144.mp3 1ef490b18a035ddd79dddd55162499bcc93febb6ea925637aedcd53e4eea8b46 Vergeet van die verlede. 2 0 fourties female_feminine af
|
139 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597145.mp3 0a7620d57f16a8bc52aa5ff1d0f25e4ee52bb0783355032ff2523be2317c392f Informele of daaglikse assessering behels die daaglikse monitering van die leerders se vordering. 2 0 fourties female_feminine af
|
140 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597146.mp3 1b9c914e48a46614ad0c8e895965383c5767aa426e680938cbd2d248faad0e55 Sy het gesteun toe sy die swaar pot oplig. 2 0 fourties female_feminine af
|
141 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597148.mp3 2116576aa0a77af7f658a76f33210c5ccd4864b138074c0b190bed5df3b8ec4a Alle biblioteke word deur die Landelike Biblioteekkonnektiwiteit-projek aan die Internet verbind. 2 0 fourties female_feminine af
|
142 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597168.mp3 0602fa051996176288ddcdea0b0afd6eab1f6e0b1d1160d7d98033ee0834ba9f Ek kannie môre praat nie 2 0 fourties female_feminine af
|
143 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597170.mp3 2087958ab5fe2243f63e896fe444c557d821c9e335abdeef657f0c2ce9d07d84 Nou en dan las sy vrou ’n woord tussen. 2 0 fourties female_feminine af
|
144 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597173.mp3 212bd089a9e1da8d56b474ba59c942ac88c39612914a577c3779c15e88a389c8 Is die inligting betroubaar? 2 0 fourties female_feminine af
|
145 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597176.mp3 1577f64567c7edcc103aa380444c7cc4707a419ed1a3c08b62c6fe13c7618845 Die regering beskou ook marikultuur as belangrik omdat die mariene bronne aangevul moet word. 2 0 fourties female_feminine af
|
146 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597179.mp3 0d8bc38d7470426e98409d95c66152965cbc0be9b5a0b7aa89a59f8da0966641 Hierdie vennootskap het buitengewone positiewe resultate gelewer, wat verbruikers bevoordeel het. 2 0 fourties female_feminine af
|
147 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597206.mp3 23c7756361941688db7af201b5cfc073a12c01c0e7a4df54cc31ec0c6549ee1c Die eienskappe van elke vorm word aangeleer voordat vergelykings tussen vorms bespreek kan word. 2 0 fourties female_feminine af
|
148 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597209.mp3 1aad55df4222d8803294f60c44d665d3ecfba0abce0f234e55f2f46ef76ccc32 Hy het sy kakebeen in 'n bakleiery gebreek. 2 0 fourties female_feminine af
|
149 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597210.mp3 181a674a408a6cc1ef470e12f56aead5f05db8cb714bd8a5b7fae847ee2ef676 Die verkoopsyfers van twee motorvervaardigers in Suid-Afrika vir 'n sesmaande-tydperk is vrygestel. 2 0 fourties female_feminine af
|
150 |
+
8534c4285decf6a5f5c22ddd854452b1460eb6e07db69f54ba84fc6fc8458e80a154a7ec98ac09dc398aaa5ddab91464aeb20b6c8d123ced0d30e14d14777a4c common_voice_af_39597211.mp3 2232caf259687f3a61af7c8ba2ea6c8adccb5b3e33b27399aa7517c736e64d69 Ons gaan in die vakansie na 'n wildreservaat toe. 2 0 fourties female_feminine af
|
151 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809232.mp3 27ac84c0fe062a009b72f78eac6b0760e6f80c2abf25215e6cc3048e3e09c653 Wanneer is jou vrou se verjaarsdag? 4 0 Capetonian af
|
152 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809233.mp3 11c53309dce87242f40ec93c318999fd94830b310d7886a2c9251fe954b19d82 Beplanning is 'n dinamiese proses wat voorsiening maak vir aanpassing as gevolg van toestande. 4 0 Capetonian af
|
153 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809234.mp3 00a3fbc95c3c5ac7ba93e4f3e5112696a8ef1aaf77e5aa9508e6face903697f9 Maak die leerders deurgaans van die gebruik van hoofletters, spasiëring en leestekens bewus. 4 0 Capetonian af
|
154 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809235.mp3 1bcc4bee976feea2a30623bc25bcda24605db24fa5a37ff8c20943b5f071e667 Beskryf die tipe gesteente en onderliggende struktuur wat met dreineerpatroon C geassosieer word. 4 0 Capetonian af
|
155 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809236.mp3 13993bbab2664c548ca0de0a9d498d316be96377e9a3a777b8865d91d506e94f My bejaarde buurvrou is 'n weduwee. 4 0 Capetonian af
|
156 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809371.mp3 0f02fa856e9f287b87cd128d38376fb3ca85127eb5d2079fad8eb07680daf960 Getal subsidies wat na naskoolse sorgfasiliteite oorgedra is om dienste aan kinders te verskaf. 4 0 twenties female_feminine Capetonian af
|
157 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809372.mp3 0586587d5a7f9277def8e526245d3b9aa5046df68eb1ffd6200051a4d392946f Ek kan beter asemhaal as die lug skoon is. 4 0 twenties female_feminine Capetonian af
|
158 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809373.mp3 12442b428bbfd54290cfca91827bc1b3bc92ba2b9e9ad388e7e7ad9d55d27b43 Ek eet dikwels smiddae vis 4 0 twenties female_feminine Capetonian af
|
159 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809374.mp3 2922170a54371f6cd580c581fd6f1cf422c6f3ded6c2639a2c12c44e83ad9096 In Eendekuil het een deelnemer vir meer motorfietse vir patrollies in landelike gebiede gevra. 4 0 twenties female_feminine Capetonian af
|
160 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809375.mp3 260cd83fbb4a25a080b9086fd66188b25191da4573d4d1b4d6413ae83554199f Energiebesparende busse word tans gebruik om mense na en van die besienswaardigheid te vervoer. 4 0 twenties female_feminine Capetonian af
|
161 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809391.mp3 046cda0f3f07df536e2f7ea628d2410c42b07676ec3eee547f5b65409f4e6b3a Vergroot hierdie foto en sit dit op die muur. 4 0 twenties female_feminine Capetonian af
|
162 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809393.mp3 221908fa245419c0ca1e68b2906545f1eea63f1d4845d2a03f95ef5384a27999 Dit stel leerders in staat om sirkels en vierkante in verskillende posisies te identifiseer. 4 0 twenties female_feminine Capetonian af
|
163 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809396.mp3 28f70c94537336bd27d7c0640d82c5ccef4275e27271922c60b6de081135d095 Hy hou baie daarvan om sport te beoefen 4 0 twenties female_feminine Capetonian af
|
164 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809398.mp3 0f0265d1727c8ad788eef5c338219de3d34bdc7f2ad616dc7ae925df8dad1488 Hy geniet alkoholiese drankies, soos bier en wyn. 4 0 twenties female_feminine Capetonian af
|
165 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809400.mp3 02e668e2ad7abc481cf018fed4cf1328c9d434255ef7ad2bb70132a6f86a5b03 Verbeterde funksionering van munisipale infrastruktuur en toegang tot basiese dienste aan inwoners. 4 0 twenties female_feminine Capetonian af
|
166 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809464.mp3 04757ea4b88ea66464a4b07aa35554c167b7ad92cb453a262ff93edcd59bbe37 Dit is my broer 4 0 twenties female_feminine Capetonian af
|
167 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809465.mp3 29c371f8f4936b82dd0e05433266e8a9b354e3fc2362e721d11982c103945bad Tweedens gee die gewigsaanduiding riglyne om die inhoud van assessering eweredig te versprei. 4 0 twenties female_feminine Capetonian af
|
168 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809466.mp3 20825cdd133d854ab5d1d51146071a5842972556d81bcfc0f84b37d622a539d3 Dis algaar dinge voor ons tyd, waarmee ons nou niks te doen het nie. 4 0 twenties female_feminine Capetonian af
|
169 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809467.mp3 17b9786a2950c272c40e96780979fde053dbf67f60c2534361675c1a926e2db1 Sodra hierdie hoërisikogesinne gestabiliseer is, sal die fokus na mediumrisikogevalle verskuif. 4 0 twenties female_feminine Capetonian af
|
170 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809468.mp3 00f3d18d9104c071bce1d7f0b2f75bc1ccee24d1d1630aafa921871ced490983 Soos wat die wêreldbevolking gegroei het, het die aanvraag na stikstofryke kunsmis toegeneem. 4 0 twenties female_feminine Capetonian af
|
171 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809479.mp3 2341b6adaa1d191c80280edec1bef29cf617746a274189ff40894635dbd7b051 Hier las sy vrou ’n woordjie in en sê: “Julle moet verstaan". 4 0 twenties female_feminine Capetonian af
|
172 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809480.mp3 21a063d3a4790ed74f82c710ef829f3e3476bb5ed30f0e94a5a086c9abe89c1c Leer my asseblief hoe om naaldwerk te doen sodat ek klere kan maak. 4 0 twenties female_feminine Capetonian af
|
173 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809482.mp3 21886a34c7901475329495330d215ef8a4e99ec1e6e55424ec55096de7ff7811 Nogtans behou dit duidelik die stabiliteit, stemmigheid en dringendheid wat 'n Landswapen vereis. 4 0 twenties female_feminine Capetonian af
|
174 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809484.mp3 27b5675ff7a3625b93c3f0fc79a37d6bfa55599b457792e749fb76d6bf254966 Daar word vertrou dat alle belanghebbendes die inhoud as vernuwend en interessant sal ervaar. 4 0 twenties female_feminine Capetonian af
|
175 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809485.mp3 189e8afce4899b0f54d2a01a5ae9a8b77456ceb0238d3fe70d6f95171f9ef907 Iemand die ore van die kop praat 4 0 twenties female_feminine Capetonian af
|
176 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809499.mp3 1ec647f4c6bec8058809921d4bfea2ceb8d9250b425275bfd55f25d292f3dc86 Wat het jy gisteraand vir aandete geëet? 4 0 twenties female_feminine Capetonian af
|
177 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809500.mp3 06eac04d9f0e1ba2c568e09007c26209a53edea42d782cd011677b0dc519420e Gevolglik ontstaan genotipiese en fenotipiese verskille met verloop van tyd tussen die bevolkings. 4 2 twenties female_feminine Capetonian af
|
178 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809501.mp3 078786998e1351051bf23b16e96e44975e785c8416c5f5480f583f69598439d6 Ons sal die bul kastreer as hy 'n jaar oud is. 4 0 twenties female_feminine Capetonian af
|
179 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39809502.mp3 2b8130451457f534d882b44197dc53fc5884cd08e30fedbfdb64298d7fc7adad Skoonmaak- en sekuriteitsdienste is uitgekontrakteer om verbeterde dienslewering te verseker. 4 0 twenties female_feminine Capetonian af
|
180 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812005.mp3 0fec68618984e15aec1d536be77fad048cfd22eb0ef910c2bb6014d9479dbdc7 Iemand in die rug steek 4 0 twenties female_feminine Capetonian af
|
181 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812006.mp3 28221f48b6f90f603a7e45b61a21a2ef1cddaa1fa48e1982cf091f3d993d4375 Kom ons kyk na die beginsels van verwysings. 4 0 twenties female_feminine Capetonian af
|
182 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812007.mp3 10dbeec33661dd0f84206d353d54fe9ecc4c09949638b61eb8723b384655d2dc Armoede is die duidelikste sigbaar in landelike gebiede weens die gebrek aan werksgeleenthede. 4 0 twenties female_feminine Capetonian af
|
183 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812008.mp3 0888a76a7a9447f43b5e32d7fc3b004c36df6f987f5558de57646a7db9b3b049 Ons moet nou aandete voorberei sodat dit betyds gereed is. 4 0 twenties female_feminine Capetonian af
|
184 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812009.mp3 0d317f6ac720fc059e0527dc64af9c4ea9b48babe27a701b4ced86d1e058a8b7 Die leerder verduidelik vaagweg hoe improvisering kan help in die voorbereiding van choreografie. 4 0 twenties female_feminine Capetonian af
|
185 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812015.mp3 047cd4ade872005c75b7c659aa6a36d11ada83879de551398a29332305fa80d1 Benoemings moet ingedien word deur die Amptelike Benoemingsvorm by hierdie Kennisgewing te gebruik. 4 0 twenties female_feminine Capetonian af
|
186 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812016.mp3 0bf2f591a16dca8f62e4d29d27434801d38e185e8dacd3042ce8aebcab1d2c0c Hulle staan soggens vroeg op 4 0 twenties female_feminine Capetonian af
|
187 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812017.mp3 23aa6181bb50c3e863e26013444cfa326f18f8b3feb0aa99b4179a8be8166dcf Dit is 'n stil nag. 4 0 twenties female_feminine Capetonian af
|
188 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812018.mp3 0ff1b2d9de85bd10911f8ea5f9e56d2725b160d3ad110dcf348948d12ca1606c Gebruik die gegewe inligting om 'n frekwensietabel van die verskillende dromme afval te teken. 4 0 twenties female_feminine Capetonian af
|
189 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812019.mp3 21c4e4c17be9187f84f2b4049503bd98936b060064811a6e66e471e8725a018e Haar wange is bloesend. 4 0 twenties female_feminine Capetonian af
|
190 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812025.mp3 2d456af65cf188b838640422bf778630ee8f5054338bc5c752b5fe552a656e60 Die kamer is leeg - daar is niemand daar nie. 4 0 twenties female_feminine Capetonian af
|
191 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812026.mp3 0ba794c0a8a8a7bca36a4561cb8eb74c7a33da893ec91f7aa513e104d4dabc7f Dit ondersteun ook ekonomiese groei om die skep van broodnodige werksgeleenthede te bevorder. 4 0 twenties female_feminine Capetonian af
|
192 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812027.mp3 0f1703471896260ec0e1d98d6678b836e44e2c726aca293d17c62f78d146be7c Ons het die groot skoffel gebruik om die hardnekkige onkruid uit te grawe. 4 0 twenties female_feminine Capetonian af
|
193 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812028.mp3 233b5253da32168cefd478500abc279cae46917b224d35d44386a2a5e8eb982a Vir vertaal- en tolkdoeleindes ontstaan daar nuwe velde waarvoor voorskrifte tans nie bestaan nie. 4 2 twenties female_feminine Capetonian af
|
194 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812029.mp3 2d6ae332da37cd35242d763aad6a11424c935e98c339b323d3959d50ce62d454 Dit kan onder meer ook deur die gebruik van ongesteriliseerde tatoeëernaalde oorgedra word. 4 0 twenties female_feminine Capetonian af
|
195 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812035.mp3 287d6c68e386d77b363caad08323fa1461d3fb28f0457d36bdb7ed12167b3bfb Gooi asseblief al die rommel in die vullisblik. 4 0 twenties female_feminine Capetonian af
|
196 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812036.mp3 236c024ae23789bd5bea919af6e19901cfbc309deb4e7d28954a4e29e0300815 Die besoeke sal hoofsaaklik fokus op die versterking van bilaterale verhoudinge met albei lande. 4 0 twenties female_feminine Capetonian af
|
197 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812037.mp3 15ff9efe4b912cd48a81f59a9f7d060b1a565220f537e1c185a2c0f2e1cab8c9 Hy sê vervalste goedere verlam die plaaslike vervaardigers in die klere- en die tekstielsektor. 4 0 twenties female_feminine Capetonian af
|
198 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812038.mp3 0249f321b898b6cfced0a631893a730f4bc135046106112760e893e4bd71b42e Die laaste aspek wat jy moet oorweeg, is betrokkenheid. 4 0 twenties female_feminine Capetonian af
|
199 |
+
a84798e98048550282dd3c5f38bd9364fdbc705ab344a1b5b52c46fb69cda9bd5df9e98ff061cfd8d93e192bbd27198cc14e707fa05daef487e6384b98a5fe01 common_voice_af_39812039.mp3 13a4acd4193fa1b70c9260b0933042f8fdf32886e8dace73edc36a6c07e497e0 Ek het laasweek met ’n nuwe werk begin 4 0 twenties female_feminine Capetonian af
|
transcript/af/validated_sentences.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/clip_durations.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/dev.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/invalidated.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/other.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4463f1e0486a43a70177f6b14c96bf4e27f69e47a6b34a0ad5a5a58edd3910f8
|
3 |
+
size 12804773
|
transcript/ar/reported.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/train.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/ar/unvalidated_sentences.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a33d1ad3a42d11aeb2d3e8de1f3a9b964ea51b35cea551281466765cdf49b902
|
3 |
+
size 332124380
|
transcript/ar/validated.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2df16c35d01a91de022ade0b7218bf76b2117d23397469d4bc3f1196bad6b34
|
3 |
+
size 24237614
|
transcript/ar/validated_sentences.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/clip_durations.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/dev.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/invalidated.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/other.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/reported.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/train.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/pt/unvalidated_sentences.tsv
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sentence_id sentence sentence_domain source
|
2 |
+
06e6bc6d0c91bc4695a09106501903adfb34549897218108794b87ff96313fb7 Rurique, Olegue, Esvetoslau, Cazar, Jaroslau Eu
|
3 |
+
0780971dce52a27ed12f8ac07a8782c3547c7fe99e20a54682e944eec101bcda Ba'athismo se pronuncia com F Autocitação
|
4 |
+
0802eb6cb6390a89eef2c596d95d2ecf7aa25b432670e767ba3d5f6ff06a17e2 Tem Skol lá na Antartica? Henrike
|
5 |
+
0869ecbebecdf4d5b2fbee51cbf8b37419c59231feb1a1fc367c0fc1ea153ecf Desconcertam, desconcertados, desconcertadas eu
|
6 |
+
099db826234af89df28df30d8da57fa682f2762751fd8150514d93f4e8485cc4 Erdogan, Curdistão, curdos, curda Eu
|
7 |
+
0a5c3adabc1787bfc42a03c57084cadf9b19698f94200e36d334353f7e88abe1 Pirobalística usava bombardas e o seu projétil e projéteis eu
|
8 |
+
0f85d047f0543f1740bd4f656f91b6401950acd523296ba7261e33ec3746c31e Sejam bem-vindos, Sommerlies! Hoje vamos falar sobre Brazil MINHA
|
9 |
+
13ad4230da536b072a76e81ed35b0bed8e91409c02e897f760c3465690771e19 Com dezoito meses de barricas francesas, têm coloração vermelha intensa com tons violáceos. Brasil
|
10 |
+
190ebba1be5eaa532c6dfdc50b74263a5c16dcc2aaf8780977a929d81f3dbe6f Restrinja, denotada, zeta, trigonométricas, incidental Autocitação
|
11 |
+
1c8adc071424812c8166d70fbfb3ec694817905ee166eb35b9da71272c3425a4 Euclidiano, dinâmico-imperativa, causalidade, ditatorial Autocitação
|
12 |
+
231e8d019b36ae9b8b5991ece2e9e85581c3313a570817b4c3e4fd689be64459 Montada e rebocada ou rebocado através do reboque do trator de lagartas eu
|
13 |
+
29646713f1af3ce8a401876505ab2153f9a4c1bcd30c7a5edfadc34e687202cc O gato corre atras da barboleta. original work
|
14 |
+
2fb54d461640a5dd86968aaedd386c62296c6476ec222fc196017513603b0daf fatorada, coeficientes, corolário, Basileia Autocitação
|
15 |
+
35296a9c89ccd3c76619419cd94912b3f9c5fca7398091943230ec377d9996dd semiabertas, românicas, fonologias, clíticos, infixação, mesóclise, pretérito mais-que-perfeito eu
|
16 |
+
375dbc1914345d0c656497cd560799856ea346b503f17f26ee03e5ea930efc92 Quem tem cu tem medo. Autocita?
|
17 |
+
391c16483f5c3121f1ebf5216842890c4f015a7e223355e360bfd8718b738096 Preditor do míssil superfície-ar do posto de controlo saudita eu
|
18 |
+
3b4d3aa45f8db7b755946829541cdee9d5b6808c456d8e72737cf80b908a50a1 Rés bés Campo de Ourique Autocitação
|
19 |
+
3b9945b7f89bf511c0b16b17f9448c17df971bde66df6b0b5c436f5b4f820120 A supremacia racial e o fulgurante Sol Negro Autocitação
|
20 |
+
3f04ef8c909867e9b4b3271b5173b524c5f737f1ae7f88036010ddff186885bf A conzinha tem uma mesa. original work
|
21 |
+
42db7f394dde194c9049e727efb704065fbf71dc948d2d45245aed63c728f5eb É o nazismo o novo punk? Autocitação
|
22 |
+
452aa63663ee6bff218ce45c0160aeed18da19eba505b649dde0cb4e6c0dfc3f Ai amiga, eu aborto sete fetos todos os dias e adoro Autocitação
|
23 |
+
46da950cb717555405bf8e0d909dbecb7593c4b12f5dac73df41376e6fb44858 Atropelei a guria, fazer o que? Autocitação
|
24 |
+
4c1dbcdb5d8313b87a1bc622b43ab300f8124f4090c81cc711efc46465ea83a8 Marxism-leninism and the liberation of the proletariat Self Citation
|
25 |
+
5420bf05013047d33fd36c06d6e55365d8eccc248d80ecc31de8f81743a3767c Abu Ali, não se preocupe Autocitação
|
26 |
+
5ae850a523297679a69fff237d5f23978038da4f325441b28a0f717ad71c406a A águia nazista sobre o símbolo do sol negro Autocitação
|
27 |
+
5bd4d3054f232a03c7e342829a52f4c21492126bc0fb45d07e58923a1727b2a7 Pai eu quero este carrinho? Autocitação
|
28 |
+
6048e1bb31091ae27869fd9f24809ec6a52b63bb06b14940e7aab71ebb552943 Os nazistas estão por todas as partes Autocitação
|
29 |
+
645df64860a2cd0ff751eb53ca8a02a0664ce987c38ea26dcdc57e428c98be7f Aborto é bom e Deus gosta Autocitação
|
30 |
+
658fa63a3913883540a3c9b0fd93352bafdf69b4bf3c16da5bc823a9b777e673 Meu pau está duro mas minha honra, intacta Autocitação
|
31 |
+
662a15d1cf2259088cd971553b226b262482f47f121f6fb3e7222d3b6422ce7e Lemmy is the best alternative to Reddit Self Citation
|
32 |
+
67ea4c93a25e8bcc1523648acefb05a26728e249ddc399a7cebe9cffd3cd78a6 Queixo é queixo, leite é leite, aínda así, queixo non deixa de ser leite Cita propia
|
33 |
+
6887b1e7b402d5da9b78ce93a943f092fc6888b04973eb3499cb126ffb6e850a Abu Ghassan, nós estamos prontos Autocitação
|
34 |
+
6b7d2ba4aa0224970bc410687560c3d85c6748218ed7bdfc090440fdbc6bee9d Estejem todes bem vindes Autocitação
|
35 |
+
72112326fa913273ad3045deecb6764a33ff1333cd97d98b0cb093f59e78e24b Foi só mais uma troladinha do Kazzio! Kazzio
|
36 |
+
721c4fd0c61cece1ee62a5232c5f9398eaf116527f7dd0cbbe08d18990df4de7 É uma montanha que se eleva sobre os topos do mundo Autocitação
|
37 |
+
7b58315af56a0ffb40a519420677a17ce2a845a067d2caf77a8775182adff1e4 Primeiramente, desculpa por não visto sua ligação. Minha cabeça
|
38 |
+
827cf83ef5a1f773339c0ca79b72a368b99a741f42eaa8073fcbf0aeda5416c2 "Kiel infanoj, sen zorgoj profund'.
|
39 |
+
" autocitação. https://esperantajpoemoj.blogspot.com/2023/12/la-vojo-al-financa-libereco.html
|
40 |
+
85bb655d3c35d692a923b81dccbbeb46c1f7d78cb4c8aa49adced240063ea07d Quando Rhaenyra soube da morte de seu filho, ela entrou em colapso. media_entertainment Fogo e Sangue, George R R Martin
|
41 |
+
8de9ac4a6fe7a51eb1df64fb02c0b25abf70fe371a062e6d8de3ff35aaf66e0b Bah vivente Autocitação
|
42 |
+
9410e1e0d71700abd046f7e2b309831b23b6995d93327ae41d06ffa3809ab252 E se corresse-mos juntos? Autocitação
|
43 |
+
95953b0937ade53dc998987a8a9472b8b33f31f6fe7d93dda5c7f3f628febcf6 Ô loco meu! Fausto Silva
|
44 |
+
966557766a78fa3febce69e902179c6f43cfc329ae57b53c5ac49e89a5e9bbd4 Ba'ath é eterno Autocitação
|
45 |
+
9a4247889282f044d793856fcc022068dcfdf8c63830404e94e2080c06235e79 O inverno está chegando media_entertainment Game of Thrones
|
46 |
+
9ac3a6e0c633beb7e8fc46adbd5f1f465f1f6e7547bf19b225b57650ce8f5c72 Doi-me a cabeça! Autocitação
|
47 |
+
a19400c04e13508acfc2c80c3b7d454b63d6a07129ff18c669fabbd85cedc9fc Não este está muito caro, escolha outro. Autocitação
|
48 |
+
a50520776e00c6eaefcc76b8a18d9296bb9685c942c94203f200f65445f9adbe As cortinas não para de gritar, eu não sei mais o que fazer. Autocitação
|
49 |
+
a91c06c3759a7cd5c696600483622f7dcbf29dd56613f19e8d9411adab70db6b N Ditados Populares
|
50 |
+
a9f2bff28fe27498a5dabb56215cb402a51abf165d7858b93754d5a2e2510ec5 La Vojo al Financa Libereco autocitação. https://esperantajpoemoj.blogspot.com/2023/12/la-vojo-al-financa-libereco.html
|
51 |
+
aaf374e753799a01f78d50cdcd7bff42e7626ae7f1ba5ff5c989705bc2358628 O h Ditados Populares
|
52 |
+
abc8eb92b09e6c9be400560fd7ba34fcac283356677bd0f40d3732a53fd7236f A vaca malhada já está velinha, mas, ela é um amorzinho. Autocitação
|
53 |
+
b4ba237caebbcc06c892367293771e71d62ede113ddd7b53d18fae4c1c217111 Cavalo dado n Ditados Populares
|
54 |
+
b62ea776c977a97401c42e8f02211645f443ea28df955b7fcdfa6a9343761462 Saco vazio n Ditados Populares
|
55 |
+
b7274ed8e9bcdb1a2529d8b3761f8c2a676217859a178957638bf46b0d5926d8 A vacina conrtra o vírus do papiloma humano é importante Autocitação
|
56 |
+
bc446ed6a620ffdc58765c2c15ccfd2262f74d58bcaafd0c5af9b8256b760569 storytelli, historietas, historinhas Autocitação
|
57 |
+
c89d66b69e16fb3a438dc7ea11ffa02cefc547c22d21e16121c0bde41f0d0717 No nome de Hakim da Revolução Autocitação
|
58 |
+
cd743c55638305c0070a2f341732df62512bbdef329b8f6974b84a88d73f67e6 Quem n Ditados Populares
|
59 |
+
cfca80a4fd61e01e74f86bf0c77f99a278e7df2cd09d279d02fb8b0703203442 Mártir Soleimani, sua morte será vingada Autocitação
|
60 |
+
d3d54b8981e1e3299198a61c65dfb9275e8b7c3e2a35ec4d681a0b7df2b15b62 Pedro Dino ligou para Alexandre Dias. Minha cabeça
|
61 |
+
d4d06e84252891c69a53c628d943b88f45e4a531a5c96131ebe7e5cf3132db9f N Ditados Populares
|
62 |
+
d621c0d1200fea897b455a42b5c9ac0dfca387b34ffc936768f12425d5fece79 teste ae teste ae
|
63 |
+
dce51f10835dda03175861d2f1b03feb5a5c22bf37ab8de3bef5faa03eb294ed Ladr Ditados Populares
|
64 |
+
e7eabc9ac8efeaf353b094ed2e4b4426f0b5c3de39eac5a301c0f64da12488a1 Se você nao ficar quieto eu vou te colocar de castigo. Autocitação
|
65 |
+
efbfa9c09444ad83977fa8f6f07d8f99ea4782117e47dddd4c8177879b5aafb5 Ins Autocita?
|
66 |
+
efd23d7f05c5ca42f7702edf99899291738fe934e35af7a6226b95ed9c085b2f George Habash está vivo, não morto, no coração de cada guerreiro Autocitação
|
67 |
+
f547455f1e4e12f6b45661590c52bcdaa8f8c58d2308c824c79c3d5af433bcd4 Está van é dos correios. Pode deixá-la entrar. Autocitação
|
68 |
+
f7e95c0d729ef7ca3bbed74ac555af0922e403eef86e73be6faa64a7ad4f48c5 A degeneração deve ser combatida à ferro e fogo Autocitação
|
69 |
+
fa7431c1afdc438de0a55bf576707d498f92d11935c5580b9e7c273c3d470aa6 Se conselho fosse bom ningu Ditados Populares
|
70 |
+
fc55032408d01cd7bb8fb54fc823a49045922b8bb9f47b01b3a2bceda4536cd8 Ditados Populares
|
71 |
+
fc676661f5190a0f376750b7ee12468d60cbe12ac646d70ca29e2337e8c6829e Diferenzas de razas, de cores, de emocións, de historias de vida, de condición social... Cita propia
|
transcript/pt/validated.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8db2826c95992332a70754f7113bec54db35898102a237b8c76061039b52beba
|
3 |
+
size 47110129
|
transcript/pt/validated_sentences.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/sq/clip_durations.tsv
ADDED
@@ -0,0 +1,1545 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
clip duration[ms]
|
2 |
+
common_voice_sq_37803808.mp3 5220
|
3 |
+
common_voice_sq_39821515.mp3 3996
|
4 |
+
common_voice_sq_39575418.mp3 5292
|
5 |
+
common_voice_sq_37795376.mp3 4464
|
6 |
+
common_voice_sq_38963094.mp3 3060
|
7 |
+
common_voice_sq_37792887.mp3 3816
|
8 |
+
common_voice_sq_37791268.mp3 3528
|
9 |
+
common_voice_sq_39206974.mp3 4716
|
10 |
+
common_voice_sq_37775354.mp3 3636
|
11 |
+
common_voice_sq_37797141.mp3 5076
|
12 |
+
common_voice_sq_40069985.mp3 3348
|
13 |
+
common_voice_sq_37795676.mp3 3780
|
14 |
+
common_voice_sq_37803685.mp3 4788
|
15 |
+
common_voice_sq_37800778.mp3 4068
|
16 |
+
common_voice_sq_37801170.mp3 2736
|
17 |
+
common_voice_sq_37797123.mp3 2628
|
18 |
+
common_voice_sq_39206426.mp3 4176
|
19 |
+
common_voice_sq_37795560.mp3 2700
|
20 |
+
common_voice_sq_40069961.mp3 4068
|
21 |
+
common_voice_sq_37795568.mp3 5184
|
22 |
+
common_voice_sq_37775374.mp3 1944
|
23 |
+
common_voice_sq_39813564.mp3 3636
|
24 |
+
common_voice_sq_37780222.mp3 2772
|
25 |
+
common_voice_sq_37800867.mp3 4824
|
26 |
+
common_voice_sq_38535850.mp3 2988
|
27 |
+
common_voice_sq_37800719.mp3 8748
|
28 |
+
common_voice_sq_37780234.mp3 2448
|
29 |
+
common_voice_sq_37795501.mp3 4248
|
30 |
+
common_voice_sq_39813556.mp3 3960
|
31 |
+
common_voice_sq_39534483.mp3 7308
|
32 |
+
common_voice_sq_37803791.mp3 2988
|
33 |
+
common_voice_sq_37803800.mp3 6696
|
34 |
+
common_voice_sq_37800904.mp3 4536
|
35 |
+
common_voice_sq_40172795.mp3 5940
|
36 |
+
common_voice_sq_39732484.mp3 6228
|
37 |
+
common_voice_sq_37817172.mp3 3420
|
38 |
+
common_voice_sq_38904463.mp3 5292
|
39 |
+
common_voice_sq_39574605.mp3 2484
|
40 |
+
common_voice_sq_37791275.mp3 4788
|
41 |
+
common_voice_sq_40069950.mp3 5508
|
42 |
+
common_voice_sq_39575561.mp3 5040
|
43 |
+
common_voice_sq_37783175.mp3 2988
|
44 |
+
common_voice_sq_40068287.mp3 3996
|
45 |
+
common_voice_sq_37655620.mp3 4320
|
46 |
+
common_voice_sq_37800847.mp3 7416
|
47 |
+
common_voice_sq_37803782.mp3 4428
|
48 |
+
common_voice_sq_37800741.mp3 5364
|
49 |
+
common_voice_sq_40069986.mp3 5976
|
50 |
+
common_voice_sq_40075726.mp3 4860
|
51 |
+
common_voice_sq_39206962.mp3 5868
|
52 |
+
common_voice_sq_39813580.mp3 2520
|
53 |
+
common_voice_sq_37775390.mp3 5436
|
54 |
+
common_voice_sq_37800723.mp3 4320
|
55 |
+
common_voice_sq_37795632.mp3 3528
|
56 |
+
common_voice_sq_40068812.mp3 5508
|
57 |
+
common_voice_sq_37795589.mp3 4536
|
58 |
+
common_voice_sq_37780220.mp3 5652
|
59 |
+
common_voice_sq_38535853.mp3 4176
|
60 |
+
common_voice_sq_37795495.mp3 5472
|
61 |
+
common_voice_sq_37804255.mp3 5256
|
62 |
+
common_voice_sq_40068797.mp3 7020
|
63 |
+
common_voice_sq_38535815.mp3 3816
|
64 |
+
common_voice_sq_37797152.mp3 3816
|
65 |
+
common_voice_sq_40150936.mp3 5328
|
66 |
+
common_voice_sq_39190865.mp3 3060
|
67 |
+
common_voice_sq_40182996.mp3 8136
|
68 |
+
common_voice_sq_40068284.mp3 2844
|
69 |
+
common_voice_sq_37852520.mp3 6948
|
70 |
+
common_voice_sq_37775408.mp3 3240
|
71 |
+
common_voice_sq_37795409.mp3 2520
|
72 |
+
common_voice_sq_37796991.mp3 5400
|
73 |
+
common_voice_sq_37803795.mp3 2268
|
74 |
+
common_voice_sq_39732478.mp3 5760
|
75 |
+
common_voice_sq_37795509.mp3 3276
|
76 |
+
common_voice_sq_37797099.mp3 9108
|
77 |
+
common_voice_sq_37817171.mp3 4320
|
78 |
+
common_voice_sq_37803813.mp3 3420
|
79 |
+
common_voice_sq_37795480.mp3 6156
|
80 |
+
common_voice_sq_38535838.mp3 4968
|
81 |
+
common_voice_sq_37803838.mp3 2700
|
82 |
+
common_voice_sq_39535242.mp3 6084
|
83 |
+
common_voice_sq_37800749.mp3 4356
|
84 |
+
common_voice_sq_39206407.mp3 3240
|
85 |
+
common_voice_sq_37973919.mp3 5040
|
86 |
+
common_voice_sq_39821547.mp3 4428
|
87 |
+
common_voice_sq_37803852.mp3 2736
|
88 |
+
common_voice_sq_40068810.mp3 5256
|
89 |
+
common_voice_sq_39206873.mp3 2736
|
90 |
+
common_voice_sq_37795446.mp3 4932
|
91 |
+
common_voice_sq_37795559.mp3 3780
|
92 |
+
common_voice_sq_37780212.mp3 4212
|
93 |
+
common_voice_sq_38535848.mp3 3960
|
94 |
+
common_voice_sq_37803789.mp3 4788
|
95 |
+
common_voice_sq_37817153.mp3 3924
|
96 |
+
common_voice_sq_39813570.mp3 5760
|
97 |
+
common_voice_sq_37654663.mp3 4140
|
98 |
+
common_voice_sq_37796983.mp3 3132
|
99 |
+
common_voice_sq_39821543.mp3 5400
|
100 |
+
common_voice_sq_37792863.mp3 6480
|
101 |
+
common_voice_sq_37800756.mp3 2304
|
102 |
+
common_voice_sq_37790509.mp3 4968
|
103 |
+
common_voice_sq_37803840.mp3 2808
|
104 |
+
common_voice_sq_37795773.mp3 4068
|
105 |
+
common_voice_sq_37792663.mp3 6012
|
106 |
+
common_voice_sq_37803818.mp3 4140
|
107 |
+
common_voice_sq_39535345.mp3 3708
|
108 |
+
common_voice_sq_37795557.mp3 3600
|
109 |
+
common_voice_sq_38608109.mp3 5148
|
110 |
+
common_voice_sq_37794948.mp3 6192
|
111 |
+
common_voice_sq_40075789.mp3 4140
|
112 |
+
common_voice_sq_39732477.mp3 5436
|
113 |
+
common_voice_sq_37803798.mp3 4968
|
114 |
+
common_voice_sq_38535835.mp3 4068
|
115 |
+
common_voice_sq_39206914.mp3 5868
|
116 |
+
common_voice_sq_37803845.mp3 3600
|
117 |
+
common_voice_sq_37792973.mp3 6228
|
118 |
+
common_voice_sq_40069958.mp3 5400
|
119 |
+
common_voice_sq_39191076.mp3 3060
|
120 |
+
common_voice_sq_38076592.mp3 4428
|
121 |
+
common_voice_sq_39575557.mp3 2988
|
122 |
+
common_voice_sq_37800863.mp3 4068
|
123 |
+
common_voice_sq_37780195.mp3 4068
|
124 |
+
common_voice_sq_37791601.mp3 6660
|
125 |
+
common_voice_sq_37655638.mp3 5436
|
126 |
+
common_voice_sq_37795641.mp3 3204
|
127 |
+
common_voice_sq_37795465.mp3 3312
|
128 |
+
common_voice_sq_37803715.mp3 7056
|
129 |
+
common_voice_sq_37791598.mp3 4716
|
130 |
+
common_voice_sq_39191143.mp3 3996
|
131 |
+
common_voice_sq_39821447.mp3 2376
|
132 |
+
common_voice_sq_37800775.mp3 3708
|
133 |
+
common_voice_sq_39821541.mp3 3420
|
134 |
+
common_voice_sq_37792987.mp3 3708
|
135 |
+
common_voice_sq_37796978.mp3 8316
|
136 |
+
common_voice_sq_37795422.mp3 4068
|
137 |
+
common_voice_sq_37796999.mp3 3708
|
138 |
+
common_voice_sq_39206472.mp3 4428
|
139 |
+
common_voice_sq_40163039.mp3 6480
|
140 |
+
common_voice_sq_39821485.mp3 3420
|
141 |
+
common_voice_sq_39206884.mp3 4248
|
142 |
+
common_voice_sq_40172788.mp3 6516
|
143 |
+
common_voice_sq_39206441.mp3 4140
|
144 |
+
common_voice_sq_37792864.mp3 5400
|
145 |
+
common_voice_sq_39206966.mp3 2700
|
146 |
+
common_voice_sq_40069989.mp3 3708
|
147 |
+
common_voice_sq_37803643.mp3 3096
|
148 |
+
common_voice_sq_37790523.mp3 4176
|
149 |
+
common_voice_sq_37841578.mp3 5220
|
150 |
+
common_voice_sq_37803801.mp3 3060
|
151 |
+
common_voice_sq_39821420.mp3 3348
|
152 |
+
common_voice_sq_37798941.mp3 4140
|
153 |
+
common_voice_sq_40068796.mp3 5148
|
154 |
+
common_voice_sq_37790521.mp3 3708
|
155 |
+
common_voice_sq_38608110.mp3 2988
|
156 |
+
common_voice_sq_37803622.mp3 4536
|
157 |
+
common_voice_sq_40075724.mp3 4428
|
158 |
+
common_voice_sq_37795440.mp3 3312
|
159 |
+
common_voice_sq_37803772.mp3 2376
|
160 |
+
common_voice_sq_39821536.mp3 6408
|
161 |
+
common_voice_sq_40075792.mp3 3024
|
162 |
+
common_voice_sq_40075774.mp3 3024
|
163 |
+
common_voice_sq_38359502.mp3 3636
|
164 |
+
common_voice_sq_39575537.mp3 4464
|
165 |
+
common_voice_sq_37775407.mp3 6480
|
166 |
+
common_voice_sq_37852531.mp3 3708
|
167 |
+
common_voice_sq_37792848.mp3 3420
|
168 |
+
common_voice_sq_37800758.mp3 4284
|
169 |
+
common_voice_sq_39575515.mp3 5112
|
170 |
+
common_voice_sq_37795742.mp3 3924
|
171 |
+
common_voice_sq_40068774.mp3 4968
|
172 |
+
common_voice_sq_39206455.mp3 3420
|
173 |
+
common_voice_sq_37800896.mp3 4680
|
174 |
+
common_voice_sq_39575362.mp3 4428
|
175 |
+
common_voice_sq_37800895.mp3 5580
|
176 |
+
common_voice_sq_37803713.mp3 2736
|
177 |
+
common_voice_sq_37795730.mp3 3024
|
178 |
+
common_voice_sq_37794950.mp3 5544
|
179 |
+
common_voice_sq_40068762.mp3 4716
|
180 |
+
common_voice_sq_37800788.mp3 3096
|
181 |
+
common_voice_sq_37817166.mp3 3528
|
182 |
+
common_voice_sq_37817151.mp3 5940
|
183 |
+
common_voice_sq_37973917.mp3 4860
|
184 |
+
common_voice_sq_38076587.mp3 5184
|
185 |
+
common_voice_sq_37803642.mp3 5940
|
186 |
+
common_voice_sq_39821504.mp3 6048
|
187 |
+
common_voice_sq_37798717.mp3 6768
|
188 |
+
common_voice_sq_38963088.mp3 4860
|
189 |
+
common_voice_sq_39813563.mp3 8748
|
190 |
+
common_voice_sq_40069951.mp3 7128
|
191 |
+
common_voice_sq_37803794.mp3 5040
|
192 |
+
common_voice_sq_37800855.mp3 3492
|
193 |
+
common_voice_sq_38535821.mp3 2448
|
194 |
+
common_voice_sq_37803787.mp3 3420
|
195 |
+
common_voice_sq_37792873.mp3 5940
|
196 |
+
common_voice_sq_37792666.mp3 2988
|
197 |
+
common_voice_sq_38535814.mp3 6156
|
198 |
+
common_voice_sq_39191075.mp3 5328
|
199 |
+
common_voice_sq_39821419.mp3 3708
|
200 |
+
common_voice_sq_37655603.mp3 6516
|
201 |
+
common_voice_sq_39190843.mp3 5148
|
202 |
+
common_voice_sq_37655594.mp3 4032
|
203 |
+
common_voice_sq_39575539.mp3 4176
|
204 |
+
common_voice_sq_37803803.mp3 3096
|
205 |
+
common_voice_sq_38608111.mp3 4788
|
206 |
+
common_voice_sq_39534790.mp3 5580
|
207 |
+
common_voice_sq_37792664.mp3 3276
|
208 |
+
common_voice_sq_37800887.mp3 7164
|
209 |
+
common_voice_sq_37795462.mp3 2196
|
210 |
+
common_voice_sq_37795428.mp3 6588
|
211 |
+
common_voice_sq_37795772.mp3 7848
|
212 |
+
common_voice_sq_37655615.mp3 3384
|
213 |
+
common_voice_sq_40068304.mp3 2736
|
214 |
+
common_voice_sq_39821542.mp3 4716
|
215 |
+
common_voice_sq_39535344.mp3 4356
|
216 |
+
common_voice_sq_37795825.mp3 5868
|
217 |
+
common_voice_sq_37692235.mp3 4140
|
218 |
+
common_voice_sq_37800779.mp3 2844
|
219 |
+
common_voice_sq_37795430.mp3 3312
|
220 |
+
common_voice_sq_37801159.mp3 5076
|
221 |
+
common_voice_sq_37795471.mp3 4968
|
222 |
+
common_voice_sq_40068277.mp3 6012
|
223 |
+
common_voice_sq_37655630.mp3 4356
|
224 |
+
common_voice_sq_37792890.mp3 5580
|
225 |
+
common_voice_sq_37791242.mp3 5940
|
226 |
+
common_voice_sq_37800852.mp3 3420
|
227 |
+
common_voice_sq_37775375.mp3 4680
|
228 |
+
common_voice_sq_37800790.mp3 4716
|
229 |
+
common_voice_sq_37794947.mp3 5220
|
230 |
+
common_voice_sq_40172791.mp3 4680
|
231 |
+
common_voice_sq_37792988.mp3 3240
|
232 |
+
common_voice_sq_37797155.mp3 4320
|
233 |
+
common_voice_sq_40075790.mp3 3888
|
234 |
+
common_voice_sq_37803816.mp3 3456
|
235 |
+
common_voice_sq_40068308.mp3 6048
|
236 |
+
common_voice_sq_37795615.mp3 6012
|
237 |
+
common_voice_sq_37775406.mp3 2556
|
238 |
+
common_voice_sq_40068776.mp3 6948
|
239 |
+
common_voice_sq_37791245.mp3 2988
|
240 |
+
common_voice_sq_37654639.mp3 4500
|
241 |
+
common_voice_sq_37790520.mp3 3420
|
242 |
+
common_voice_sq_39206987.mp3 4896
|
243 |
+
common_voice_sq_37800890.mp3 6192
|
244 |
+
common_voice_sq_37800874.mp3 5004
|
245 |
+
common_voice_sq_37795466.mp3 2772
|
246 |
+
common_voice_sq_37792991.mp3 3240
|
247 |
+
common_voice_sq_37796977.mp3 4788
|
248 |
+
common_voice_sq_37795642.mp3 6444
|
249 |
+
common_voice_sq_37794973.mp3 5364
|
250 |
+
common_voice_sq_37692234.mp3 7380
|
251 |
+
common_voice_sq_39821476.mp3 5328
|
252 |
+
common_voice_sq_37795488.mp3 3060
|
253 |
+
common_voice_sq_37800833.mp3 3024
|
254 |
+
common_voice_sq_37800883.mp3 4176
|
255 |
+
common_voice_sq_40069967.mp3 4500
|
256 |
+
common_voice_sq_37817615.mp3 5616
|
257 |
+
common_voice_sq_37570336.mp3 6588
|
258 |
+
common_voice_sq_37795431.mp3 3924
|
259 |
+
common_voice_sq_37795444.mp3 3852
|
260 |
+
common_voice_sq_38289544.mp3 4716
|
261 |
+
common_voice_sq_40068292.mp3 4212
|
262 |
+
common_voice_sq_39535315.mp3 5904
|
263 |
+
common_voice_sq_37803779.mp3 2736
|
264 |
+
common_voice_sq_39575412.mp3 4212
|
265 |
+
common_voice_sq_37800800.mp3 5652
|
266 |
+
common_voice_sq_37795459.mp3 2916
|
267 |
+
common_voice_sq_37795393.mp3 3816
|
268 |
+
common_voice_sq_39821472.mp3 2520
|
269 |
+
common_voice_sq_37817613.mp3 2808
|
270 |
+
common_voice_sq_37804250.mp3 5760
|
271 |
+
common_voice_sq_39732471.mp3 3456
|
272 |
+
common_voice_sq_39821418.mp3 6768
|
273 |
+
common_voice_sq_37775434.mp3 5364
|
274 |
+
common_voice_sq_40075750.mp3 4212
|
275 |
+
common_voice_sq_37797151.mp3 4140
|
276 |
+
common_voice_sq_37800842.mp3 3996
|
277 |
+
common_voice_sq_37654628.mp3 2376
|
278 |
+
common_voice_sq_37791274.mp3 2700
|
279 |
+
common_voice_sq_40068793.mp3 8568
|
280 |
+
common_voice_sq_37775797.mp3 3132
|
281 |
+
common_voice_sq_37817158.mp3 3168
|
282 |
+
common_voice_sq_40068795.mp3 5328
|
283 |
+
common_voice_sq_37800881.mp3 3744
|
284 |
+
common_voice_sq_37790510.mp3 5040
|
285 |
+
common_voice_sq_40068278.mp3 4968
|
286 |
+
common_voice_sq_37800787.mp3 2628
|
287 |
+
common_voice_sq_38535827.mp3 5220
|
288 |
+
common_voice_sq_39206911.mp3 4896
|
289 |
+
common_voice_sq_37775394.mp3 5796
|
290 |
+
common_voice_sq_37803814.mp3 6516
|
291 |
+
common_voice_sq_37852532.mp3 45360
|
292 |
+
common_voice_sq_37803819.mp3 5796
|
293 |
+
common_voice_sq_37973930.mp3 3744
|
294 |
+
common_voice_sq_37793389.mp3 5220
|
295 |
+
common_voice_sq_37800761.mp3 5976
|
296 |
+
common_voice_sq_38076501.mp3 6588
|
297 |
+
common_voice_sq_39813577.mp3 5976
|
298 |
+
common_voice_sq_39821422.mp3 2448
|
299 |
+
common_voice_sq_39732475.mp3 9396
|
300 |
+
common_voice_sq_37775794.mp3 2124
|
301 |
+
common_voice_sq_37570323.mp3 3276
|
302 |
+
common_voice_sq_37800731.mp3 2736
|
303 |
+
common_voice_sq_40075777.mp3 4392
|
304 |
+
common_voice_sq_37795405.mp3 5400
|
305 |
+
common_voice_sq_37795492.mp3 6048
|
306 |
+
common_voice_sq_39821500.mp3 4968
|
307 |
+
common_voice_sq_37800746.mp3 3168
|
308 |
+
common_voice_sq_40172790.mp3 5760
|
309 |
+
common_voice_sq_39575453.mp3 3708
|
310 |
+
common_voice_sq_37795826.mp3 3348
|
311 |
+
common_voice_sq_37797119.mp3 3816
|
312 |
+
common_voice_sq_37817168.mp3 4752
|
313 |
+
common_voice_sq_37780211.mp3 3852
|
314 |
+
common_voice_sq_39206871.mp3 5076
|
315 |
+
common_voice_sq_37795443.mp3 6372
|
316 |
+
common_voice_sq_37800877.mp3 3420
|
317 |
+
common_voice_sq_37803817.mp3 2448
|
318 |
+
common_voice_sq_40068169.mp3 1656
|
319 |
+
common_voice_sq_37803689.mp3 4140
|
320 |
+
common_voice_sq_37800841.mp3 6120
|
321 |
+
common_voice_sq_38076513.mp3 3816
|
322 |
+
common_voice_sq_37803777.mp3 6300
|
323 |
+
common_voice_sq_37795823.mp3 3240
|
324 |
+
common_voice_sq_37793732.mp3 7560
|
325 |
+
common_voice_sq_40172786.mp3 6228
|
326 |
+
common_voice_sq_37800809.mp3 6048
|
327 |
+
common_voice_sq_39206443.mp3 3456
|
328 |
+
common_voice_sq_37795682.mp3 3564
|
329 |
+
common_voice_sq_37800764.mp3 4248
|
330 |
+
common_voice_sq_37654606.mp3 5400
|
331 |
+
common_voice_sq_37780242.mp3 4824
|
332 |
+
common_voice_sq_37800726.mp3 2988
|
333 |
+
common_voice_sq_37775345.mp3 3420
|
334 |
+
common_voice_sq_37795714.mp3 3672
|
335 |
+
common_voice_sq_37817167.mp3 3996
|
336 |
+
common_voice_sq_37800737.mp3 4284
|
337 |
+
common_voice_sq_37795450.mp3 2268
|
338 |
+
common_voice_sq_37783177.mp3 5364
|
339 |
+
common_voice_sq_37803784.mp3 3960
|
340 |
+
common_voice_sq_37795373.mp3 4572
|
341 |
+
common_voice_sq_40068309.mp3 2268
|
342 |
+
common_voice_sq_40163035.mp3 6228
|
343 |
+
common_voice_sq_37795416.mp3 4176
|
344 |
+
common_voice_sq_40172787.mp3 3708
|
345 |
+
common_voice_sq_39190750.mp3 4896
|
346 |
+
common_voice_sq_37803844.mp3 5040
|
347 |
+
common_voice_sq_37800770.mp3 2268
|
348 |
+
common_voice_sq_38535823.mp3 3960
|
349 |
+
common_voice_sq_37798942.mp3 5040
|
350 |
+
common_voice_sq_39813571.mp3 3528
|
351 |
+
common_voice_sq_40075738.mp3 4968
|
352 |
+
common_voice_sq_40069969.mp3 3348
|
353 |
+
common_voice_sq_37800760.mp3 2196
|
354 |
+
common_voice_sq_37803829.mp3 4428
|
355 |
+
common_voice_sq_37800901.mp3 5436
|
356 |
+
common_voice_sq_37775437.mp3 2160
|
357 |
+
common_voice_sq_37795629.mp3 4032
|
358 |
+
common_voice_sq_37803701.mp3 3528
|
359 |
+
common_voice_sq_37803781.mp3 1980
|
360 |
+
common_voice_sq_39821505.mp3 5760
|
361 |
+
common_voice_sq_37791603.mp3 4896
|
362 |
+
common_voice_sq_40068170.mp3 3960
|
363 |
+
common_voice_sq_39535245.mp3 4716
|
364 |
+
common_voice_sq_38076586.mp3 3924
|
365 |
+
common_voice_sq_37780223.mp3 2952
|
366 |
+
common_voice_sq_39732480.mp3 5796
|
367 |
+
common_voice_sq_39534568.mp3 4392
|
368 |
+
common_voice_sq_38076589.mp3 3276
|
369 |
+
common_voice_sq_37791600.mp3 4680
|
370 |
+
common_voice_sq_39190841.mp3 4536
|
371 |
+
common_voice_sq_39206390.mp3 3240
|
372 |
+
common_voice_sq_40075772.mp3 5436
|
373 |
+
common_voice_sq_37654661.mp3 5076
|
374 |
+
common_voice_sq_37655632.mp3 4320
|
375 |
+
common_voice_sq_37795407.mp3 2448
|
376 |
+
common_voice_sq_39139868.mp3 6732
|
377 |
+
common_voice_sq_39574602.mp3 5832
|
378 |
+
common_voice_sq_37792711.mp3 3348
|
379 |
+
common_voice_sq_37797122.mp3 3348
|
380 |
+
common_voice_sq_39575591.mp3 4140
|
381 |
+
common_voice_sq_37775344.mp3 3276
|
382 |
+
common_voice_sq_39575364.mp3 4896
|
383 |
+
common_voice_sq_37817267.mp3 5472
|
384 |
+
common_voice_sq_37780228.mp3 3636
|
385 |
+
common_voice_sq_39191139.mp3 1548
|
386 |
+
common_voice_sq_39821535.mp3 4500
|
387 |
+
common_voice_sq_37796994.mp3 3456
|
388 |
+
common_voice_sq_40150937.mp3 4788
|
389 |
+
common_voice_sq_37817607.mp3 5436
|
390 |
+
common_voice_sq_37795460.mp3 4284
|
391 |
+
common_voice_sq_37817618.mp3 5796
|
392 |
+
common_voice_sq_37795494.mp3 5724
|
393 |
+
common_voice_sq_37817252.mp3 6804
|
394 |
+
common_voice_sq_37800878.mp3 5292
|
395 |
+
common_voice_sq_37775378.mp3 3456
|
396 |
+
common_voice_sq_40075771.mp3 6120
|
397 |
+
common_voice_sq_37793733.mp3 5328
|
398 |
+
common_voice_sq_37795578.mp3 3816
|
399 |
+
common_voice_sq_37654662.mp3 3708
|
400 |
+
common_voice_sq_38963086.mp3 8820
|
401 |
+
common_voice_sq_37793515.mp3 4212
|
402 |
+
common_voice_sq_40069990.mp3 2808
|
403 |
+
common_voice_sq_37800864.mp3 3060
|
404 |
+
common_voice_sq_37791270.mp3 5940
|
405 |
+
common_voice_sq_40068310.mp3 4464
|
406 |
+
common_voice_sq_37795643.mp3 3132
|
407 |
+
common_voice_sq_39206440.mp3 2988
|
408 |
+
common_voice_sq_37800751.mp3 6948
|
409 |
+
common_voice_sq_37803699.mp3 4356
|
410 |
+
common_voice_sq_37803645.mp3 3528
|
411 |
+
common_voice_sq_39206973.mp3 2736
|
412 |
+
common_voice_sq_37800795.mp3 4680
|
413 |
+
common_voice_sq_39535319.mp3 4932
|
414 |
+
common_voice_sq_39821522.mp3 3348
|
415 |
+
common_voice_sq_39190752.mp3 3456
|
416 |
+
common_voice_sq_37775377.mp3 2376
|
417 |
+
common_voice_sq_37792949.mp3 2736
|
418 |
+
common_voice_sq_37792972.mp3 4140
|
419 |
+
common_voice_sq_40069939.mp3 6588
|
420 |
+
common_voice_sq_38535842.mp3 6156
|
421 |
+
common_voice_sq_37803786.mp3 2628
|
422 |
+
common_voice_sq_40069968.mp3 3528
|
423 |
+
common_voice_sq_37800786.mp3 2844
|
424 |
+
common_voice_sq_37795699.mp3 2664
|
425 |
+
common_voice_sq_37803807.mp3 3348
|
426 |
+
common_voice_sq_37780221.mp3 2664
|
427 |
+
common_voice_sq_37795695.mp3 3348
|
428 |
+
common_voice_sq_37795454.mp3 3096
|
429 |
+
common_voice_sq_37800729.mp3 3276
|
430 |
+
common_voice_sq_37775518.mp3 4896
|
431 |
+
common_voice_sq_37800902.mp3 3960
|
432 |
+
common_voice_sq_39821501.mp3 4320
|
433 |
+
common_voice_sq_37800873.mp3 3276
|
434 |
+
common_voice_sq_37817269.mp3 7236
|
435 |
+
common_voice_sq_37775373.mp3 7164
|
436 |
+
common_voice_sq_40069971.mp3 6156
|
437 |
+
common_voice_sq_39575415.mp3 3960
|
438 |
+
common_voice_sq_37801171.mp3 3600
|
439 |
+
common_voice_sq_37792689.mp3 5760
|
440 |
+
common_voice_sq_39813537.mp3 4536
|
441 |
+
common_voice_sq_37795576.mp3 5832
|
442 |
+
common_voice_sq_37800871.mp3 5796
|
443 |
+
common_voice_sq_39821404.mp3 8640
|
444 |
+
common_voice_sq_37797154.mp3 7200
|
445 |
+
common_voice_sq_39574674.mp3 3096
|
446 |
+
common_voice_sq_37817174.mp3 2448
|
447 |
+
common_voice_sq_40172792.mp3 5868
|
448 |
+
common_voice_sq_37800838.mp3 4608
|
449 |
+
common_voice_sq_39821445.mp3 4428
|
450 |
+
common_voice_sq_37797150.mp3 4320
|
451 |
+
common_voice_sq_38254526.mp3 2556
|
452 |
+
common_voice_sq_37775343.mp3 4608
|
453 |
+
common_voice_sq_37791606.mp3 5976
|
454 |
+
common_voice_sq_40068758.mp3 7308
|
455 |
+
common_voice_sq_40069998.mp3 3600
|
456 |
+
common_voice_sq_40075740.mp3 3420
|
457 |
+
common_voice_sq_37795524.mp3 2556
|
458 |
+
common_voice_sq_37800820.mp3 5220
|
459 |
+
common_voice_sq_37792865.mp3 2880
|
460 |
+
common_voice_sq_37817173.mp3 5796
|
461 |
+
common_voice_sq_40075775.mp3 3816
|
462 |
+
common_voice_sq_37795427.mp3 3168
|
463 |
+
common_voice_sq_37795523.mp3 4896
|
464 |
+
common_voice_sq_37973915.mp3 4068
|
465 |
+
common_voice_sq_37804252.mp3 2808
|
466 |
+
common_voice_sq_37655610.mp3 4212
|
467 |
+
common_voice_sq_37795453.mp3 3096
|
468 |
+
common_voice_sq_37792985.mp3 5868
|
469 |
+
common_voice_sq_37800879.mp3 4212
|
470 |
+
common_voice_sq_37803812.mp3 2376
|
471 |
+
common_voice_sq_40150938.mp3 5688
|
472 |
+
common_voice_sq_37780235.mp3 3096
|
473 |
+
common_voice_sq_37797139.mp3 4968
|
474 |
+
common_voice_sq_37795516.mp3 2880
|
475 |
+
common_voice_sq_39574623.mp3 5724
|
476 |
+
common_voice_sq_40069996.mp3 4608
|
477 |
+
common_voice_sq_37795410.mp3 4356
|
478 |
+
common_voice_sq_38076512.mp3 2880
|
479 |
+
common_voice_sq_37775347.mp3 3708
|
480 |
+
common_voice_sq_37795651.mp3 4428
|
481 |
+
common_voice_sq_37803638.mp3 4428
|
482 |
+
common_voice_sq_37780210.mp3 6336
|
483 |
+
common_voice_sq_40172789.mp3 8028
|
484 |
+
common_voice_sq_39190881.mp3 4896
|
485 |
+
common_voice_sq_40068794.mp3 4248
|
486 |
+
common_voice_sq_37795469.mp3 4716
|
487 |
+
common_voice_sq_37800783.mp3 5328
|
488 |
+
common_voice_sq_39534484.mp3 4896
|
489 |
+
common_voice_sq_37817254.mp3 3960
|
490 |
+
common_voice_sq_37793511.mp3 4284
|
491 |
+
common_voice_sq_37795715.mp3 4500
|
492 |
+
common_voice_sq_37775399.mp3 3708
|
493 |
+
common_voice_sq_37775385.mp3 4536
|
494 |
+
common_voice_sq_37780245.mp3 2340
|
495 |
+
common_voice_sq_39574622.mp3 4320
|
496 |
+
common_voice_sq_37791276.mp3 2808
|
497 |
+
common_voice_sq_40068302.mp3 4824
|
498 |
+
common_voice_sq_37793390.mp3 4536
|
499 |
+
common_voice_sq_37800766.mp3 2916
|
500 |
+
common_voice_sq_39821519.mp3 3168
|
501 |
+
common_voice_sq_39575592.mp3 4752
|
502 |
+
common_voice_sq_39206991.mp3 2448
|
503 |
+
common_voice_sq_39535244.mp3 7488
|
504 |
+
common_voice_sq_37795392.mp3 3384
|
505 |
+
common_voice_sq_39732472.mp3 4896
|
506 |
+
common_voice_sq_37800903.mp3 3564
|
507 |
+
common_voice_sq_39821521.mp3 3780
|
508 |
+
common_voice_sq_40069993.mp3 3276
|
509 |
+
common_voice_sq_37795711.mp3 7344
|
510 |
+
common_voice_sq_39535313.mp3 5040
|
511 |
+
common_voice_sq_37655601.mp3 2628
|
512 |
+
common_voice_sq_39821489.mp3 4536
|
513 |
+
common_voice_sq_38963093.mp3 5688
|
514 |
+
common_voice_sq_37795424.mp3 2304
|
515 |
+
common_voice_sq_40068275.mp3 6696
|
516 |
+
common_voice_sq_40068295.mp3 2448
|
517 |
+
common_voice_sq_39821448.mp3 5040
|
518 |
+
common_voice_sq_37795786.mp3 3744
|
519 |
+
common_voice_sq_39821486.mp3 3600
|
520 |
+
common_voice_sq_39206374.mp3 2340
|
521 |
+
common_voice_sq_37800792.mp3 3780
|
522 |
+
common_voice_sq_39575540.mp3 2700
|
523 |
+
common_voice_sq_37793730.mp3 10260
|
524 |
+
common_voice_sq_39575360.mp3 3312
|
525 |
+
common_voice_sq_39813579.mp3 5436
|
526 |
+
common_voice_sq_37790506.mp3 2556
|
527 |
+
common_voice_sq_40068301.mp3 3816
|
528 |
+
common_voice_sq_37800725.mp3 3888
|
529 |
+
common_voice_sq_37800802.mp3 4428
|
530 |
+
common_voice_sq_39534482.mp3 4212
|
531 |
+
common_voice_sq_37817253.mp3 2520
|
532 |
+
common_voice_sq_37803639.mp3 4860
|
533 |
+
common_voice_sq_37800740.mp3 9252
|
534 |
+
common_voice_sq_39821406.mp3 4716
|
535 |
+
common_voice_sq_40069988.mp3 7416
|
536 |
+
common_voice_sq_37775799.mp3 4104
|
537 |
+
common_voice_sq_38076514.mp3 2376
|
538 |
+
common_voice_sq_39206942.mp3 4500
|
539 |
+
common_voice_sq_37803691.mp3 6696
|
540 |
+
common_voice_sq_37800849.mp3 3600
|
541 |
+
common_voice_sq_38535824.mp3 3168
|
542 |
+
common_voice_sq_37775353.mp3 6264
|
543 |
+
common_voice_sq_37795451.mp3 5112
|
544 |
+
common_voice_sq_37800868.mp3 3528
|
545 |
+
common_voice_sq_37797120.mp3 6228
|
546 |
+
common_voice_sq_38254530.mp3 4248
|
547 |
+
common_voice_sq_37795570.mp3 3492
|
548 |
+
common_voice_sq_37795537.mp3 3240
|
549 |
+
common_voice_sq_37800891.mp3 7452
|
550 |
+
common_voice_sq_37800774.mp3 3744
|
551 |
+
common_voice_sq_39813567.mp3 4896
|
552 |
+
common_voice_sq_37795514.mp3 2988
|
553 |
+
common_voice_sq_37800745.mp3 4572
|
554 |
+
common_voice_sq_37795731.mp3 2736
|
555 |
+
common_voice_sq_37791597.mp3 4068
|
556 |
+
common_voice_sq_39821516.mp3 8100
|
557 |
+
common_voice_sq_37817265.mp3 7704
|
558 |
+
common_voice_sq_37795785.mp3 5868
|
559 |
+
common_voice_sq_40068305.mp3 2772
|
560 |
+
common_voice_sq_37570322.mp3 2916
|
561 |
+
common_voice_sq_37794949.mp3 4860
|
562 |
+
common_voice_sq_37795673.mp3 3420
|
563 |
+
common_voice_sq_39206965.mp3 3960
|
564 |
+
common_voice_sq_37795502.mp3 3888
|
565 |
+
common_voice_sq_37795418.mp3 2880
|
566 |
+
common_voice_sq_39534564.mp3 6120
|
567 |
+
common_voice_sq_37795508.mp3 2700
|
568 |
+
common_voice_sq_37800738.mp3 10476
|
569 |
+
common_voice_sq_37795432.mp3 2160
|
570 |
+
common_voice_sq_38963087.mp3 4248
|
571 |
+
common_voice_sq_37804249.mp3 3240
|
572 |
+
common_voice_sq_38535825.mp3 5436
|
573 |
+
common_voice_sq_37775403.mp3 7020
|
574 |
+
common_voice_sq_38608107.mp3 3996
|
575 |
+
common_voice_sq_37655600.mp3 2448
|
576 |
+
common_voice_sq_37795774.mp3 4860
|
577 |
+
common_voice_sq_37803640.mp3 3960
|
578 |
+
common_voice_sq_39206874.mp3 2736
|
579 |
+
common_voice_sq_37852522.mp3 48096
|
580 |
+
common_voice_sq_37852521.mp3 51480
|
581 |
+
common_voice_sq_37790519.mp3 2880
|
582 |
+
common_voice_sq_37792992.mp3 4176
|
583 |
+
common_voice_sq_37800835.mp3 4716
|
584 |
+
common_voice_sq_37795437.mp3 4284
|
585 |
+
common_voice_sq_37792674.mp3 2988
|
586 |
+
common_voice_sq_39191073.mp3 2268
|
587 |
+
common_voice_sq_37800780.mp3 5832
|
588 |
+
common_voice_sq_40069999.mp3 4248
|
589 |
+
common_voice_sq_37797142.mp3 5256
|
590 |
+
common_voice_sq_37796990.mp3 4500
|
591 |
+
common_voice_sq_37800727.mp3 5256
|
592 |
+
common_voice_sq_37852533.mp3 4896
|
593 |
+
common_voice_sq_39821434.mp3 4140
|
594 |
+
common_voice_sq_39206370.mp3 4176
|
595 |
+
common_voice_sq_39206927.mp3 4356
|
596 |
+
common_voice_sq_37795756.mp3 4248
|
597 |
+
common_voice_sq_37800836.mp3 3636
|
598 |
+
common_voice_sq_40069947.mp3 3240
|
599 |
+
common_voice_sq_37792960.mp3 2556
|
600 |
+
common_voice_sq_37795536.mp3 4356
|
601 |
+
common_voice_sq_37800858.mp3 3420
|
602 |
+
common_voice_sq_37795483.mp3 4320
|
603 |
+
common_voice_sq_37655619.mp3 3924
|
604 |
+
common_voice_sq_37800845.mp3 3816
|
605 |
+
common_voice_sq_37792974.mp3 5040
|
606 |
+
common_voice_sq_37795442.mp3 3924
|
607 |
+
common_voice_sq_37775380.mp3 3672
|
608 |
+
common_voice_sq_40068280.mp3 4140
|
609 |
+
common_voice_sq_37795684.mp3 5184
|
610 |
+
common_voice_sq_37792950.mp3 3996
|
611 |
+
common_voice_sq_39575456.mp3 3456
|
612 |
+
common_voice_sq_37795445.mp3 4824
|
613 |
+
common_voice_sq_37800752.mp3 5868
|
614 |
+
common_voice_sq_37800876.mp3 3780
|
615 |
+
common_voice_sq_37817250.mp3 3996
|
616 |
+
common_voice_sq_38535837.mp3 3456
|
617 |
+
common_voice_sq_39206474.mp3 3528
|
618 |
+
common_voice_sq_37775409.mp3 2808
|
619 |
+
common_voice_sq_37791246.mp3 3348
|
620 |
+
common_voice_sq_37791272.mp3 4788
|
621 |
+
common_voice_sq_37795649.mp3 4572
|
622 |
+
common_voice_sq_37800819.mp3 6156
|
623 |
+
common_voice_sq_37603139.mp3 5400
|
624 |
+
common_voice_sq_39535278.mp3 5544
|
625 |
+
common_voice_sq_37792888.mp3 6120
|
626 |
+
common_voice_sq_37775418.mp3 2556
|
627 |
+
common_voice_sq_37800900.mp3 5400
|
628 |
+
common_voice_sq_37800724.mp3 4320
|
629 |
+
common_voice_sq_38076590.mp3 4572
|
630 |
+
common_voice_sq_37803802.mp3 2196
|
631 |
+
common_voice_sq_37796986.mp3 3060
|
632 |
+
common_voice_sq_39206428.mp3 3708
|
633 |
+
common_voice_sq_37570321.mp3 2808
|
634 |
+
common_voice_sq_37783173.mp3 2880
|
635 |
+
common_voice_sq_39821520.mp3 3816
|
636 |
+
common_voice_sq_37803837.mp3 3240
|
637 |
+
common_voice_sq_39813539.mp3 5328
|
638 |
+
common_voice_sq_37795402.mp3 5832
|
639 |
+
common_voice_sq_37795391.mp3 8352
|
640 |
+
common_voice_sq_37800844.mp3 5544
|
641 |
+
common_voice_sq_37654664.mp3 4896
|
642 |
+
common_voice_sq_39206925.mp3 4860
|
643 |
+
common_voice_sq_37780244.mp3 2808
|
644 |
+
common_voice_sq_37654627.mp3 3528
|
645 |
+
common_voice_sq_37570325.mp3 3780
|
646 |
+
common_voice_sq_38535846.mp3 2880
|
647 |
+
common_voice_sq_39190877.mp3 4716
|
648 |
+
common_voice_sq_37775798.mp3 2736
|
649 |
+
common_voice_sq_37803625.mp3 5148
|
650 |
+
common_voice_sq_37780182.mp3 6588
|
651 |
+
common_voice_sq_37841575.mp3 3600
|
652 |
+
common_voice_sq_37795787.mp3 3348
|
653 |
+
common_voice_sq_37792957.mp3 1980
|
654 |
+
common_voice_sq_39574603.mp3 3780
|
655 |
+
common_voice_sq_40068779.mp3 5940
|
656 |
+
common_voice_sq_37796998.mp3 3852
|
657 |
+
common_voice_sq_37792971.mp3 7416
|
658 |
+
common_voice_sq_39821518.mp3 6228
|
659 |
+
common_voice_sq_37800840.mp3 4032
|
660 |
+
common_voice_sq_37817180.mp3 4356
|
661 |
+
common_voice_sq_37775515.mp3 4068
|
662 |
+
common_voice_sq_39574624.mp3 4212
|
663 |
+
common_voice_sq_37796993.mp3 2664
|
664 |
+
common_voice_sq_39821435.mp3 5040
|
665 |
+
common_voice_sq_39813541.mp3 6588
|
666 |
+
common_voice_sq_38359505.mp3 5724
|
667 |
+
common_voice_sq_37792871.mp3 4356
|
668 |
+
common_voice_sq_39821436.mp3 4860
|
669 |
+
common_voice_sq_37775517.mp3 4464
|
670 |
+
common_voice_sq_39574625.mp3 4464
|
671 |
+
common_voice_sq_39206929.mp3 3240
|
672 |
+
common_voice_sq_37775381.mp3 3204
|
673 |
+
common_voice_sq_37800889.mp3 5652
|
674 |
+
common_voice_sq_39575455.mp3 5148
|
675 |
+
common_voice_sq_39821546.mp3 3060
|
676 |
+
common_voice_sq_37792886.mp3 5220
|
677 |
+
common_voice_sq_37817619.mp3 3600
|
678 |
+
common_voice_sq_40075742.mp3 3996
|
679 |
+
common_voice_sq_37616306.mp3 4824
|
680 |
+
common_voice_sq_37817183.mp3 4032
|
681 |
+
common_voice_sq_37795503.mp3 3240
|
682 |
+
common_voice_sq_37798940.mp3 6048
|
683 |
+
common_voice_sq_37803776.mp3 3708
|
684 |
+
common_voice_sq_37795372.mp3 5292
|
685 |
+
common_voice_sq_37804253.mp3 3060
|
686 |
+
common_voice_sq_37795411.mp3 5652
|
687 |
+
common_voice_sq_37800754.mp3 3204
|
688 |
+
common_voice_sq_37775401.mp3 5616
|
689 |
+
common_voice_sq_37800757.mp3 5652
|
690 |
+
common_voice_sq_37795733.mp3 5220
|
691 |
+
common_voice_sq_37793388.mp3 5580
|
692 |
+
common_voice_sq_39139872.mp3 4248
|
693 |
+
common_voice_sq_38535851.mp3 2988
|
694 |
+
common_voice_sq_37795551.mp3 3348
|
695 |
+
common_voice_sq_39206429.mp3 3060
|
696 |
+
common_voice_sq_37780246.mp3 4320
|
697 |
+
common_voice_sq_37775421.mp3 6012
|
698 |
+
common_voice_sq_37797121.mp3 5400
|
699 |
+
common_voice_sq_39575541.mp3 6624
|
700 |
+
common_voice_sq_37792947.mp3 4248
|
701 |
+
common_voice_sq_37841577.mp3 5328
|
702 |
+
common_voice_sq_37800750.mp3 2340
|
703 |
+
common_voice_sq_37817268.mp3 5364
|
704 |
+
common_voice_sq_39821503.mp3 4320
|
705 |
+
common_voice_sq_39206935.mp3 3636
|
706 |
+
common_voice_sq_39575363.mp3 4284
|
707 |
+
common_voice_sq_37800837.mp3 3852
|
708 |
+
common_voice_sq_37800870.mp3 4896
|
709 |
+
common_voice_sq_40069970.mp3 6588
|
710 |
+
common_voice_sq_37852528.mp3 34488
|
711 |
+
common_voice_sq_37654626.mp3 5868
|
712 |
+
common_voice_sq_37775393.mp3 3744
|
713 |
+
common_voice_sq_39206901.mp3 2448
|
714 |
+
common_voice_sq_37800854.mp3 4320
|
715 |
+
common_voice_sq_39190863.mp3 3996
|
716 |
+
common_voice_sq_39821446.mp3 6336
|
717 |
+
common_voice_sq_40075787.mp3 5724
|
718 |
+
common_voice_sq_39821488.mp3 5400
|
719 |
+
common_voice_sq_37795426.mp3 2700
|
720 |
+
common_voice_sq_37795461.mp3 5940
|
721 |
+
common_voice_sq_39821475.mp3 7020
|
722 |
+
common_voice_sq_37795463.mp3 3348
|
723 |
+
common_voice_sq_39206992.mp3 2196
|
724 |
+
common_voice_sq_37803697.mp3 7200
|
725 |
+
common_voice_sq_39813575.mp3 8640
|
726 |
+
common_voice_sq_37570324.mp3 4500
|
727 |
+
common_voice_sq_37775436.mp3 5580
|
728 |
+
common_voice_sq_37775420.mp3 3096
|
729 |
+
common_voice_sq_37795419.mp3 5040
|
730 |
+
common_voice_sq_37817612.mp3 3888
|
731 |
+
common_voice_sq_37780239.mp3 2772
|
732 |
+
common_voice_sq_37655635.mp3 4212
|
733 |
+
common_voice_sq_39206473.mp3 2016
|
734 |
+
common_voice_sq_38535818.mp3 4248
|
735 |
+
common_voice_sq_37655628.mp3 4608
|
736 |
+
common_voice_sq_37803714.mp3 3600
|
737 |
+
common_voice_sq_37775392.mp3 4788
|
738 |
+
common_voice_sq_37800897.mp3 3636
|
739 |
+
common_voice_sq_37792990.mp3 2700
|
740 |
+
common_voice_sq_37800813.mp3 3528
|
741 |
+
common_voice_sq_37795550.mp3 4500
|
742 |
+
common_voice_sq_37800762.mp3 3024
|
743 |
+
common_voice_sq_37795758.mp3 3924
|
744 |
+
common_voice_sq_37852519.mp3 5760
|
745 |
+
common_voice_sq_37795468.mp3 7056
|
746 |
+
common_voice_sq_37795696.mp3 5508
|
747 |
+
common_voice_sq_37817614.mp3 4608
|
748 |
+
common_voice_sq_37797140.mp3 6948
|
749 |
+
common_voice_sq_37796996.mp3 3600
|
750 |
+
common_voice_sq_39206457.mp3 4608
|
751 |
+
common_voice_sq_37803785.mp3 5040
|
752 |
+
common_voice_sq_37795530.mp3 3600
|
753 |
+
common_voice_sq_39190878.mp3 5076
|
754 |
+
common_voice_sq_37795377.mp3 2952
|
755 |
+
common_voice_sq_37795521.mp3 3492
|
756 |
+
common_voice_sq_37792958.mp3 2448
|
757 |
+
common_voice_sq_37793512.mp3 5364
|
758 |
+
common_voice_sq_37852526.mp3 32652
|
759 |
+
common_voice_sq_37795408.mp3 4788
|
760 |
+
common_voice_sq_37603140.mp3 4788
|
761 |
+
common_voice_sq_40163047.mp3 6048
|
762 |
+
common_voice_sq_37795439.mp3 5076
|
763 |
+
common_voice_sq_37795663.mp3 3528
|
764 |
+
common_voice_sq_39813561.mp3 2880
|
765 |
+
common_voice_sq_37803820.mp3 5760
|
766 |
+
common_voice_sq_38535844.mp3 4140
|
767 |
+
common_voice_sq_37795473.mp3 5508
|
768 |
+
common_voice_sq_39535317.mp3 4572
|
769 |
+
common_voice_sq_37655627.mp3 3132
|
770 |
+
common_voice_sq_37817159.mp3 4176
|
771 |
+
common_voice_sq_37795479.mp3 2628
|
772 |
+
common_voice_sq_37796985.mp3 4536
|
773 |
+
common_voice_sq_38535855.mp3 2808
|
774 |
+
common_voice_sq_37795574.mp3 7524
|
775 |
+
common_voice_sq_37795658.mp3 2196
|
776 |
+
common_voice_sq_37803792.mp3 5220
|
777 |
+
common_voice_sq_37795546.mp3 4428
|
778 |
+
common_voice_sq_37795577.mp3 4428
|
779 |
+
common_voice_sq_39190856.mp3 3276
|
780 |
+
common_voice_sq_37804247.mp3 6156
|
781 |
+
common_voice_sq_40068780.mp3 3420
|
782 |
+
common_voice_sq_38254528.mp3 4536
|
783 |
+
common_voice_sq_39821549.mp3 2160
|
784 |
+
common_voice_sq_37654641.mp3 7020
|
785 |
+
common_voice_sq_37795415.mp3 3600
|
786 |
+
common_voice_sq_39535343.mp3 7524
|
787 |
+
common_voice_sq_39821403.mp3 3636
|
788 |
+
common_voice_sq_37817155.mp3 5868
|
789 |
+
common_voice_sq_37795528.mp3 4428
|
790 |
+
common_voice_sq_37803846.mp3 3348
|
791 |
+
common_voice_sq_40068770.mp3 5616
|
792 |
+
common_voice_sq_37795672.mp3 2196
|
793 |
+
common_voice_sq_39206993.mp3 2700
|
794 |
+
common_voice_sq_37795425.mp3 3204
|
795 |
+
common_voice_sq_37780183.mp3 5436
|
796 |
+
common_voice_sq_39813572.mp3 7488
|
797 |
+
common_voice_sq_39574606.mp3 5400
|
798 |
+
common_voice_sq_39206912.mp3 3780
|
799 |
+
common_voice_sq_40075723.mp3 4140
|
800 |
+
common_voice_sq_37792691.mp3 4356
|
801 |
+
common_voice_sq_37841574.mp3 4680
|
802 |
+
common_voice_sq_37803830.mp3 4500
|
803 |
+
common_voice_sq_39821506.mp3 2376
|
804 |
+
common_voice_sq_37795526.mp3 3348
|
805 |
+
common_voice_sq_38535839.mp3 4680
|
806 |
+
common_voice_sq_40069960.mp3 3780
|
807 |
+
common_voice_sq_40068306.mp3 6192
|
808 |
+
common_voice_sq_40075748.mp3 4788
|
809 |
+
common_voice_sq_37800776.mp3 3348
|
810 |
+
common_voice_sq_38963089.mp3 5148
|
811 |
+
common_voice_sq_40069937.mp3 4320
|
812 |
+
common_voice_sq_37794945.mp3 5976
|
813 |
+
common_voice_sq_39206903.mp3 2196
|
814 |
+
common_voice_sq_37796988.mp3 2484
|
815 |
+
common_voice_sq_40107501.mp3 5868
|
816 |
+
common_voice_sq_39813559.mp3 5148
|
817 |
+
common_voice_sq_39821433.mp3 3096
|
818 |
+
common_voice_sq_37795674.mp3 4716
|
819 |
+
common_voice_sq_39813569.mp3 2088
|
820 |
+
common_voice_sq_37790504.mp3 5220
|
821 |
+
common_voice_sq_40075765.mp3 5400
|
822 |
+
common_voice_sq_37803644.mp3 6300
|
823 |
+
common_voice_sq_37817182.mp3 3960
|
824 |
+
common_voice_sq_37795447.mp3 3132
|
825 |
+
common_voice_sq_37791599.mp3 5076
|
826 |
+
common_voice_sq_37798718.mp3 5220
|
827 |
+
common_voice_sq_39190840.mp3 2268
|
828 |
+
common_voice_sq_39574626.mp3 4464
|
829 |
+
common_voice_sq_37775356.mp3 3708
|
830 |
+
common_voice_sq_37793513.mp3 3312
|
831 |
+
common_voice_sq_37792709.mp3 2916
|
832 |
+
common_voice_sq_37803698.mp3 3276
|
833 |
+
common_voice_sq_37795420.mp3 4752
|
834 |
+
common_voice_sq_38076500.mp3 4752
|
835 |
+
common_voice_sq_39206972.mp3 3528
|
836 |
+
common_voice_sq_40107500.mp3 4428
|
837 |
+
common_voice_sq_37800843.mp3 4896
|
838 |
+
common_voice_sq_40068282.mp3 3564
|
839 |
+
common_voice_sq_40069957.mp3 4896
|
840 |
+
common_voice_sq_40068761.mp3 7236
|
841 |
+
common_voice_sq_39190854.mp3 2916
|
842 |
+
common_voice_sq_39575452.mp3 4752
|
843 |
+
common_voice_sq_37804254.mp3 4248
|
844 |
+
common_voice_sq_39534565.mp3 6840
|
845 |
+
common_voice_sq_37800805.mp3 3312
|
846 |
+
common_voice_sq_37570340.mp3 4068
|
847 |
+
common_voice_sq_39813540.mp3 5508
|
848 |
+
common_voice_sq_39732483.mp3 5148
|
849 |
+
common_voice_sq_38608108.mp3 4608
|
850 |
+
common_voice_sq_40068808.mp3 3888
|
851 |
+
common_voice_sq_39206928.mp3 3060
|
852 |
+
common_voice_sq_37795417.mp3 3780
|
853 |
+
common_voice_sq_40069959.mp3 3996
|
854 |
+
common_voice_sq_37800781.mp3 2628
|
855 |
+
common_voice_sq_37800744.mp3 3132
|
856 |
+
common_voice_sq_39206446.mp3 3636
|
857 |
+
common_voice_sq_39575558.mp3 4212
|
858 |
+
common_voice_sq_37795538.mp3 2268
|
859 |
+
common_voice_sq_37795755.mp3 3708
|
860 |
+
common_voice_sq_40069984.mp3 5148
|
861 |
+
common_voice_sq_38535856.mp3 2808
|
862 |
+
common_voice_sq_38904464.mp3 3636
|
863 |
+
common_voice_sq_37817157.mp3 3852
|
864 |
+
common_voice_sq_40068307.mp3 4608
|
865 |
+
common_voice_sq_37791273.mp3 4680
|
866 |
+
common_voice_sq_39206926.mp3 2736
|
867 |
+
common_voice_sq_37792673.mp3 4176
|
868 |
+
common_voice_sq_37795438.mp3 5544
|
869 |
+
common_voice_sq_40068286.mp3 3636
|
870 |
+
common_voice_sq_37780180.mp3 5652
|
871 |
+
common_voice_sq_37795464.mp3 5832
|
872 |
+
common_voice_sq_37803621.mp3 5040
|
873 |
+
common_voice_sq_39813554.mp3 6228
|
874 |
+
common_voice_sq_38254529.mp3 6120
|
875 |
+
common_voice_sq_40075749.mp3 2736
|
876 |
+
common_voice_sq_37796995.mp3 3564
|
877 |
+
common_voice_sq_40069938.mp3 5796
|
878 |
+
common_voice_sq_37800850.mp3 5652
|
879 |
+
common_voice_sq_39813552.mp3 6516
|
880 |
+
common_voice_sq_37790522.mp3 4500
|
881 |
+
common_voice_sq_37655609.mp3 2412
|
882 |
+
common_voice_sq_37655611.mp3 3492
|
883 |
+
common_voice_sq_39813538.mp3 3060
|
884 |
+
common_voice_sq_38076588.mp3 3456
|
885 |
+
common_voice_sq_37804248.mp3 4788
|
886 |
+
common_voice_sq_37800818.mp3 5220
|
887 |
+
common_voice_sq_37792874.mp3 4248
|
888 |
+
common_voice_sq_37795660.mp3 2880
|
889 |
+
common_voice_sq_37803806.mp3 3996
|
890 |
+
common_voice_sq_37817616.mp3 3816
|
891 |
+
common_voice_sq_37795602.mp3 2736
|
892 |
+
common_voice_sq_37775400.mp3 2052
|
893 |
+
common_voice_sq_37655626.mp3 5328
|
894 |
+
common_voice_sq_37800885.mp3 4752
|
895 |
+
common_voice_sq_37795686.mp3 2844
|
896 |
+
common_voice_sq_37796798.mp3 3672
|
897 |
+
common_voice_sq_39821487.mp3 2808
|
898 |
+
common_voice_sq_39191141.mp3 5328
|
899 |
+
common_voice_sq_39574675.mp3 2808
|
900 |
+
common_voice_sq_37800789.mp3 4068
|
901 |
+
common_voice_sq_39575589.mp3 5868
|
902 |
+
common_voice_sq_37817169.mp3 4320
|
903 |
+
common_voice_sq_37655625.mp3 5076
|
904 |
+
common_voice_sq_39821544.mp3 2916
|
905 |
+
common_voice_sq_38535820.mp3 3600
|
906 |
+
common_voice_sq_37803774.mp3 4500
|
907 |
+
common_voice_sq_38535826.mp3 2736
|
908 |
+
common_voice_sq_37804251.mp3 2916
|
909 |
+
common_voice_sq_37780230.mp3 2700
|
910 |
+
common_voice_sq_40163049.mp3 5976
|
911 |
+
common_voice_sq_37792875.mp3 5508
|
912 |
+
common_voice_sq_37792970.mp3 5580
|
913 |
+
common_voice_sq_37800759.mp3 5472
|
914 |
+
common_voice_sq_37654644.mp3 3888
|
915 |
+
common_voice_sq_37795697.mp3 3780
|
916 |
+
common_voice_sq_37803811.mp3 4140
|
917 |
+
common_voice_sq_38535819.mp3 5328
|
918 |
+
common_voice_sq_40068778.mp3 4788
|
919 |
+
common_voice_sq_39732481.mp3 7200
|
920 |
+
common_voice_sq_37791269.mp3 3780
|
921 |
+
common_voice_sq_38535829.mp3 5400
|
922 |
+
common_voice_sq_40068171.mp3 1620
|
923 |
+
common_voice_sq_40069982.mp3 8136
|
924 |
+
common_voice_sq_40075725.mp3 4824
|
925 |
+
common_voice_sq_37795535.mp3 3636
|
926 |
+
common_voice_sq_37795531.mp3 4176
|
927 |
+
common_voice_sq_37817266.mp3 4464
|
928 |
+
common_voice_sq_37654630.mp3 6120
|
929 |
+
common_voice_sq_40182995.mp3 7596
|
930 |
+
common_voice_sq_37800905.mp3 3564
|
931 |
+
common_voice_sq_37803821.mp3 2556
|
932 |
+
common_voice_sq_40075741.mp3 3672
|
933 |
+
common_voice_sq_39206989.mp3 2808
|
934 |
+
common_voice_sq_37795455.mp3 4140
|
935 |
+
common_voice_sq_39575417.mp3 5544
|
936 |
+
common_voice_sq_38289545.mp3 2844
|
937 |
+
common_voice_sq_37619846.mp3 2988
|
938 |
+
common_voice_sq_37801169.mp3 3960
|
939 |
+
common_voice_sq_37796981.mp3 4608
|
940 |
+
common_voice_sq_37791266.mp3 4968
|
941 |
+
common_voice_sq_37817605.mp3 3780
|
942 |
+
common_voice_sq_37797000.mp3 2916
|
943 |
+
common_voice_sq_39206900.mp3 2916
|
944 |
+
common_voice_sq_37795616.mp3 6264
|
945 |
+
common_voice_sq_37792665.mp3 3996
|
946 |
+
common_voice_sq_37796992.mp3 7020
|
947 |
+
common_voice_sq_37803828.mp3 3888
|
948 |
+
common_voice_sq_37655634.mp3 6624
|
949 |
+
common_voice_sq_37795824.mp3 2772
|
950 |
+
common_voice_sq_37654609.mp3 4500
|
951 |
+
common_voice_sq_37796980.mp3 4536
|
952 |
+
common_voice_sq_39575560.mp3 2880
|
953 |
+
common_voice_sq_37795648.mp3 5004
|
954 |
+
common_voice_sq_37800899.mp3 4428
|
955 |
+
common_voice_sq_37794972.mp3 3312
|
956 |
+
common_voice_sq_37817251.mp3 4608
|
957 |
+
common_voice_sq_37655598.mp3 5220
|
958 |
+
common_voice_sq_37796997.mp3 2916
|
959 |
+
common_voice_sq_37800769.mp3 2340
|
960 |
+
common_voice_sq_37792688.mp3 3492
|
961 |
+
common_voice_sq_37803809.mp3 4248
|
962 |
+
common_voice_sq_37795569.mp3 4140
|
963 |
+
common_voice_sq_37800856.mp3 9216
|
964 |
+
common_voice_sq_37654629.mp3 3600
|
965 |
+
common_voice_sq_37775391.mp3 5652
|
966 |
+
common_voice_sq_39821449.mp3 3780
|
967 |
+
common_voice_sq_37795413.mp3 3492
|
968 |
+
common_voice_sq_38963091.mp3 4788
|
969 |
+
common_voice_sq_39206902.mp3 2808
|
970 |
+
common_voice_sq_37797153.mp3 3780
|
971 |
+
common_voice_sq_37775382.mp3 2556
|
972 |
+
common_voice_sq_40068290.mp3 2844
|
973 |
+
common_voice_sq_38535854.mp3 3636
|
974 |
+
common_voice_sq_39206371.mp3 3276
|
975 |
+
common_voice_sq_37803637.mp3 4968
|
976 |
+
common_voice_sq_40163038.mp3 5976
|
977 |
+
common_voice_sq_40068782.mp3 4140
|
978 |
+
common_voice_sq_39139870.mp3 3996
|
979 |
+
common_voice_sq_37792846.mp3 5436
|
980 |
+
common_voice_sq_37795477.mp3 3060
|
981 |
+
common_voice_sq_38535852.mp3 3708
|
982 |
+
common_voice_sq_37780198.mp3 3888
|
983 |
+
common_voice_sq_39206940.mp3 5400
|
984 |
+
common_voice_sq_40069949.mp3 7596
|
985 |
+
common_voice_sq_37795434.mp3 2952
|
986 |
+
common_voice_sq_37616305.mp3 6336
|
987 |
+
common_voice_sq_37800872.mp3 2772
|
988 |
+
common_voice_sq_39190853.mp3 3456
|
989 |
+
common_voice_sq_37800865.mp3 3528
|
990 |
+
common_voice_sq_37801157.mp3 4968
|
991 |
+
common_voice_sq_37795713.mp3 3780
|
992 |
+
common_voice_sq_37795512.mp3 4284
|
993 |
+
common_voice_sq_37800848.mp3 3996
|
994 |
+
common_voice_sq_40075767.mp3 5400
|
995 |
+
common_voice_sq_39206392.mp3 2340
|
996 |
+
common_voice_sq_37654607.mp3 3456
|
997 |
+
common_voice_sq_37803839.mp3 3168
|
998 |
+
common_voice_sq_37791271.mp3 4176
|
999 |
+
common_voice_sq_38535843.mp3 4680
|
1000 |
+
common_voice_sq_38535822.mp3 6948
|
1001 |
+
common_voice_sq_38535840.mp3 2880
|
1002 |
+
common_voice_sq_39821517.mp3 7416
|
1003 |
+
common_voice_sq_37692233.mp3 2916
|
1004 |
+
common_voice_sq_37795510.mp3 4536
|
1005 |
+
common_voice_sq_40068281.mp3 5688
|
1006 |
+
common_voice_sq_37775419.mp3 5436
|
1007 |
+
common_voice_sq_39535347.mp3 5544
|
1008 |
+
common_voice_sq_40107502.mp3 5976
|
1009 |
+
common_voice_sq_37795457.mp3 3708
|
1010 |
+
common_voice_sq_37795675.mp3 3816
|
1011 |
+
common_voice_sq_37795414.mp3 4608
|
1012 |
+
common_voice_sq_39732482.mp3 5796
|
1013 |
+
common_voice_sq_39575510.mp3 4860
|
1014 |
+
common_voice_sq_37795395.mp3 4932
|
1015 |
+
common_voice_sq_37803773.mp3 3240
|
1016 |
+
common_voice_sq_37570339.mp3 3996
|
1017 |
+
common_voice_sq_37795549.mp3 4140
|
1018 |
+
common_voice_sq_37794969.mp3 9180
|
1019 |
+
common_voice_sq_40068291.mp3 3420
|
1020 |
+
common_voice_sq_37797100.mp3 8280
|
1021 |
+
common_voice_sq_37795404.mp3 5292
|
1022 |
+
common_voice_sq_37780213.mp3 6120
|
1023 |
+
common_voice_sq_37800784.mp3 3564
|
1024 |
+
common_voice_sq_37793514.mp3 5652
|
1025 |
+
common_voice_sq_37841576.mp3 6300
|
1026 |
+
common_voice_sq_40069997.mp3 5040
|
1027 |
+
common_voice_sq_37692231.mp3 4140
|
1028 |
+
common_voice_sq_39206947.mp3 5436
|
1029 |
+
common_voice_sq_40068167.mp3 3276
|
1030 |
+
common_voice_sq_39206948.mp3 3420
|
1031 |
+
common_voice_sq_39206391.mp3 3996
|
1032 |
+
common_voice_sq_38963092.mp3 3276
|
1033 |
+
common_voice_sq_37792986.mp3 2700
|
1034 |
+
common_voice_sq_37803700.mp3 3600
|
1035 |
+
common_voice_sq_37798937.mp3 7560
|
1036 |
+
common_voice_sq_37793734.mp3 6120
|
1037 |
+
common_voice_sq_37817611.mp3 5796
|
1038 |
+
common_voice_sq_37780181.mp3 4032
|
1039 |
+
common_voice_sq_37616307.mp3 3888
|
1040 |
+
common_voice_sq_40068168.mp3 1728
|
1041 |
+
common_voice_sq_38359504.mp3 3204
|
1042 |
+
common_voice_sq_39190862.mp3 5148
|
1043 |
+
common_voice_sq_39813574.mp3 5868
|
1044 |
+
common_voice_sq_38535833.mp3 2340
|
1045 |
+
common_voice_sq_37803804.mp3 3780
|
1046 |
+
common_voice_sq_37795403.mp3 2628
|
1047 |
+
common_voice_sq_39190753.mp3 5400
|
1048 |
+
common_voice_sq_39190860.mp3 4356
|
1049 |
+
common_voice_sq_37792712.mp3 3672
|
1050 |
+
common_voice_sq_39190880.mp3 5148
|
1051 |
+
common_voice_sq_40068760.mp3 8208
|
1052 |
+
common_voice_sq_39575458.mp3 4212
|
1053 |
+
common_voice_sq_39813553.mp3 3168
|
1054 |
+
common_voice_sq_37800810.mp3 3492
|
1055 |
+
common_voice_sq_37655624.mp3 3564
|
1056 |
+
common_voice_sq_40182994.mp3 6516
|
1057 |
+
common_voice_sq_37800753.mp3 5148
|
1058 |
+
common_voice_sq_37791262.mp3 3636
|
1059 |
+
common_voice_sq_37973911.mp3 4716
|
1060 |
+
common_voice_sq_37780214.mp3 7272
|
1061 |
+
common_voice_sq_39574604.mp3 3924
|
1062 |
+
common_voice_sq_37800859.mp3 4068
|
1063 |
+
common_voice_sq_40075784.mp3 4284
|
1064 |
+
common_voice_sq_39190839.mp3 3708
|
1065 |
+
common_voice_sq_39821437.mp3 3276
|
1066 |
+
common_voice_sq_37795613.mp3 3312
|
1067 |
+
common_voice_sq_37800720.mp3 4608
|
1068 |
+
common_voice_sq_37775346.mp3 4572
|
1069 |
+
common_voice_sq_39206373.mp3 4500
|
1070 |
+
common_voice_sq_39821405.mp3 3816
|
1071 |
+
common_voice_sq_37803687.mp3 6228
|
1072 |
+
common_voice_sq_37800782.mp3 2736
|
1073 |
+
common_voice_sq_37795638.mp3 5040
|
1074 |
+
common_voice_sq_40068772.mp3 5436
|
1075 |
+
common_voice_sq_37800875.mp3 3420
|
1076 |
+
common_voice_sq_37800742.mp3 6048
|
1077 |
+
common_voice_sq_37616308.mp3 6444
|
1078 |
+
common_voice_sq_39821545.mp3 5436
|
1079 |
+
common_voice_sq_37655599.mp3 2448
|
1080 |
+
common_voice_sq_37780196.mp3 3528
|
1081 |
+
common_voice_sq_37795639.mp3 5616
|
1082 |
+
common_voice_sq_38535847.mp3 2448
|
1083 |
+
common_voice_sq_37817610.mp3 3240
|
1084 |
+
common_voice_sq_37795573.mp3 2448
|
1085 |
+
common_voice_sq_37795661.mp3 2412
|
1086 |
+
common_voice_sq_37791267.mp3 8676
|
1087 |
+
common_voice_sq_39575519.mp3 3276
|
1088 |
+
common_voice_sq_37801151.mp3 10116
|
1089 |
+
common_voice_sq_38904460.mp3 9072
|
1090 |
+
common_voice_sq_40068759.mp3 4500
|
1091 |
+
common_voice_sq_37797103.mp3 8748
|
1092 |
+
common_voice_sq_40075751.mp3 4176
|
1093 |
+
common_voice_sq_37803793.mp3 5256
|
1094 |
+
common_voice_sq_39575508.mp3 3780
|
1095 |
+
common_voice_sq_37800851.mp3 2664
|
1096 |
+
common_voice_sq_39821508.mp3 4716
|
1097 |
+
common_voice_sq_37800839.mp3 4572
|
1098 |
+
common_voice_sq_37795604.mp3 3636
|
1099 |
+
common_voice_sq_37796984.mp3 2664
|
1100 |
+
common_voice_sq_37780224.mp3 5076
|
1101 |
+
common_voice_sq_37852525.mp3 3888
|
1102 |
+
common_voice_sq_40068285.mp3 2844
|
1103 |
+
common_voice_sq_37800861.mp3 4824
|
1104 |
+
common_voice_sq_37791244.mp3 5148
|
1105 |
+
common_voice_sq_37795435.mp3 4104
|
1106 |
+
common_voice_sq_39190858.mp3 6768
|
1107 |
+
common_voice_sq_39534791.mp3 4644
|
1108 |
+
common_voice_sq_37795525.mp3 3132
|
1109 |
+
common_voice_sq_39206412.mp3 4140
|
1110 |
+
common_voice_sq_39206445.mp3 3060
|
1111 |
+
common_voice_sq_37795712.mp3 5076
|
1112 |
+
common_voice_sq_40182998.mp3 7200
|
1113 |
+
common_voice_sq_39206880.mp3 3168
|
1114 |
+
common_voice_sq_37800814.mp3 2700
|
1115 |
+
common_voice_sq_37796989.mp3 4500
|
1116 |
+
common_voice_sq_39206456.mp3 2736
|
1117 |
+
common_voice_sq_38076496.mp3 5328
|
1118 |
+
common_voice_sq_39813578.mp3 5688
|
1119 |
+
common_voice_sq_39732479.mp3 6876
|
1120 |
+
common_voice_sq_39206471.mp3 4140
|
1121 |
+
common_voice_sq_37775386.mp3 3852
|
1122 |
+
common_voice_sq_37800728.mp3 7128
|
1123 |
+
common_voice_sq_39535286.mp3 4392
|
1124 |
+
common_voice_sq_39206872.mp3 6768
|
1125 |
+
common_voice_sq_37791605.mp3 8136
|
1126 |
+
common_voice_sq_37795694.mp3 3492
|
1127 |
+
common_voice_sq_37791265.mp3 5688
|
1128 |
+
common_voice_sq_37795507.mp3 3060
|
1129 |
+
common_voice_sq_39732470.mp3 6696
|
1130 |
+
common_voice_sq_39206394.mp3 3960
|
1131 |
+
common_voice_sq_40069948.mp3 4176
|
1132 |
+
common_voice_sq_39206393.mp3 5328
|
1133 |
+
common_voice_sq_37795421.mp3 3744
|
1134 |
+
common_voice_sq_37800815.mp3 5760
|
1135 |
+
common_voice_sq_37793731.mp3 4140
|
1136 |
+
common_voice_sq_37800860.mp3 3636
|
1137 |
+
common_voice_sq_37803843.mp3 2556
|
1138 |
+
common_voice_sq_37603137.mp3 3780
|
1139 |
+
common_voice_sq_39206414.mp3 4176
|
1140 |
+
common_voice_sq_39821548.mp3 6480
|
1141 |
+
common_voice_sq_39732474.mp3 6696
|
1142 |
+
common_voice_sq_39206427.mp3 4140
|
1143 |
+
common_voice_sq_37852527.mp3 6408
|
1144 |
+
common_voice_sq_40163045.mp3 6228
|
1145 |
+
common_voice_sq_38535849.mp3 3276
|
1146 |
+
common_voice_sq_37800816.mp3 2700
|
1147 |
+
common_voice_sq_40163036.mp3 6480
|
1148 |
+
common_voice_sq_39575538.mp3 4716
|
1149 |
+
common_voice_sq_37795603.mp3 4680
|
1150 |
+
common_voice_sq_37803624.mp3 3420
|
1151 |
+
common_voice_sq_37800743.mp3 4284
|
1152 |
+
common_voice_sq_37800794.mp3 6480
|
1153 |
+
common_voice_sq_37800799.mp3 4392
|
1154 |
+
common_voice_sq_40069987.mp3 4356
|
1155 |
+
common_voice_sq_37780197.mp3 5436
|
1156 |
+
common_voice_sq_37780231.mp3 2880
|
1157 |
+
common_voice_sq_37775355.mp3 3384
|
1158 |
+
common_voice_sq_37780243.mp3 3348
|
1159 |
+
common_voice_sq_37800804.mp3 5652
|
1160 |
+
common_voice_sq_37800853.mp3 3528
|
1161 |
+
common_voice_sq_37654642.mp3 4140
|
1162 |
+
common_voice_sq_37791602.mp3 6480
|
1163 |
+
common_voice_sq_38535813.mp3 3060
|
1164 |
+
common_voice_sq_37795783.mp3 3024
|
1165 |
+
common_voice_sq_38535836.mp3 5220
|
1166 |
+
common_voice_sq_40163046.mp3 5940
|
1167 |
+
common_voice_sq_37800785.mp3 5940
|
1168 |
+
common_voice_sq_38076591.mp3 3348
|
1169 |
+
common_voice_sq_37796801.mp3 3348
|
1170 |
+
common_voice_sq_39206936.mp3 2988
|
1171 |
+
common_voice_sq_37795484.mp3 3528
|
1172 |
+
common_voice_sq_37800857.mp3 7920
|
1173 |
+
common_voice_sq_37800801.mp3 3276
|
1174 |
+
common_voice_sq_40068283.mp3 3564
|
1175 |
+
common_voice_sq_37800798.mp3 4752
|
1176 |
+
common_voice_sq_37792690.mp3 2340
|
1177 |
+
common_voice_sq_39206881.mp3 4680
|
1178 |
+
common_voice_sq_39534481.mp3 5724
|
1179 |
+
common_voice_sq_37800721.mp3 4788
|
1180 |
+
common_voice_sq_37800771.mp3 2448
|
1181 |
+
common_voice_sq_37800817.mp3 5652
|
1182 |
+
common_voice_sq_37795486.mp3 2988
|
1183 |
+
common_voice_sq_37792676.mp3 4248
|
1184 |
+
common_voice_sq_37655637.mp3 3384
|
1185 |
+
common_voice_sq_38535812.mp3 4356
|
1186 |
+
common_voice_sq_37817606.mp3 5040
|
1187 |
+
common_voice_sq_37655606.mp3 3672
|
1188 |
+
common_voice_sq_37800862.mp3 9180
|
1189 |
+
common_voice_sq_37800747.mp3 5400
|
1190 |
+
common_voice_sq_37603138.mp3 4680
|
1191 |
+
common_voice_sq_37783176.mp3 4392
|
1192 |
+
common_voice_sq_37795458.mp3 6552
|
1193 |
+
common_voice_sq_39535316.mp3 3420
|
1194 |
+
common_voice_sq_37803775.mp3 4068
|
1195 |
+
common_voice_sq_37791264.mp3 4140
|
1196 |
+
common_voice_sq_38535831.mp3 4716
|
1197 |
+
common_voice_sq_40068288.mp3 4392
|
1198 |
+
common_voice_sq_37796797.mp3 3204
|
1199 |
+
common_voice_sq_37795423.mp3 4608
|
1200 |
+
common_voice_sq_37792989.mp3 2268
|
1201 |
+
common_voice_sq_37803778.mp3 2196
|
1202 |
+
common_voice_sq_37973918.mp3 3132
|
1203 |
+
common_voice_sq_38535845.mp3 4680
|
1204 |
+
common_voice_sq_40163037.mp3 4140
|
1205 |
+
common_voice_sq_37655596.mp3 2772
|
1206 |
+
common_voice_sq_40075791.mp3 5184
|
1207 |
+
common_voice_sq_37800765.mp3 3600
|
1208 |
+
common_voice_sq_39206372.mp3 3456
|
1209 |
+
common_voice_sq_37791243.mp3 5580
|
1210 |
+
common_voice_sq_39575559.mp3 4176
|
1211 |
+
common_voice_sq_37780232.mp3 2916
|
1212 |
+
common_voice_sq_39534793.mp3 4320
|
1213 |
+
common_voice_sq_39534792.mp3 4932
|
1214 |
+
common_voice_sq_40068289.mp3 3024
|
1215 |
+
common_voice_sq_37800806.mp3 5976
|
1216 |
+
common_voice_sq_38535830.mp3 2988
|
1217 |
+
common_voice_sq_38535832.mp3 5616
|
1218 |
+
common_voice_sq_37655613.mp3 2376
|
1219 |
+
common_voice_sq_37790505.mp3 5040
|
1220 |
+
common_voice_sq_37803716.mp3 4716
|
1221 |
+
common_voice_sq_37780247.mp3 4176
|
1222 |
+
common_voice_sq_37798939.mp3 3420
|
1223 |
+
common_voice_sq_37692232.mp3 2988
|
1224 |
+
common_voice_sq_37794970.mp3 6228
|
1225 |
+
common_voice_sq_40068293.mp3 2160
|
1226 |
+
common_voice_sq_38535834.mp3 3528
|
1227 |
+
common_voice_sq_37817156.mp3 4536
|
1228 |
+
common_voice_sq_37795472.mp3 5796
|
1229 |
+
common_voice_sq_37800884.mp3 4176
|
1230 |
+
common_voice_sq_37817170.mp3 4824
|
1231 |
+
common_voice_sq_37655636.mp3 3744
|
1232 |
+
common_voice_sq_37795614.mp3 3888
|
1233 |
+
common_voice_sq_37800763.mp3 2268
|
1234 |
+
common_voice_sq_37795406.mp3 2772
|
1235 |
+
common_voice_sq_37800807.mp3 3744
|
1236 |
+
common_voice_sq_37795564.mp3 4140
|
1237 |
+
common_voice_sq_37795485.mp3 3960
|
1238 |
+
common_voice_sq_37803646.mp3 4320
|
1239 |
+
common_voice_sq_39534570.mp3 5328
|
1240 |
+
common_voice_sq_37792675.mp3 7020
|
1241 |
+
common_voice_sq_40075786.mp3 3456
|
1242 |
+
common_voice_sq_39191074.mp3 8028
|
1243 |
+
common_voice_sq_39206910.mp3 5076
|
1244 |
+
common_voice_sq_39574672.mp3 5724
|
1245 |
+
common_voice_sq_37619842.mp3 3096
|
1246 |
+
common_voice_sq_37775379.mp3 5040
|
1247 |
+
common_voice_sq_37800755.mp3 3780
|
1248 |
+
common_voice_sq_37616304.mp3 6480
|
1249 |
+
common_voice_sq_37795456.mp3 3672
|
1250 |
+
common_voice_sq_37793386.mp3 4608
|
1251 |
+
common_voice_sq_37795412.mp3 4140
|
1252 |
+
common_voice_sq_39206470.mp3 2808
|
1253 |
+
common_voice_sq_40075773.mp3 4356
|
1254 |
+
common_voice_sq_37795728.mp3 3744
|
1255 |
+
common_voice_sq_39535243.mp3 5400
|
1256 |
+
common_voice_sq_37655597.mp3 3636
|
1257 |
+
common_voice_sq_40069941.mp3 3168
|
1258 |
+
common_voice_sq_37792710.mp3 3024
|
1259 |
+
common_voice_sq_40068294.mp3 4356
|
1260 |
+
common_voice_sq_37800846.mp3 3492
|
1261 |
+
common_voice_sq_38535841.mp3 3600
|
1262 |
+
common_voice_sq_37619843.mp3 4896
|
1263 |
+
common_voice_sq_37792959.mp3 6048
|
1264 |
+
common_voice_sq_37803788.mp3 1980
|
1265 |
+
common_voice_sq_40075727.mp3 3060
|
1266 |
+
common_voice_sq_37795375.mp3 3276
|
1267 |
+
common_voice_sq_37798714.mp3 9360
|
1268 |
+
common_voice_sq_37795738.mp3 4572
|
1269 |
+
common_voice_sq_39206951.mp3 2916
|
1270 |
+
common_voice_sq_37655629.mp3 5508
|
1271 |
+
common_voice_sq_37800793.mp3 3168
|
1272 |
+
common_voice_sq_37803799.mp3 2988
|
1273 |
+
common_voice_sq_37795650.mp3 3096
|
1274 |
+
common_voice_sq_37797101.mp3 8856
|
1275 |
+
common_voice_sq_40163048.mp3 4536
|
1276 |
+
common_voice_sq_38535828.mp3 4176
|
1277 |
+
common_voice_sq_39574673.mp3 6372
|
1278 |
+
common_voice_sq_37803815.mp3 4680
|
1279 |
+
common_voice_sq_39206870.mp3 4608
|
1280 |
+
common_voice_sq_37795452.mp3 4464
|
1281 |
+
common_voice_sq_37792948.mp3 2880
|
1282 |
+
common_voice_sq_37796982.mp3 5652
|
1283 |
+
common_voice_sq_37800768.mp3 3024
|
1284 |
+
common_voice_sq_40182997.mp3 4968
|
1285 |
+
common_voice_sq_37800866.mp3 2952
|
1286 |
+
common_voice_sq_37796979.mp3 4212
|
1287 |
+
common_voice_sq_37654608.mp3 5580
|
1288 |
+
common_voice_sq_37795448.mp3 4536
|
1289 |
+
common_voice_sq_37654645.mp3 6156
|
1290 |
+
common_voice_sq_39575361.mp3 4896
|
1291 |
+
common_voice_sq_37795759.mp3 4500
|
1292 |
+
common_voice_sq_39813557.mp3 6408
|
1293 |
+
common_voice_sq_39732476.mp3 4788
|
1294 |
+
common_voice_sq_39813573.mp3 3168
|
1295 |
+
common_voice_sq_37775376.mp3 2448
|
1296 |
+
common_voice_sq_37800811.mp3 5148
|
1297 |
+
common_voice_sq_37795571.mp3 3168
|
1298 |
+
common_voice_sq_39206458.mp3 4356
|
1299 |
+
common_voice_sq_37800898.mp3 7056
|
1300 |
+
common_voice_sq_37775405.mp3 2808
|
1301 |
+
common_voice_sq_38904461.mp3 6048
|
1302 |
+
common_voice_sq_37795590.mp3 4968
|
1303 |
+
common_voice_sq_39575512.mp3 4536
|
1304 |
+
common_voice_sq_37795529.mp3 4176
|
1305 |
+
common_voice_sq_39191140.mp3 4248
|
1306 |
+
common_voice_sq_40075752.mp3 4392
|
1307 |
+
common_voice_sq_37795647.mp3 3636
|
1308 |
+
common_voice_sq_37800832.mp3 3168
|
1309 |
+
common_voice_sq_37803810.mp3 4068
|
1310 |
+
common_voice_sq_37795592.mp3 7488
|
1311 |
+
common_voice_sq_37792850.mp3 5328
|
1312 |
+
common_voice_sq_37800773.mp3 2700
|
1313 |
+
common_voice_sq_37795575.mp3 6120
|
1314 |
+
common_voice_sq_37800722.mp3 2736
|
1315 |
+
common_voice_sq_39821502.mp3 7020
|
1316 |
+
common_voice_sq_37800869.mp3 6300
|
1317 |
+
common_voice_sq_40150934.mp3 5400
|
1318 |
+
common_voice_sq_37795685.mp3 3024
|
1319 |
+
common_voice_sq_37783174.mp3 4644
|
1320 |
+
common_voice_sq_40075764.mp3 4968
|
1321 |
+
common_voice_sq_40075739.mp3 2808
|
1322 |
+
common_voice_sq_37800882.mp3 4464
|
1323 |
+
common_voice_sq_39821421.mp3 5976
|
1324 |
+
common_voice_sq_40075768.mp3 5796
|
1325 |
+
common_voice_sq_38963095.mp3 4500
|
1326 |
+
common_voice_sq_37775796.mp3 3168
|
1327 |
+
common_voice_sq_40172794.mp3 5040
|
1328 |
+
common_voice_sq_39534480.mp3 5328
|
1329 |
+
common_voice_sq_40068777.mp3 7200
|
1330 |
+
common_voice_sq_37795481.mp3 4392
|
1331 |
+
common_voice_sq_37801153.mp3 5760
|
1332 |
+
common_voice_sq_39206883.mp3 5400
|
1333 |
+
common_voice_sq_37793387.mp3 5256
|
1334 |
+
common_voice_sq_37655631.mp3 5868
|
1335 |
+
common_voice_sq_39190751.mp3 5796
|
1336 |
+
common_voice_sq_37792713.mp3 4284
|
1337 |
+
common_voice_sq_39535280.mp3 5292
|
1338 |
+
common_voice_sq_39190866.mp3 4428
|
1339 |
+
common_voice_sq_38904462.mp3 5292
|
1340 |
+
common_voice_sq_37654605.mp3 6768
|
1341 |
+
common_voice_sq_37795496.mp3 3096
|
1342 |
+
common_voice_sq_37795627.mp3 4860
|
1343 |
+
common_voice_sq_37817181.mp3 2124
|
1344 |
+
common_voice_sq_37852524.mp3 5976
|
1345 |
+
common_voice_sq_40068811.mp3 5328
|
1346 |
+
common_voice_sq_37795394.mp3 4320
|
1347 |
+
common_voice_sq_37792993.mp3 5040
|
1348 |
+
common_voice_sq_37795436.mp3 4860
|
1349 |
+
common_voice_sq_39813568.mp3 4608
|
1350 |
+
common_voice_sq_37775519.mp3 5508
|
1351 |
+
common_voice_sq_37795770.mp3 5976
|
1352 |
+
common_voice_sq_37800880.mp3 6156
|
1353 |
+
common_voice_sq_37817150.mp3 4680
|
1354 |
+
common_voice_sq_40107498.mp3 6300
|
1355 |
+
common_voice_sq_37794971.mp3 3852
|
1356 |
+
common_voice_sq_37795449.mp3 5760
|
1357 |
+
common_voice_sq_37655633.mp3 3060
|
1358 |
+
common_voice_sq_39190864.mp3 3240
|
1359 |
+
common_voice_sq_37800717.mp3 6120
|
1360 |
+
common_voice_sq_39206949.mp3 3528
|
1361 |
+
common_voice_sq_38535817.mp3 2520
|
1362 |
+
common_voice_sq_38359503.mp3 5112
|
1363 |
+
common_voice_sq_37780199.mp3 4680
|
1364 |
+
common_voice_sq_37655623.mp3 3096
|
1365 |
+
common_voice_sq_37795441.mp3 5796
|
1366 |
+
common_voice_sq_37852529.mp3 3420
|
1367 |
+
common_voice_sq_39732473.mp3 7488
|
1368 |
+
common_voice_sq_37795769.mp3 3528
|
1369 |
+
common_voice_sq_39535241.mp3 4680
|
1370 |
+
common_voice_sq_37655595.mp3 5976
|
1371 |
+
common_voice_sq_37800803.mp3 5868
|
1372 |
+
common_voice_sq_37792862.mp3 3996
|
1373 |
+
common_voice_sq_37775416.mp3 3672
|
1374 |
+
common_voice_sq_37792692.mp3 3096
|
1375 |
+
common_voice_sq_39206410.mp3 2448
|
1376 |
+
common_voice_sq_37801155.mp3 4536
|
1377 |
+
common_voice_sq_37792854.mp3 3600
|
1378 |
+
common_voice_sq_37795729.mp3 7596
|
1379 |
+
common_voice_sq_39206963.mp3 2556
|
1380 |
+
common_voice_sq_37795493.mp3 3276
|
1381 |
+
common_voice_sq_38076499.mp3 5112
|
1382 |
+
common_voice_sq_37655622.mp3 4032
|
1383 |
+
common_voice_sq_40069983.mp3 4140
|
1384 |
+
common_voice_sq_37795605.mp3 4032
|
1385 |
+
common_voice_sq_37795552.mp3 4428
|
1386 |
+
common_voice_sq_37817154.mp3 6156
|
1387 |
+
common_voice_sq_37817617.mp3 3780
|
1388 |
+
common_voice_sq_37795739.mp3 2736
|
1389 |
+
common_voice_sq_40150935.mp3 4500
|
1390 |
+
common_voice_sq_37795499.mp3 6048
|
1391 |
+
common_voice_sq_37795433.mp3 3708
|
1392 |
+
common_voice_sq_40075776.mp3 4248
|
1393 |
+
common_voice_sq_37795630.mp3 5076
|
1394 |
+
common_voice_sq_38963090.mp3 5436
|
1395 |
+
common_voice_sq_37801173.mp3 5796
|
1396 |
+
common_voice_sq_39821538.mp3 4320
|
1397 |
+
common_voice_sq_37795662.mp3 3312
|
1398 |
+
common_voice_sq_39206882.mp3 3528
|
1399 |
+
common_voice_sq_37797102.mp3 6120
|
1400 |
+
common_voice_sq_37796987.mp3 3420
|
1401 |
+
common_voice_sq_37800718.mp3 8568
|
1402 |
+
common_voice_sq_37792956.mp3 6048
|
1403 |
+
common_voice_sq_39535346.mp3 4212
|
1404 |
+
common_voice_sq_37801172.mp3 3528
|
1405 |
+
common_voice_sq_37797143.mp3 3816
|
1406 |
+
common_voice_sq_39575413.mp3 2376
|
1407 |
+
common_voice_sq_37795478.mp3 5616
|
1408 |
+
common_voice_sq_37792889.mp3 5220
|
1409 |
+
common_voice_sq_38076498.mp3 5544
|
1410 |
+
common_voice_sq_37796799.mp3 6480
|
1411 |
+
common_voice_sq_39191142.mp3 3420
|
1412 |
+
common_voice_sq_37803790.mp3 3420
|
1413 |
+
common_voice_sq_40068781.mp3 6876
|
1414 |
+
common_voice_sq_37800894.mp3 3384
|
1415 |
+
common_voice_sq_37654665.mp3 2556
|
1416 |
+
common_voice_sq_38289541.mp3 6264
|
1417 |
+
common_voice_sq_40075783.mp3 6552
|
1418 |
+
common_voice_sq_37775402.mp3 4140
|
1419 |
+
common_voice_sq_40069940.mp3 3996
|
1420 |
+
common_voice_sq_39534789.mp3 3312
|
1421 |
+
common_voice_sq_37775357.mp3 3132
|
1422 |
+
common_voice_sq_39813555.mp3 3960
|
1423 |
+
common_voice_sq_37795757.mp3 3492
|
1424 |
+
common_voice_sq_37800812.mp3 3852
|
1425 |
+
common_voice_sq_37792861.mp3 7200
|
1426 |
+
common_voice_sq_37795515.mp3 4176
|
1427 |
+
common_voice_sq_38289542.mp3 4032
|
1428 |
+
common_voice_sq_37800739.mp3 4896
|
1429 |
+
common_voice_sq_39821507.mp3 2880
|
1430 |
+
common_voice_sq_39139871.mp3 3456
|
1431 |
+
common_voice_sq_37803805.mp3 2628
|
1432 |
+
common_voice_sq_39206950.mp3 5328
|
1433 |
+
common_voice_sq_37817184.mp3 2052
|
1434 |
+
common_voice_sq_39191077.mp3 3708
|
1435 |
+
common_voice_sq_37795822.mp3 4752
|
1436 |
+
common_voice_sq_37797149.mp3 2700
|
1437 |
+
common_voice_sq_37795513.mp3 5184
|
1438 |
+
common_voice_sq_39813576.mp3 3096
|
1439 |
+
common_voice_sq_37852530.mp3 35964
|
1440 |
+
common_voice_sq_39190879.mp3 3888
|
1441 |
+
common_voice_sq_37803641.mp3 4176
|
1442 |
+
common_voice_sq_37800791.mp3 6192
|
1443 |
+
common_voice_sq_38359501.mp3 8748
|
1444 |
+
common_voice_sq_37792667.mp3 4716
|
1445 |
+
common_voice_sq_37795558.mp3 4176
|
1446 |
+
common_voice_sq_37795593.mp3 2448
|
1447 |
+
common_voice_sq_39821477.mp3 7848
|
1448 |
+
common_voice_sq_37803690.mp3 5400
|
1449 |
+
common_voice_sq_39821534.mp3 5940
|
1450 |
+
common_voice_sq_37798715.mp3 4716
|
1451 |
+
common_voice_sq_37795588.mp3 3960
|
1452 |
+
common_voice_sq_37800808.mp3 4356
|
1453 |
+
common_voice_sq_37795511.mp3 3060
|
1454 |
+
common_voice_sq_37800831.mp3 4320
|
1455 |
+
common_voice_sq_39535284.mp3 4716
|
1456 |
+
common_voice_sq_37795498.mp3 5400
|
1457 |
+
common_voice_sq_40075785.mp3 2880
|
1458 |
+
common_voice_sq_40107499.mp3 4248
|
1459 |
+
common_voice_sq_38254527.mp3 3060
|
1460 |
+
common_voice_sq_39821509.mp3 4356
|
1461 |
+
common_voice_sq_37796802.mp3 5004
|
1462 |
+
common_voice_sq_40075763.mp3 4500
|
1463 |
+
common_voice_sq_39821537.mp3 6660
|
1464 |
+
common_voice_sq_37795429.mp3 3024
|
1465 |
+
common_voice_sq_38535816.mp3 2196
|
1466 |
+
common_voice_sq_39206413.mp3 3420
|
1467 |
+
common_voice_sq_39534566.mp3 4176
|
1468 |
+
common_voice_sq_37792852.mp3 5760
|
1469 |
+
common_voice_sq_37817165.mp3 5436
|
1470 |
+
common_voice_sq_37803783.mp3 3096
|
1471 |
+
common_voice_sq_40075770.mp3 4428
|
1472 |
+
common_voice_sq_37791263.mp3 2196
|
1473 |
+
common_voice_sq_39206425.mp3 3960
|
1474 |
+
common_voice_sq_37795617.mp3 4824
|
1475 |
+
common_voice_sq_37795631.mp3 2448
|
1476 |
+
common_voice_sq_39821474.mp3 3420
|
1477 |
+
common_voice_sq_37570338.mp3 5688
|
1478 |
+
common_voice_sq_37795683.mp3 3996
|
1479 |
+
common_voice_sq_37795736.mp3 5940
|
1480 |
+
common_voice_sq_37803780.mp3 6480
|
1481 |
+
common_voice_sq_37803796.mp3 5040
|
1482 |
+
common_voice_sq_38289543.mp3 4680
|
1483 |
+
common_voice_sq_37795527.mp3 4680
|
1484 |
+
common_voice_sq_40172793.mp3 5796
|
1485 |
+
common_voice_sq_37817152.mp3 4788
|
1486 |
+
common_voice_sq_39206459.mp3 3636
|
1487 |
+
common_voice_sq_40068809.mp3 3528
|
1488 |
+
common_voice_sq_37795533.mp3 2628
|
1489 |
+
common_voice_sq_37803842.mp3 2196
|
1490 |
+
common_voice_sq_40075769.mp3 2880
|
1491 |
+
common_voice_sq_40068303.mp3 3456
|
1492 |
+
common_voice_sq_37803841.mp3 2808
|
1493 |
+
common_voice_sq_37619845.mp3 4680
|
1494 |
+
common_voice_sq_37792872.mp3 5076
|
1495 |
+
common_voice_sq_39535282.mp3 5436
|
1496 |
+
common_voice_sq_37795607.mp3 3312
|
1497 |
+
common_voice_sq_37792677.mp3 2736
|
1498 |
+
common_voice_sq_37803831.mp3 3636
|
1499 |
+
common_voice_sq_39813581.mp3 7956
|
1500 |
+
common_voice_sq_37791604.mp3 5688
|
1501 |
+
common_voice_sq_37603136.mp3 3420
|
1502 |
+
common_voice_sq_40075788.mp3 5148
|
1503 |
+
common_voice_sq_37800892.mp3 4860
|
1504 |
+
common_voice_sq_39139873.mp3 2808
|
1505 |
+
common_voice_sq_37570337.mp3 4536
|
1506 |
+
common_voice_sq_37795740.mp3 3600
|
1507 |
+
common_voice_sq_37800893.mp3 3312
|
1508 |
+
common_voice_sq_39190842.mp3 3420
|
1509 |
+
common_voice_sq_39206938.mp3 2448
|
1510 |
+
common_voice_sq_37804246.mp3 4716
|
1511 |
+
common_voice_sq_37800748.mp3 5148
|
1512 |
+
common_voice_sq_39821540.mp3 3456
|
1513 |
+
common_voice_sq_37800834.mp3 2916
|
1514 |
+
common_voice_sq_39206913.mp3 4176
|
1515 |
+
common_voice_sq_37800886.mp3 5148
|
1516 |
+
common_voice_sq_37800888.mp3 2628
|
1517 |
+
common_voice_sq_37852523.mp3 5220
|
1518 |
+
common_voice_sq_37780184.mp3 4860
|
1519 |
+
common_voice_sq_37797001.mp3 3024
|
1520 |
+
common_voice_sq_37800777.mp3 4932
|
1521 |
+
common_voice_sq_37800797.mp3 2520
|
1522 |
+
common_voice_sq_39206904.mp3 4428
|
1523 |
+
common_voice_sq_37803797.mp3 3168
|
1524 |
+
common_voice_sq_37792946.mp3 2808
|
1525 |
+
common_voice_sq_37803712.mp3 5328
|
1526 |
+
common_voice_sq_37800767.mp3 6552
|
1527 |
+
common_voice_sq_39206964.mp3 2700
|
1528 |
+
common_voice_sq_37803626.mp3 4356
|
1529 |
+
common_voice_sq_37619844.mp3 3960
|
1530 |
+
common_voice_sq_39821407.mp3 3888
|
1531 |
+
common_voice_sq_37798716.mp3 4536
|
1532 |
+
common_voice_sq_37780248.mp3 4788
|
1533 |
+
common_voice_sq_37817609.mp3 5040
|
1534 |
+
common_voice_sq_40075766.mp3 5472
|
1535 |
+
common_voice_sq_37655621.mp3 5616
|
1536 |
+
common_voice_sq_37800772.mp3 2916
|
1537 |
+
common_voice_sq_39574676.mp3 4392
|
1538 |
+
common_voice_sq_37803827.mp3 4320
|
1539 |
+
common_voice_sq_39190754.mp3 3888
|
1540 |
+
common_voice_sq_37800796.mp3 4032
|
1541 |
+
common_voice_sq_37780229.mp3 4572
|
1542 |
+
common_voice_sq_40068279.mp3 5004
|
1543 |
+
common_voice_sq_37775516.mp3 5220
|
1544 |
+
common_voice_sq_37800730.mp3 6156
|
1545 |
+
common_voice_sq_37817608.mp3 3096
|
transcript/sq/dev.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transcript/sq/invalidated.tsv
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|
2 |
+
ede2e8315ab6036bff6f7600c09cf100646059f433d6d6bdc7dc67b5ed17c1f6445ed44b972e965ae7c2e0959a98936cf56806e7a2c9e5acb3cd6ddd76a414c1 common_voice_sq_37791597.mp3 07430738cf9f0740727b72c909092950a12bbe14c02997e8afa7c4c3c2261770 taksi 0 4 fluent sq
|
3 |
+
5eebd694eccb170fa5c2d1811697e6ef1c40f73e22899b73a769c7585c53f3ff4f8ead1bbae1687d5d8eba78a9419adcb9e7d7d4d0b510f1911b51be578d312c common_voice_sq_37803778.mp3 0466fe3736bdefac303013b9dc0d410ced4a28802cbcd6e17c24330f3fbd952d dhjetë 0 2 thirties male_masculine sq
|
4 |
+
5eebd694eccb170fa5c2d1811697e6ef1c40f73e22899b73a769c7585c53f3ff4f8ead1bbae1687d5d8eba78a9419adcb9e7d7d4d0b510f1911b51be578d312c common_voice_sq_37803780.mp3 36fb743de3dc00fd4eac177933ac5d418909dc1dd76f8277eece03e541d2f09b Për mungesën e deputetes Besa Gaxherri, e propozon deputetin Veton Berishën. 0 2 thirties male_masculine sq
|
5 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852521.mp3 499bdbf9460f77ab66a20385ca738a8691e3415477a7584a44cd781f68ab9837 Bankat europiane njoftohet se i kanë mirëpritur rregullat e propozuara. 0 4 twenties male_masculine Central Albanian sq
|
6 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852522.mp3 109cb3547e21e3ba4b9a4a9c8ead9cfe5e541b7d261d68d6274f12d55a37b3ac "Kjo është një histori artistike me karaktere të trilluar," këmbëngul Sambrakos. 0 4 twenties male_masculine Central Albanian sq
|
7 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852526.mp3 2d97d45b975798ba538e3f69d4da0f9b17cf69b0aa238dd74d3bad093c0442a8 Por Rusia mbetet dyshuese. 0 4 twenties male_masculine Central Albanian sq
|
8 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852528.mp3 4c10bc5cfda0260f90f1d650d2c2b66d0fbcf4b2949ff484be00f451e05ed1a0 Terim zuri vendin e shtatë në renditje. 0 4 twenties male_masculine Central Albanian sq
|
9 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852530.mp3 50a60a0b54b1c94919fa9ba90aa115172274d4d6f4e2d334c53763a4ae8f9454 Kosova shpalli pavarësinë në shkurt. 0 4 twenties male_masculine Central Albanian sq
|
10 |
+
0a1ebf3c1295d0ca844585f3500666e0597a919b7d24af0c5e9d6322427af382437e7010a157623213c69e527e20b98c2435ef45bc1c2cf096bc6325aecd8531 common_voice_sq_37852532.mp3 3e4112518685ef53979c08fc23516d77aa3294f1786eedb233e3a6db2c8bc0c7 Ai dëgjoi nga afër tregimet, nevojat, sfidat, sukseset dhe dëshirat e tyre. 0 4 twenties male_masculine Central Albanian sq
|
11 |
+
0358ead0bbe5569ac995d229530e888aa89db441112ce6e64fffa6de9c2b653c810eb17232181a916cb2e9f7fc80d1471ae711251a81ea48b703c6fa5708b064 common_voice_sq_38289541.mp3 53958a5bbdeaf2cdb819171750fafae816b1f475e6c5a4126418301198d4dbca Ne, si Qeveri, kemi marrë përsipër obligimet që parasheh Konventa e Stambolli. 0 2 Dialekt shqipe standarte sq
|
12 |
+
0358ead0bbe5569ac995d229530e888aa89db441112ce6e64fffa6de9c2b653c810eb17232181a916cb2e9f7fc80d1471ae711251a81ea48b703c6fa5708b064 common_voice_sq_38289542.mp3 52542995808e5ad74589c5a9c83c6f2eecef7a132e4381ae9ec27ccc50e2fc8d Janë pak, por problemi është i madh. 0 2 Dialekt shqipe standarte sq
|
13 |
+
0358ead0bbe5569ac995d229530e888aa89db441112ce6e64fffa6de9c2b653c810eb17232181a916cb2e9f7fc80d1471ae711251a81ea48b703c6fa5708b064 common_voice_sq_38289543.mp3 4c481a5f2443762f7116d57a0fae90e56d4657fbac9e1fa066f0314b8736a17f Nga të treja, përparësia kryesore është lufta kundër korrupsionit. 0 2 Dialekt shqipe standarte sq
|
14 |
+
0358ead0bbe5569ac995d229530e888aa89db441112ce6e64fffa6de9c2b653c810eb17232181a916cb2e9f7fc80d1471ae711251a81ea48b703c6fa5708b064 common_voice_sq_38289544.mp3 06870d4710235e6465bc5ff2a179a8c53b4f160c86720ec0c6dcae23f11ecd3b Ai do të mbulohet nga të ardhurat e privatizimit. 0 2 Dialekt shqipe standarte sq
|
15 |
+
0358ead0bbe5569ac995d229530e888aa89db441112ce6e64fffa6de9c2b653c810eb17232181a916cb2e9f7fc80d1471ae711251a81ea48b703c6fa5708b064 common_voice_sq_38289545.mp3 4fb06b8d2412398742ab9fa92aaa6eae64e077f75a3a501dd73158b4f4534a7c A mund të të pyes diçka? 0 2 Dialekt shqipe standarte sq
|
16 |
+
81a9bf8b2e9ce7df40b79e9dc3c4901ebea82541804600a448c1f5c1f84eb530c3a4292f5c1209600f807a044e15805d816d3f65534d7249fe4ce089e3ede36e common_voice_sq_38608111.mp3 40936dacfa89243e6c915459920bd91cfd9ed5c54528fcf11dca5348f7899c1f A besoni se ka rreziqe të një krize të re? 0 2 sq
|
17 |
+
95289e57b02d850d7ca271acdcbeee248d142d117f518e211bb9f86fe18070abfd1cadf8eb73243c2da5dc9902da7fad528025c0ed9b39d2fbc6339060c3912f common_voice_sq_40068167.mp3 5c2d4cee18c32847119ee2c9dd4f4444ba829557816c887eba1c85a659e705be A bën edhe në emër të Grupit? 0 2 sq
|
18 |
+
95289e57b02d850d7ca271acdcbeee248d142d117f518e211bb9f86fe18070abfd1cadf8eb73243c2da5dc9902da7fad528025c0ed9b39d2fbc6339060c3912f common_voice_sq_40068168.mp3 49f1b85ca3b96cc0606699fd81ef306a3d0bf40dd17f5165feff425952dd4581 Mbështetësit përmendin mbrojtjen dhe mesfushën veçanërisht të fortë të ekipit. 0 2 sq
|
19 |
+
95289e57b02d850d7ca271acdcbeee248d142d117f518e211bb9f86fe18070abfd1cadf8eb73243c2da5dc9902da7fad528025c0ed9b39d2fbc6339060c3912f common_voice_sq_40068169.mp3 4699b8631928a71ecb29f69eeba3934e3b90218bad2a7f7337adc8925f4b3c37 Më fal, zonja deputete, kërkoj falje, nuk e dëgjova pyetjen drejt. 0 2 sq
|
20 |
+
95289e57b02d850d7ca271acdcbeee248d142d117f518e211bb9f86fe18070abfd1cadf8eb73243c2da5dc9902da7fad528025c0ed9b39d2fbc6339060c3912f common_voice_sq_40068170.mp3 053996e353c3912061bd060365d8315d5cc76a600d542eb7a62b3eee8d061db5 Të Drejtat Zgjedhore dhe të Pjesëmarrjes 0 2 sq
|
21 |
+
95289e57b02d850d7ca271acdcbeee248d142d117f518e211bb9f86fe18070abfd1cadf8eb73243c2da5dc9902da7fad528025c0ed9b39d2fbc6339060c3912f common_voice_sq_40068171.mp3 4227b1089d5d229f4b3b87eb1ae61c287446957cb030c04d2e4faa6c3ed003f3 Fondi u sigurua nga një numër përkrahësish. 0 2 sq
|
transcript/sq/other.tsv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
client_id path sentence_id sentence sentence_domain up_votes down_votes age gender accents variant locale segment
|