mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix nob_OCRFixReplaceList
This commit is contained in:
parent
d9d08f3e02
commit
361f315df0
@ -1,4 +1,5 @@
|
|||||||
<ReplaceList>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<OCRFixReplaceList>
|
||||||
<WholeWords>
|
<WholeWords>
|
||||||
<Word from="varjeg" to="var jeg" />
|
<Word from="varjeg" to="var jeg" />
|
||||||
<Word from="omjeg" to="om jeg" />
|
<Word from="omjeg" to="om jeg" />
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<Word from="forjorden" to="for jorden" />
|
<Word from="forjorden" to="for jorden" />
|
||||||
<Word from="avjordens" to="av jordens" />
|
<Word from="avjordens" to="av jordens" />
|
||||||
</WholeWords>
|
</WholeWords>
|
||||||
|
<PartialWordsAlways />
|
||||||
<PartialWords>
|
<PartialWords>
|
||||||
<!-- Will be used to check words not in dictionary -->
|
<!-- Will be used to check words not in dictionary -->
|
||||||
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
|
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
|
||||||
@ -34,7 +36,6 @@
|
|||||||
<WordPart from="ii" to="tt" />
|
<WordPart from="ii" to="tt" />
|
||||||
<WordPart from="n/" to="ry" />
|
<WordPart from="n/" to="ry" />
|
||||||
<WordPart from="ae" to="æ" />
|
<WordPart from="ae" to="æ" />
|
||||||
|
|
||||||
<!-- "f " will be two words -->
|
<!-- "f " will be two words -->
|
||||||
<WordPart from="f" to="f " />
|
<WordPart from="f" to="f " />
|
||||||
<WordPart from="c" to="e" />
|
<WordPart from="c" to="e" />
|
||||||
@ -47,12 +48,10 @@
|
|||||||
<WordPart from="Ã" to="Å" />
|
<WordPart from="Ã" to="Å" />
|
||||||
<WordPart from="í" to="i" />
|
<WordPart from="í" to="i" />
|
||||||
</PartialWords>
|
</PartialWords>
|
||||||
|
<PartialLines />
|
||||||
|
<PartialLinesAlways />
|
||||||
<BeginLines />
|
<BeginLines />
|
||||||
<EndLines />
|
<EndLines />
|
||||||
<WholeLines />
|
<WholeLines />
|
||||||
<RemovedWholeWords />
|
<RegularExpressions />
|
||||||
<RemovedPartialLines />
|
</OCRFixReplaceList>
|
||||||
<RemovedBeginLines />
|
|
||||||
<RemovedEndLines />
|
|
||||||
<RemovedWholeLines />
|
|
||||||
</ReplaceList>
|
|
Loading…
Reference in New Issue
Block a user