Commit
路
5152d55
1
Parent(s):
87438c8
sz takes priority before cs
Browse files- 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" : "写",
|