s1.ipynb contains OBJECTIVE: to create map.json -code to convert the nepali words into roman english equivalent -uses file sabdakosh-words.txt -eg. नेपाली ...
nepali_mapping = { 'a': 'अ', 'b': 'ब', # Add more mappings as needed } def convert_to_unicode(input_text): unicode_text = '' for char in input_text: unicode_text ...