Removed duplicates (Dictionaries/swe_OCRFixReplaceList.xml)

This commit is contained in:
Waldi Ravens 2015-06-10 15:47:21 +02:00
parent f789519d0f
commit 5941c835b1

View File

@ -1,4 +1,4 @@
<ReplaceList>
<OCRFixReplaceList>
<WholeWords>
<Word from="lârt" to="lärt" />
<Word from="hedervårda" to="hedervärda" />
@ -77,7 +77,6 @@
<Word from="lngenüng" to="lngenting" />
<Word from="iluften" to="i luften" />
<Word from="ösen" to="öser" />
<Word from="ösen" to="öser" />
<Word from="tvâ" to="två" />
<Word from="Uejerna" to="Tjejerna" />
<Word from="hån*" to="hårt" />
@ -358,6 +357,7 @@
<Word from="l'm" to="I'm" />
<Word from="lt's" to="It's" />
</WholeWords>
<PartialWordsAlways />
<PartialWords>
<!-- Will be used to check words not in dictionary -->
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
@ -384,7 +384,6 @@
<WordPart from="f" to="f " />
<WordPart from="c" to="e" />
<WordPart from="o" to="e" />
<WordPart from="o" to="e" />
<WordPart from="I" to="t" />
<WordPart from="n" to="o" />
<WordPart from="s" to="e" />
@ -392,10 +391,13 @@
<WordPart from="à" to="å" />
<WordPart from="n/" to="rv" />
</PartialWords>
<PartialLines />
<PartialLinesAlways />
<BeginLines>
<Beginning from="Ln " to="In " />
<Beginning from="U ppfattat" to="Uppfattat" />
</BeginLines>
<EndLines />
<WholeLines />
</ReplaceList>
<RegularExpressions />
</OCRFixReplaceList>