Stopwords filter #30
Labels
code
code based issue
dwoc
Devscript Winter of Code issues
enhancement
New feature or request
help wanted
Extra attention is needed
Level-3
DWOC Level 3 issues
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 therake_new2.py
main file, with the contributors' name on top of the function.Example naming convention :
algorithm_addons/stopwords_debug.py
Acceptance Criteria
.py
file must be properly formatted.Definition of Done
Time Estimation
Recurring
The text was updated successfully, but these errors were encountered: