Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopwords filter #30

Open
4 tasks
BALaka-18 opened this issue Nov 17, 2020 · 2 comments
Open
4 tasks

Stopwords filter #30

BALaka-18 opened this issue Nov 17, 2020 · 2 comments
Assignees
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

Comments

@BALaka-18
Copy link
Owner

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 BALaka-18 added code code based issue enhancement New feature or request help wanted Extra attention is needed Winter of Code 2020 extras Issue for WoC 2020-21 for people who were not selected or wish to contribute labels Nov 17, 2020
@BALaka-18 BALaka-18 reopened this Dec 24, 2020
@BALaka-18 BALaka-18 added dwoc Devscript Winter of Code issues Level-3 DWOC Level 3 issues and removed Winter of Code 2020 extras Issue for WoC 2020-21 for people who were not selected or wish to contribute labels Dec 24, 2020
@C3Suryansu
Copy link

C3Suryansu commented Dec 28, 2020

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.

@BALaka-18
Copy link
Owner Author

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.

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

No branches or pull requests

2 participants