mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Add Polish OCR fix replace list - thx Janusz :)
This commit is contained in:
parent
0c0441b336
commit
dfad7c2e5e
14
Dictionaries/pol_OCRFixReplaceList.xml
Normal file
14
Dictionaries/pol_OCRFixReplaceList.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<OCRFixReplaceList>
|
||||
<WholeWords>
|
||||
</WholeWords>
|
||||
<PartialWords>
|
||||
<!-- Will be used to check words not in dictionary.
|
||||
If new word(s) and longer than 5 chars and exists
|
||||
in spelling dictionary, it is (or they are) accepted -->
|
||||
<WordPart from = "f" to = "f " /> <!-- "f " will be two words -->
|
||||
<WordPart from = "ą" to = "ą " />
|
||||
<WordPart from = "j" to = " j" />
|
||||
</PartialWords>
|
||||
<RegularExpressions />
|
||||
<RemovedWholeWords />
|
||||
</OCRFixReplaceList>
|
Loading…
Reference in New Issue
Block a user