mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
catalan has soft-dash u"xad" char
This commit is contained in:
parent
efd1808128
commit
4fb68b59b4
4
.compute
4
.compute
@ -34,8 +34,8 @@
|
||||
|
||||
source ../tmp/venv/bin/activate
|
||||
|
||||
scratch=1
|
||||
num_layers_dropped=0
|
||||
scratch=0
|
||||
num_layers_dropped=5
|
||||
|
||||
|
||||
|
||||
|
||||
@ -93,7 +93,8 @@ train_paths = locale[locale['new_bucket'] == 'train'].loc[:, ['path']]
|
||||
|
||||
validated_clips = pandas.read_csv('{}/{}/cv_{}_valid.csv'.format(data_dir, LOCALE, LOCALE))
|
||||
validated_clips['path'] = validated_clips['wav_filename'].apply(ntpath.basename)
|
||||
validated_clips['transcript'] = validated_clips['transcript'].str.replace(u'\xa0', ' ')
|
||||
validated_clips['transcript'] = validated_clips['transcript'].str.replace(u'\xa0', ' ') # kyrgyz
|
||||
validated_clips['transcript'] = validated_clips['transcript'].str.replace(u'\xad', ' ') # catalan
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user