-
Notifications
You must be signed in to change notification settings - Fork 209
Conversation
@sakshi1499 The not coming is removed in this PR. We can merge that one now |
Ok ok got it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some checks are failing can you correct them? @ritwickraj78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks okay but you will have to break this function down into composable units of building blocks, instead of one large function.
@sakshi1499 @SanketDG Really sorry. Will make the changes asap |
percentage_of_similarity = round(float(total_avg) * 100) | ||
if percentage_of_similarity >= 100: | ||
percentage_of_similarity = 100 | ||
return percentage_of_similarity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ritwickraj78 Can you modularize this a bit? And maybe add some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sakshi1499 @SanketDG Ritwick has made it a bit modular. The rest of it looks good to me. Let's wrap up the reviews and merge these. We are quite behind on these
@ritwickraj78 please resolve the merge conflicts |
Description
Added compare function to generate similarity score between meetup descriptions
Fixes #560
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Tried testing with meetup descriptions from meetup.com. Works well
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only