You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
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):
The text was updated successfully, but these errors were encountered: