dictionaries: Updated nld_OCRFixReplaceList.xml

This commit is contained in:
Waldi Ravens 2015-08-14 14:59:56 +02:00
parent 473810980d
commit 190f8772da

View File

@ -19,8 +19,6 @@
<RegEx find="\bln(?=\p{Ll}{2})" replaceWith="In" />
<RegEx find="\bls(?=\p{Ll}{2})" replaceWith="Is" />
<RegEx find="\beIk" replaceWith="elk" />
<RegEx find="\blsol" replaceWith="Isol" />
<RegEx find="\bler\b" replaceWith="Ier" />
<RegEx find="\bler(land|se|s)\b" replaceWith="Ier$1" />
<RegEx find="\bler(land|se|s|)\b" replaceWith="Ier$1" />
</RegularExpressions>
</OCRFixReplaceList>