So I stumbled on matching city names in Germany and particularly I have this:
'Gross-Gerau' .score('Groß-Gerau') => 0
I wonder if there's any chance that you can support mapping it first without diacritics as an option in the config? would be much easier this would be usage (as I see it):
'Gross-Gerau' .score('Groß-Gerau', { diacriticsMap: true }) => 1
or similar
So I stumbled on matching city names in Germany and particularly I have this:
I wonder if there's any chance that you can support mapping it first without diacritics as an option in the config? would be much easier this would be usage (as I see it):
or similar