Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Does Not Stem Properly... #4

Open
RifatUllah102 opened this issue Dec 1, 2021 · 1 comment
Open

Does Not Stem Properly... #4

RifatUllah102 opened this issue Dec 1, 2021 · 1 comment

Comments

@RifatUllah102
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'bengali_stemmer/rafikamal2014/'
  2. Click on 'common.rules'
  3. Scroll down to 'the full file'
  4. 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.
Capture

@aniruddha-adhikary
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants