Skip to content

Conversation

vaishnavijha
Copy link
Contributor

@vaishnavijha vaishnavijha commented Feb 12, 2021

Description

I have added a script which will help in labelling purposes and string matching in easy way.It will help in regex pattern matchings from urls and hence we can also extract keywords from urls.
dependency to be installed :
pip install fuzzywuzzy
pip install python-Levenshtein

Fixes #(issue_no)

#348

Have you read the Contributing Guidelines on Pull Requests?

  • Yes
  • No

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • My documentation follows Template for README.md
  • My changes generate no new warnings
  • I have added tests/screenshots(if any) that prove my fix is effective or that my feature works.

Copy link
Owner

@avinashkranjan avinashkranjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM..💯

@avinashkranjan avinashkranjan merged commit ae9f4ab into avinashkranjan:master Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script doing away with the complexities of string matching and regex matching in urls
2 participants