SubtitleEdit/Dictionaries/nld_OCRFixReplaceList.xml
Betsy25 551ac1a172 Small additions to Dutch OCRFixReplaceList.xml
Try 3, thanks to xylographe, hopefully finetuned now.
2015-08-07 03:57:01 +02:00

26 lines
840 B
XML

<OCRFixReplaceList>
<WholeWords>
<Word from="ls" to="Is" />
<Word from="ln" to="In" />
<Word from="lk" to="Ik" />
<Word from="ledereen" to="Iedereen" />
<Word from="ledere" to="Iedere" />
<Word from="lemand" to="Iemand" />
</WholeWords>
<PartialWordsAlways />
<PartialWords />
<PartialLines />
<PartialLinesAlways />
<BeginLines />
<EndLines />
<WholeLines />
<RegularExpressions>
<RegEx find="\blk(?=\p{Ll}{2})" replaceWith="Ik" />
<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" />
</RegularExpressions>
</OCRFixReplaceList>