SubtitleEdit/Dictionaries/hun_OCRFixReplaceList.xml
2016-06-27 20:33:05 +02:00

19 lines
1.1 KiB
XML

<ReplaceList>
<!-- nagy I-l javítások -->
<RegEx Find="[\x41-\x5a\x61-\x7a\xc1-\xfc](II)" replaceWith="ll"/>
<RegEx Find="(II)[\x61-\x7a\xe1-\xfc]" replaceWith="ll"/>
<RegEx Find="[\x61-\x7a\xe1-\xfc](I)" replaceWith="l"/>
<RegEx Find="[\x20](I)[^aeou\x41-\x5a\xc1-\xdc]" replaceWith="l"/>
<RegEx Find="\b(l)[bcdfghjklmnpqrstvwxz]" replaceWith="I"/>
<RegEx Find="\W(l)[bcdfghjklmnpqrstvwxz]" replaceWith="I"/>
<RegEx Find="[\x41-\x5a\xc1-\xdc](I)[\x61-\x7a\xe1-\xfc]" replaceWith="l"/>
<RegEx Find="[\x61-\x7a\xe1-\xfc][\-](I)[\x61-\x7a\xe1-\xfc]" replaceWith="l"/>
<RegEx Find="[\x41-\x5a\xc1-\xdc](I)[\-][\x41-\x5a\xc1-\xdc][\x61-\x7a\xe1-\xfc]" replaceWith="l"/>
<RegEx Find="^[AEÜÓ](I)[^\x41-\x5a\xc1-\xdc]" replaceWith="l"/>
<RegEx Find="\W[AEÜÓ](I)[^\x41-\x5a\xc1-\xdc]" replaceWith="l"/>
<RegEx Find="\b(I)[aáeéiíoóöuúüy\xf5\xfb]" replaceWith="l"/>
<RegEx Find="\W(I)[aáeéiíoóöuúüy\xf5\xfb]" replaceWith="l"/>
<RegEx Find="\b(II)" replaceWith="Il"/>
<RegEx Find="\b(ll)" replaceWith="Il"/>
<RegEx Find="[\xf5\xfb](I)" replaceWith="l"/>
</ReplaceList>