dictionaries: Fix Swedish OCRFixReplaceList

This commit is contained in:
Waldi Ravens 2020-06-15 20:55:13 +02:00
parent 08854c4024
commit 51763d2542

View File

@ -426,7 +426,6 @@
<WordPart from="m" to="rn" />
<WordPart from="l" to="i" />
<WordPart from="€" to="e" />
<WordPart from="I" to="l" />
<WordPart from="c" to="o" />
<WordPart from="i" to="t" />
<WordPart from="cc" to="oo" />
@ -451,7 +450,7 @@
<WordPart from="ärp" to="är p" />
</PartialWords>
<WholeLines />
<PartialLinesAlways>
<PartialLinesAlways>
<LinePart from="Apollo 1 3" to="Apollo 13" />
<LinePart from=",.," to="..." />
<LinePart from=" l " to=" I " />
@ -466,8 +465,8 @@
<Beginning from="U ppfattat" to="Uppfattat" />
</BeginLines>
<EndLines />
<RegularExpressions>
<RegularExpressions>
<RegEx find="\b\|\b" replaceWith="I" />
<RegEx find="\b\l\b" replaceWith="I" />
<RegEx find="\bl\b" replaceWith="I" />
</RegularExpressions>
</OCRFixReplaceList>