Fixed replacement patterns in Croatian OCRFixReplaceList

This commit is contained in:
Waldi Ravens 2015-08-26 04:36:26 +02:00
parent 9faad61cb3
commit 1badf4610c

View File

@ -773,7 +773,7 @@
<RegEx find="([kK])rompir" replaceWith="$1rumpir" />
<RegEx find="([kK])učk" replaceWith="$1uj" />
<RegEx find="([kK])uva(?!jt)" replaceWith="$1uha" />
<RegEx find="\b([kK])rst([au]|ića?)?\b" replaceWith="$1riž$2" />
<RegEx find="\b([kK])rst([au]|ića?)?\b" replaceWith="$1riž$2" />
<RegEx find="\b([kK])rstov(e|ima)\b" replaceWith="$1rižev$2" />
<RegEx find="\b([kK])rstašk([aeiou]|om)?\b" replaceWith="$1rižarsk$2" />
<RegEx find="([lL])etnj([aeiu]|[eio]m)" replaceWith="$1jetn$2" />