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

[RESUNINJA-33] constants.py File Development #5

Draft
wants to merge 3 commits into
base: akshayrajeev/RESUNINJA-32/section_extrator_development
Choose a base branch
from

Conversation

akshayrajeevnambiar
Copy link
Owner

@akshayrajeevnambiar akshayrajeevnambiar commented Oct 10, 2023

constants.py File Development

Description

This pull request addresses RESUNINJA-33, focusing on the development of the constants.py file. The file contains two classes:

  1. Constants Class:

    • Added a new class Constants to define general constants used across the project.
    • Included constants such as TEXT_GROUP for array group number and COMMON_WORD_COUNT for common word count.
  2. TextProcessingConstants Class:

    • Updated comments for better clarity.
    • No changes were made to the regex constants; this class holds regular expression patterns used in text processing.

Changes Made

  • Added the Constants class.
  • Updated comments for clarity in the TextProcessingConstants class.
  • Replaced every file with the constants for better readability.

Related Issue

@akshayrajeevnambiar akshayrajeevnambiar added the bug Something isn't working label Oct 10, 2023
@akshayrajeevnambiar akshayrajeevnambiar self-assigned this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant