DebasishDhal99 commited on
Commit
5152d55
1 Parent(s): 87438c8

sz takes priority before cs

Browse files
Files changed (1) hide show
  1. hungarian.py +1 -1
hungarian.py CHANGED
@@ -3,9 +3,9 @@ from nltk.tokenize import word_tokenize
3
  special_combs = {
4
  "Dzs" : "Ј", "dzs" : "ј",
5
  "Dz" : "Ъ", "dz" : "ъ", #Actually the sound of ds in kids
 
6
  "Cs" : "Ч", "cs" : "ч",
7
  "Zs" : "Ж", "zs" : "ж",
8
- "Sz" : "С", "sz" : "с",
9
  "Ly" : "y", "ly" : "y",
10
  "C" : "Ц", "c" : "ц",
11
  # "Gy" : "Д", "gy" : "д",
 
3
  special_combs = {
4
  "Dzs" : "Ј", "dzs" : "ј",
5
  "Dz" : "Ъ", "dz" : "ъ", #Actually the sound of ds in kids
6
+ "Sz" : "С", "sz" : "с",
7
  "Cs" : "Ч", "cs" : "ч",
8
  "Zs" : "Ж", "zs" : "ж",
 
9
  "Ly" : "y", "ly" : "y",
10
  "C" : "Ц", "c" : "ц",
11
  # "Gy" : "Д", "gy" : "д",