Update spa_OCRFixReplaceList.xml

This commit is contained in:
paconaranjo 2014-06-02 02:51:27 -05:00
parent 82fe46af9c
commit c7a17d2871

View File

@ -917,5 +917,7 @@
<RegEx find="([,.]\s(.{3,}))\1(?=[., ?!])" replaceWith="" />
<!-- Espacios después del guión -->
<RegEx find="(^|\n)(-)([^\s])" replaceWith="$1$2 $3" />
<!-- Punto antes del guión -->
<RegEx find="([^\.\?\!])\s-\s" replaceWith="$1. - " />
</RegularExpressions>
</ReplaceList>