rake_new2 icon indicating copy to clipboard operation
rake_new2 copied to clipboard

Stopwords filter

Open BALaka-18 opened this issue 4 years ago • 2 comments

Description

Edge Case : Since keywords are mainly made by avoiding stopwords, for some cases the keywords extracted do not interpret the meaning of the text exactly.

For example : If text is - "I like sweet apples but I don't like sour apples ", the extracted keywords will say : 'I', 'like', 'sweet', 'sour'. 'apples', with 'apples' being shown as the highest priority keyword. But the meaning gets changed completely if we summarize the keywords.

This issue asks you to work a way around this problem, or brainstorm with me and other interested contributors.

Read : How to use rake_new2

NOTE : This may be a multi-assignee issue

Folder Structure, Function details

Create a folder algorithm_addons in the root directory and write a Python function to work around this problem. If I approve, I will create a function directly in the rake_new2.py main file, with the contributors' name on top of the function.

Example naming convention : algorithm_addons/stopwords_debug.py

Acceptance Criteria

  • [ ] The .py file must be properly formatted.
  • [ ] All instructions provided in the Description must be strictly followed.

Definition of Done

  • [ ] All of the required items are completed.
  • [ ] Approval by at least 1 mentor.

Time Estimation

Recurring

BALaka-18 avatar Nov 17 '20 15:11 BALaka-18

This looks an interesting problem to work on. Can I work on this? I have few ideas and wanna see if working them out could solve this issue.

C3Suryansu avatar Dec 28 '20 16:12 C3Suryansu

This looks like an interesting problem to work on. Can I work on this? I have few ideas and wanna see if working them out could solve this issue.

Sorry for the late reply. Yes, you may work on this. Assigning you.

BALaka-18 avatar Jan 01 '21 05:01 BALaka-18