-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Test the current algorithm of rake_new2 to look for edge cases #9
Comments
I'm going to start working on that if it's ok. |
Assigning it to you @etnnth. Make sure the PR is created after 1st Oct. |
Can I also contribute on this |
Yes sure. Assigning you too. You can collaborate and discuss with @etnnth too. |
@etnnth can we discuss it ! |
@sudhanshutiwari264 yes, sure! |
@etnnth Can we talk on discord ? |
Yes discord is fine: |
Are you guys still working on this, if not I'll assign to someone else, coz my project is going in for another open source contest. So please reply at the latest. |
Sorry for the late reply. I'm not working on this for now. I blocked on it because I didn't find a reliable way to decide if something was an edge case or not. What I started however is writing simple test cases. If this is something you are interested I can add a few more and make a pull request. |
@etnnth no problem i'll unassign you. Thanks for you time :) |
@BALaka-18 Sorry I have been busy with the exams and internships , so unassigning this . |
Yes absolutely, no problem. Thanks for ur time :) |
@BALaka-18 can you please assign this to me? |
Assigned. |
Description
No algorithm can escape edge cases. Your task is to check and test for probable edge cases where you think the algorithm might fail, by trial and error. Test the library on as many texts as you can.
Read : How to use rake_new2
For example : The previous version of this algorithm couldn't handle HTML tags in text. It was resolved in the current version that you see.
NOTE : This may be a multi-assignee issue
Folder Structure, Function details
Create a folder
test_cases
in the root directory. The folder must contain a.txt
file that will contain all the edge cases that you found, with each edge case in a separate line.Structure :
test_cases/edge_cases_file.txt
Acceptance Criteria
.txt
file must be properly formatted.Definition of Done
Time Estimation
Recurring
The text was updated successfully, but these errors were encountered: