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

🛠💣 Introduce Scoring Module #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ZenithClown
Copy link
Member

@ZenithClown ZenithClown commented Nov 28, 2024

A new submodule is introduced for text/sequence scoring based on logical operations this uses either traditional technique like the regular expressions or fuzzy based scoring.

📜 Description

The scoring module is now a core part of NLPurify and is expected with the v2.0.0 release.

This PR brings the following change(s):

  • 🌟 New Feature - a non-breaking change that adds new functionality.
  • 🛠️ Breaking Change - can either be a fix or a feature that might change the functionality to not work as expected.
  • 📖 Documentation Change - changes or updates the documentation of a particular project, function, etc.

Fixes #18 Fixes #20

✔️ Checks

  • Tests are added and passed for all relevant functions (if any).
  • My code follows the style guidelines as mentioned.
  • In case of new functionality, proper comments have been added to the code.
  • Changes do not generate any warnings for existing functions.
  • Add a new entry in documentation, if fixing a bug or added a new feature.

- fixes #18
- the module can be used to integrate scoring feature for fuzzywuzzy and regular expressions
- baseclass is registered and existing methods are integrated
- refactoring: fuzzy_scores() name is changed to generic scores, fixes #20
- changed documentation note
@ZenithClown ZenithClown changed the title 🛠💣 major refactoring: introduce scoring module 🛠💣 Introduce Scoring Module Nov 29, 2024
@ZenithClown ZenithClown added this to the Release v2.0.0 milestone Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant