diff --git a/recipes/GigaSpeech/gigaspeech_prepare.py b/recipes/GigaSpeech/gigaspeech_prepare.py index a7d9ed7146..cdfb502cc1 100644 --- a/recipes/GigaSpeech/gigaspeech_prepare.py +++ b/recipes/GigaSpeech/gigaspeech_prepare.py @@ -359,8 +359,6 @@ def create_csv( nb_samples = 0 to_remove = GARBAGE_UTTERANCE_TAGS - if not punctuation: - to_remove += PUNCTUATION_TAGS if not filler: to_remove += FILLERS @@ -451,8 +449,6 @@ def HF_create_csv( nb_samples = 0 to_remove = GARBAGE_UTTERANCE_TAGS - if not punctuation: - to_remove += PUNCTUATION_TAGS if not filler: to_remove += FILLERS