Skip to content

Commit

Permalink
Merge pull request #3094 from diomed/patch-3
Browse files Browse the repository at this point in the history
Update ba_OCRFixReplaceList.xml
  • Loading branch information
niksedk committed Sep 12, 2018
2 parents 0707ea2 + eaa9073 commit 69027a5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Dictionaries/ba_OCRFixReplaceList.xml
Expand Up @@ -39,6 +39,15 @@
<Word from="Cao" to="Ćao" />
<Word from="cao" to="ćao" />
<Word from="cas" to="sat" />
<Word from="casa" to="sata" />
<Word from="casu" to="satu" />
<Word from="casom" to="satom" />
<Word from="casovima" to="satovima" />
<Word from="Cas" to="Sat" />
<Word from="Casa" to="Sata" />
<Word from="Casu" to="Satu" />
<Word from="Casom" to="Satom" />
<Word from="Casovima" to="Satovima" />
<Word from="casno" to="časno" />
<Word from="Casno" to="Časno" />
<Word from="castis" to="častiš" />
Expand Down Expand Up @@ -1200,8 +1209,6 @@
<RegEx find="Caroli(?!n)" replaceWith="Čaroli" />
<RegEx find="cast" replaceWith="čast" />
<RegEx find="Cast" replaceWith="Čast" />
<RegEx find="cas([au]|om|ovima)\b" replaceWith="sat$1" />
<RegEx find="Cas([au]|om|ovima)\b" replaceWith="Sat$1" />
<RegEx find="[cC]ascen" replaceWith="čašćen" />
<RegEx find="C([ae])sc" replaceWith="Č$1šć" />
<RegEx find="c([ae])sc" replaceWith="č$1šć" />
Expand Down Expand Up @@ -1653,6 +1660,7 @@
<RegEx find="eskuc" replaceWith="eskuć" />
<RegEx find="([aez])vrsi" replaceWith="$1vrši" />
<RegEx find="acma" replaceWith="ačma" />
<RegEx find="acn" replaceWith="ačn" />
<RegEx find="aces" replaceWith="aćeš" />
<RegEx find="ajvec" replaceWith="ajveć" />
<RegEx find="amcen" replaceWith="amčen" />
Expand All @@ -1673,11 +1681,10 @@
<RegEx find="[Cc]injen" replaceWith="činjen" />
<RegEx find="cisc" replaceWith="čišć" />
<RegEx find="Cisc" replaceWith="Čišć" />
<RegEx find="dacn" replaceWith="dačn" />
<RegEx find="daces" replaceWith="dat ćeš" />
<RegEx find="dinacn" replaceWith="dinačn" />
<RegEx find="dlucn" replaceWith="dlučn" />
<RegEx find="dlucuj" replaceWith="dlučuj" />
<RegEx find="lucn" replaceWith="lučn" />
<RegEx find="lucuj" replaceWith="lučuj" />
<RegEx find="djem" replaceWith="đem" />
<RegEx find="djit" replaceWith="đit" />
<RegEx find="djuj" replaceWith="đuj" />
Expand Down Expand Up @@ -1721,7 +1728,7 @@
<RegEx find="igralista" replaceWith="igralista" />
<RegEx find="iznervira" replaceWith="iživcira" />
<RegEx find="asnjav" replaceWith="ašnjav" />
<RegEx find="jasnic([eu])" replaceWith="jasnit ć$1" />
<RegEx find="([jk])asnic" replaceWith="$1asnit ć" />
<RegEx find="juci" replaceWith="jući" />
<RegEx find="kaslja" replaceWith="kašlja" />
<RegEx find="krsi" replaceWith="krši" />
Expand Down

0 comments on commit 69027a5

Please sign in to comment.