Describe the bug
Throws this error while stemming some words.
/usr/local/lib/python3.6/dist-packages/py_bangla_stemmer/stemmer/rule_file_parser.py in stem_of_word(self, word)
75 while k < indx + len(replace_suffix):
76 if replace_suffix[_l] != '.':
---> 77 builder[k] = replace_suffix[_l]
78 k += 1
79 _l += 1
IndexError: list assignment index out of range
Describe the bug Throws this error while stemming some words.
To Reproduce
Expected behaviour stemmer.stem("গেলেও") = গেল stemmer.stem("মেনে") = মেনে stemmer.stem("হিসেবে") = হিসেব
Desktop (please complete the following information):