mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Removed dutch ij digraph from normalization blacklist
This commit is contained in:
parent
122a007d33
commit
4be08fa6d3
@ -58,8 +58,7 @@ SUBSTITUTIONS = {
|
||||
}
|
||||
|
||||
DONT_NORMALIZE = {
|
||||
'german': 'ÄÖÜäöüß',
|
||||
'dutch': 'IJij'
|
||||
'german': 'ÄÖÜäöüß'
|
||||
}
|
||||
|
||||
PRE_FILTER = str.maketrans(dict.fromkeys('/()[]{}<>:'))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user