rake_new2
rake_new2 copied to clipboard
Stopwords filter
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.
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
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.
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.