Update eng_OCRFixReplaceList.xml

closes #3099
This commit is contained in:
May Kittens Devour Your Soul 2018-09-13 14:28:03 +02:00 committed by GitHub
parent a3bef3e8d4
commit 6f9b0917ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1161,6 +1161,7 @@
<Word from="SCREAlvllNG" to="SCREAMING" />
<Word from="scund" to="sound" />
<Word from="S'EOp" to="Stop" />
<Word from="seperate" to="separate" />
<Word from="severa/parents" to="several parents" />
<Word from="sfill" to="still" />
<Word from="Sflence" to="Silence" />
@ -2414,6 +2415,6 @@
<RegularExpressions>
<RegEx find="([a-z]) Won't " replaceWith="$1 won't " />
<RegEx find=" L([,\r\n :;!?]+)" replaceWith=" I$1" />
<RegEx find=" L.([,\r\n :;!?]+)" replaceWith=" I.$1" />
<RegEx find=" L\.([,\r\n :;!?]+)" replaceWith=" I.$1" />
</RegularExpressions>
</OCRFixReplaceList>