Skip to content

Commit

Permalink
Fix nob_OCRFixReplaceList
Browse files Browse the repository at this point in the history
  • Loading branch information
xylographe committed May 9, 2019
1 parent d9d08f3 commit 361f315
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Dictionaries/nob_OCRFixReplaceList.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<ReplaceList>
<?xml version="1.0" encoding="utf-8"?>
<OCRFixReplaceList>
<WholeWords>
<Word from="varjeg" to="var jeg" />
<Word from="omjeg" to="om jeg" />
Expand All @@ -17,6 +18,7 @@
<Word from="forjorden" to="for jorden" />
<Word from="avjordens" to="av jordens" />
</WholeWords>
<PartialWordsAlways />
<PartialWords>
<!-- Will be used to check words not in dictionary -->
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
Expand All @@ -34,7 +36,6 @@
<WordPart from="ii" to="tt" />
<WordPart from="n/" to="ry" />
<WordPart from="ae" to="æ" />

<!-- "f " will be two words -->
<WordPart from="f" to="f " />
<WordPart from="c" to="e" />
Expand All @@ -47,12 +48,10 @@
<WordPart from="Ã" to="Å" />
<WordPart from="í" to="i" />
</PartialWords>
<PartialLines />
<PartialLinesAlways />
<BeginLines />
<EndLines />
<WholeLines />
<RemovedWholeWords />
<RemovedPartialLines />
<RemovedBeginLines />
<RemovedEndLines />
<RemovedWholeLines />
</ReplaceList>
<RegularExpressions />
</OCRFixReplaceList>

0 comments on commit 361f315

Please sign in to comment.