DebasishDhal99 commited on
Commit
648fedb
1 Parent(s): c959ca0

Update hungarian.py

Browse files
Files changed (1) hide show
  1. hungarian.py +4 -3
hungarian.py CHANGED
@@ -3,7 +3,7 @@ special_combs = {
3
  "Dz" : "歇", "dz" : "褗", #Actually the sound of ds in kids
4
  "Cs" : "效", "cs" : "褔",
5
  "Zs" : "袞", "zs" : "卸",
6
- "Sz" : "S", "sz" : "s",
7
  "Ly" : "y", "ly" : "y"
8
  }
9
 
@@ -26,8 +26,9 @@ cyrillic_equiv_dict = {
26
  "褔" : "ch", "效" : "Ch",
27
  "卸" : "zh", "袞" : "Zh",
28
  "褕" : "sh", "楔" : "Sh",
29
- "褬" : "j", "袌" : "J",
30
- "褞" : "yu", "挟" : "Yu"
 
31
  }
32
 
33
  def check_special_comb(word):
 
3
  "Dz" : "歇", "dz" : "褗", #Actually the sound of ds in kids
4
  "Cs" : "效", "cs" : "褔",
5
  "Zs" : "袞", "zs" : "卸",
6
+ "Sz" : "", "sz" : "",
7
  "Ly" : "y", "ly" : "y"
8
  }
9
 
 
26
  "褔" : "ch", "效" : "Ch",
27
  "卸" : "zh", "袞" : "Zh",
28
  "褕" : "sh", "楔" : "Sh",
29
+ "褬" : "j" , "袌" : "J",
30
+ "褞" : "yu", "挟" : "Yu",
31
+ "褋" : "s" , "小" : "S"
32
  }
33
 
34
  def check_special_comb(word):