anoopkunchukuttan / indic_nlp_library

Resources and tools for Indian language Natural Language Processing
http://anoopkunchukuttan.github.io/indic_nlp_library/
MIT License
546 stars 158 forks source link

Script conversion of danda and double danda #42

Closed anoopkunchukuttan closed 3 years ago

anoopkunchukuttan commented 3 years ago

For Hindi to other Indic script, the danda character is mapped to an invalid character.

For danda and double danda, the Undicode characters are U+0964 and U+0965 respectively irrespective of the script. Hence, script conversion must not happend for these characters from Devanagari to other scripts.

anoopkunchukuttan commented 3 years ago

Bug fixed. Closing