Datasets:
Languages:
Portuguese
License:
Update NURC-SP_Corpus_Minimo.py
Browse files- NURC-SP_Corpus_Minimo.py +3 -1
NURC-SP_Corpus_Minimo.py
CHANGED
|
@@ -47,9 +47,11 @@ class NurcSPDataset(GeneratorBasedBuilder):
|
|
| 47 |
if not archive:
|
| 48 |
msg = "NAO TEM ARQUIVO"
|
| 49 |
raise ValueError(msg)
|
|
|
|
|
|
|
| 50 |
|
| 51 |
# Define the path_to_clips variable, pointing to the directory where the audio clips are stored
|
| 52 |
-
path_to_clips = "segmented_audios/" # Update this with the actual path
|
| 53 |
|
| 54 |
return [
|
| 55 |
SplitGenerator(
|
|
|
|
| 47 |
if not archive:
|
| 48 |
msg = "NAO TEM ARQUIVO"
|
| 49 |
raise ValueError(msg)
|
| 50 |
+
|
| 51 |
+
print(archive)
|
| 52 |
|
| 53 |
# Define the path_to_clips variable, pointing to the directory where the audio clips are stored
|
| 54 |
+
path_to_clips = "nurc-sp_corpus_minimo/segmented_audios/" # Update this with the actual path
|
| 55 |
|
| 56 |
return [
|
| 57 |
SplitGenerator(
|