DebasishDhal99 commited on
Commit
b8e56e6
1 Parent(s): 04c2e43

Adding from nltk.tokenize import word_tokenize in Hungarian.py

Browse files
Files changed (1) hide show
  1. hungarian.py +2 -0
hungarian.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  special_combs = {
2
  "Dzs" : "Ј", "dzs" : "ј",
3
  "Dz" : "Ъ", "dz" : "ъ", #Actually the sound of ds in kids
 
1
+ from nltk.tokenize import word_tokenize
2
+
3
  special_combs = {
4
  "Dzs" : "Ј", "dzs" : "ј",
5
  "Dz" : "Ъ", "dz" : "ъ", #Actually the sound of ds in kids