DebasishDhal99 commited on
Commit
1423b50
1 Parent(s): 5152d55

Update hungarian.py

Browse files
Files changed (1) hide show
  1. hungarian.py +1 -0
hungarian.py CHANGED
@@ -1,6 +1,7 @@
1
  from nltk.tokenize import word_tokenize
2
 
3
  special_combs = {
 
4
  "Dzs" : "袌", "dzs" : "褬",
5
  "Dz" : "歇", "dz" : "褗", #Actually the sound of ds in kids
6
  "Sz" : "小", "sz" : "褋",
 
1
  from nltk.tokenize import word_tokenize
2
 
3
  special_combs = {
4
+ "Csz" : "小", "csz" : "褋",
5
  "Dzs" : "袌", "dzs" : "褬",
6
  "Dz" : "歇", "dz" : "褗", #Actually the sound of ds in kids
7
  "Sz" : "小", "sz" : "褋",