DebasishDhal99 commited on
Commit
7338704
·
1 Parent(s): 53bd534

Changing hungarian_word_to_eng to hungarian_sentence_to_latin

Browse files
Files changed (1) hide show
  1. hungarian.py +1 -1
hungarian.py CHANGED
@@ -48,7 +48,7 @@ def cyrillic_to_eng(word):
48
  return word
49
 
50
 
51
- def hungarian_word_to_eng(word):
52
  assert type(word)==str, "Input must be a string"
53
  # print("Original word: ", word)
54
  word = check_special_comb(word)
 
48
  return word
49
 
50
 
51
+ def hungarian_sentence_to_latin(word):
52
  assert type(word)==str, "Input must be a string"
53
  # print("Original word: ", word)
54
  word = check_special_comb(word)