Removed dutch ij digraph from normalization blacklist

This commit is contained in:
Tilman Kamp 2019-10-24 12:43:38 +02:00
parent 122a007d33
commit 4be08fa6d3

View File

@ -58,8 +58,7 @@ SUBSTITUTIONS = {
}
DONT_NORMALIZE = {
'german': 'ÄÖÜäöüß',
'dutch': 'IJij'
'german': 'ÄÖÜäöüß'
}
PRE_FILTER = str.maketrans(dict.fromkeys('/()[]{}<>:'))