dictionaries: Fix pol_OCRFixReplaceList.xml syntax

This commit is contained in:
Waldi Ravens 2020-05-22 11:03:41 +02:00
parent 80a788a041
commit 80fce956b9

View File

@ -1,14 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<OCRFixReplaceList> <OCRFixReplaceList>
<WholeWords> <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) and longer than 5 chars and exists If new word(s) and longer than 5 chars and exists
in spelling dictionary, it is (or they are) accepted --> in spelling dictionary, it is (or they are) accepted -->
<WordPart from = "f" to = "f " /> <!-- "f " will be two words --> <!-- "f " will be two words -->
<WordPart from = "ą" to = "ą " /> <WordPart from="f" to="f " />
<WordPart from = "j" to = " j" /> <WordPart from="ą" to="ą " />
<WordPart from="j" to=" j" />
</PartialWords> </PartialWords>
<WholeLines />
<PartialLinesAlways />
<PartialLines />
<BeginLines />
<EndLines />
<RegularExpressions /> <RegularExpressions />
<RemovedWholeWords />
</OCRFixReplaceList> </OCRFixReplaceList>