Merge pull request #84 from paconaranjo/patch-22

Update spa_OCRFixReplaceList.xml
This commit is contained in:
Nikolaj Olsson 2014-05-21 07:03:18 +02:00
commit 8dd7baaf8c

View File

@ -905,10 +905,10 @@
<!-- Miscelánea -->
<RegEx find="(\b[Cc]erca|\b[Ee]ncima|\b[Dd]ebajo|\b[Dd]etrás|\b[Dd]elante)(\s)mío" replaceWith="$1 de mí" />
<RegEx find="(\b[Cc]erca|\b[Ee]ncima|\b[Dd]ebajo|\b[Dd]etrás|\b[Dd]elante)(\s)tuyo" replaceWith="$1 de ti" />
<!-- Repeticiones de palabras o frases (experimental) -->
<!-- Repeticiones de palabras o frases -->
<!-- Ej. «No, no, no, no, no.» por «No, no, no.» -->
<RegEx find="(([a-zá-úñ]+)[\.,]\s[A-ZÁ-Úa-zá-úñ]){2,}\1" replaceWith="$1$1" />
<RegEx find="([,.]\s.{2})\1(?=[., ?!])" replaceWith="$1" />
<!-- Ej. «¡está aquí, está aquí, está aquí!» por «¡está aquí!» -->
<RegEx find="([\W\S]\s.{2}.+),\s(.+)\1([!?.])" replaceWith="$1$3" />
<RegEx find="([,.]\s(.{3,}))\1(?=[., ?!])" replaceWith="" />
</RegularExpressions>
</ReplaceList>