Hello!
I am encountering some blind spots where the result is empty.
Examples
from indictrans import Transliterator
trn = Transliterator(source='ori', target='eng', build_lookup=True)
trn.transform('''ୱ୍ୱି''')
I am not sure if the first example is really GU, but I think the second OR example is valid.
Any solution?
Thanks!
Hello!
I am encountering some blind spots where the result is empty.
Examples
I am not sure if the first example is really GU, but I think the second OR example is valid.
Any solution?
Thanks!