SubtitleEdit/Dictionaries/nld_OCRFixReplaceList.xml

26 lines
840 B
XML
Raw Normal View History

2015-06-25 16:42:58 +02:00
<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>
2015-06-25 16:42:58 +02:00
<PartialWordsAlways />
<PartialWords />
<PartialLines />
2015-06-25 16:42:58 +02:00
<PartialLinesAlways />
<BeginLines />
<EndLines />
<WholeLines />
2015-06-25 23:18:46 +02:00
<RegularExpressions>
<RegEx find="\blk(?=\p{Ll}{2})" replaceWith="Ik" />
2015-06-25 23:18:46 +02:00
<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" />
2015-06-25 23:18:46 +02:00
</RegularExpressions>
2015-06-25 16:42:58 +02:00
</OCRFixReplaceList>