mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
dictionaries: Fix Swedish OCRFixReplaceList
This commit is contained in:
parent
08854c4024
commit
51763d2542
@ -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>
|
Loading…
Reference in New Issue
Block a user