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
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.
The text was updated successfully, but these errors were encountered:
Hey, @RifatUllah102 thank you for your elaborated bug report.
While I am working with a large Bangla dataset, it is impossible to use such types of mistakes.
I am sorry that you faced issues. This is an open-source, community effort to build implementations of published research papers. The goal of the project had not been to develop a state-of-the-art stemmer.
So, I hope you will update this code to solve every Bangla word.
Everyone working and publishing this is working on a volunteer basis. We cannot and will not guarantee the ability to stem "every" Bengali word.
If you need help I can help you
Your help is appreciated. You may open a more specific issue and start discussing what you would like to contribute.
but don't give people incomplete solutions.
That's our discretion. :) Our license clearly states that,
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
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):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: