Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'bengali_stemmer/rafikamal2014/'
- Click on 'common.rules'
- Scroll down to 'the full file'
- See error
Expected behavior
As the Bangla language does not follow a particular pattern, it does not work or find the correct way to stem the word. For Example, in common.rules file (line number 8) the rules is এটাকে and আমাকে need to be written something like এটা and আমাকে, but it wrote এটা and আমা, which is not correct. In addition, it also happens for many more words. While I am working with a large Bangla dataset, it is impossible to use such types of mistakes. So, I hope you will update this code to solve every Bangla word. If you need help I can help you, but don't give people incomplete solutions.
Screenshots
Please check the attasted screnshot.********
Desktop (please complete the following information):
- OS: Windows 10 Pro
- Browser chrome
- Version latest one and it is irrelevant to this issue🥱
Smartphone (please complete the following information):
- Device: irrelevant
- OS: irrelevant
- Browser irrelevant
- Version irrelevant
Additional context
Add any other context about the problem here.
