Datasets:
Languages:
Portuguese
License:
Update NURC-SP_Corpus_Minimo.py
Browse files- NURC-SP_Corpus_Minimo.py +1 -1
NURC-SP_Corpus_Minimo.py
CHANGED
@@ -41,7 +41,7 @@ class NurcSPDataset(GeneratorBasedBuilder):
|
|
41 |
archive = dl_manager.download(_ARCHIVES)
|
42 |
|
43 |
# Define the path_to_clips variable, pointing to the directory where the audio clips are stored
|
44 |
-
path_to_clips = "/" # Update this with the actual path
|
45 |
|
46 |
return [
|
47 |
SplitGenerator(
|
|
|
41 |
archive = dl_manager.download(_ARCHIVES)
|
42 |
|
43 |
# Define the path_to_clips variable, pointing to the directory where the audio clips are stored
|
44 |
+
path_to_clips = "segmented_audios/" # Update this with the actual path
|
45 |
|
46 |
return [
|
47 |
SplitGenerator(
|