diff --git a/egs/fisher_swbd/ASR/local/normalize_and_filter_supervisions.py b/egs/fisher_swbd/ASR/local/normalize_and_filter_supervisions.py index 9933d3a4f..22f265c9d 100644 --- a/egs/fisher_swbd/ASR/local/normalize_and_filter_supervisions.py +++ b/egs/fisher_swbd/ASR/local/normalize_and_filter_supervisions.py @@ -135,7 +135,7 @@ def main(): sups = load_manifest_lazy_or_eager(args.input_sups) assert isinstance(sups, SupervisionSet) - normalizer = Normalizer() + normalizer = FisherSwbdNormalizer() tot, skip = 0, 0 with SupervisionSet.open_writer(args.output_sups) as writer: @@ -155,7 +155,7 @@ def main(): def test(): - normalizer = Normalizer() + normalizer = FisherSwbdNormalizer() for text in [ "[laughterr]", "[laugh] oh this is great [silence] yes",