Add regex to fix corregida(o) to corrigida(o)

This commit is contained in:
ivandrofly 2015-06-26 20:57:23 +00:00
parent 0a788115c3
commit 7654db88a0

View File

@ -508,5 +508,6 @@
<RegEx find="\b([pP])rivelig[ie]\p{Ll}\B" replaceWith="$1rivelegiad" />
<RegEx find="\bpud(?:és|e-)se\b" replaceWith="pudesse" />
<RegEx find="\biquilíbr(?:e|i)o\b" replaceWith="equilíbrio" />
<RegEx find="\b([cC])orregi\B" replaceWith="$1orrigid" />
</RegularExpressions>
</OCRFixReplaceList>