You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[egs] In formosa recipe, remove \u3000 and \u00a0 to prevent failure in validate_text.pl (#3913)
remove \u3000 (\xE3 \x80 \x80) and \u00a0 (\xC2 \xA0) with sed when preparing data utt2spk, wav.scp and text to prevent failure in mfcc stage (mfcc => steps/make_mfcc_pitch.sh => utils/validate_data_dir.sh => utils/validate_text.pl => (The line for utterance $utt_id contains disallowed Unicode whitespaces))
0 commit comments