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…
x
Reference in New Issue
Block a user