mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
a9a51bab03
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@787 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
72 lines
2.4 KiB
XML
72 lines
2.4 KiB
XML
<OCRFixReplaceList>
|
||
<WholeWords>
|
||
<Word from="suMM†" to="SUMMT" />
|
||
<Word from="Iehn" to="lehn" />
|
||
<Word from="ranzukommen" to="ran-zukommen" />
|
||
<Word from="gernhaben" to="gern-haben" />
|
||
<Word from="wiederhaben" to="wieder-haben" />
|
||
<Word from="fürchlerlichen" to="fürchterlichen" />
|
||
<Word from="runterspült" to="runter-spült" />
|
||
<Word from="Äu" to="Au" />
|
||
</WholeWords>
|
||
<PartialWordsAlways>
|
||
<!-- Will be replaced always -->
|
||
<WordPart from="¤" to="o" />
|
||
<WordPart from="IVI" to="M" />
|
||
<WordPart from="lVI" to="M" />
|
||
<WordPart from="IVl" to="M" />
|
||
<WordPart from="lVl" to="M" />
|
||
<WordPart from="IVl" to="M" />
|
||
<WordPart from="I\/I" to="M" />
|
||
<WordPart from="I\/I" to="M" />
|
||
<WordPart from="l\/I" to="M" />
|
||
<WordPart from="I\/l" to="M" />
|
||
<WordPart from="l\/l" to="M" />
|
||
<WordPart from="I\/l" to="M" />
|
||
</PartialWordsAlways>
|
||
<PartialWords>
|
||
<!-- Will be used to check words not in dictionary -->
|
||
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
|
||
<WordPart from="¤" to="o" />
|
||
<WordPart from="ı=" to="f" />
|
||
<WordPart from="fi" to="fi" />
|
||
<WordPart from="fl" to="fl" />
|
||
<WordPart from="/" to="l" />
|
||
<WordPart from="vv" to="w" />
|
||
<WordPart from="IVI" to="M" />
|
||
<WordPart from="lVI" to="M" />
|
||
<WordPart from="IVl" to="M" />
|
||
<WordPart from="lVl" to="M" />
|
||
<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" />
|
||
<WordPart from="ii" to="tt" />
|
||
<WordPart from="ii" to="ü" />
|
||
<WordPart from="n/" to="ry" />
|
||
<!-- "f " will be two words -->
|
||
<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" />
|
||
<WordPart from="\A" to="Vi" />
|
||
<WordPart from="n/" to="rv" />
|
||
<WordPart from="í" to="i" />
|
||
<WordPart from="B" to="ß" />
|
||
</PartialWords>
|
||
<PartialLines>
|
||
<!-- Partial lines - but whole words only -->
|
||
<LinePart from="GEHT Auı=" to="GEHT AUF" />
|
||
</PartialLines>
|
||
<BeginLines>
|
||
</BeginLines>
|
||
<EndLines>
|
||
</EndLines>
|
||
<WholeLines />
|
||
</OCRFixReplaceList> |