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

feat(#47): extract step #51

Merged
merged 13 commits into from
Sep 9, 2024
Merged

feat(#47): extract step #51

merged 13 commits into from
Sep 9, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Sep 9, 2024

In this pull, I've implemented extract headings step, outlined in Method section.

closes #47
History:


PR-Codex overview

This PR introduces a new feature to extract and process headings from README files, including stop words removal, lemmatization, and finding common words.

Detailed summary

  • Added a task to extract and process headings from README files
  • Implemented functions for stop words removal, lemmatization, and filtering
  • Added tests for extracting and processing README headings

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@h1alexbel h1alexbel merged commit 2477ad8 into master Sep 9, 2024
16 checks passed
@h1alexbel h1alexbel deleted the 47 branch September 9, 2024 09:11
h1alexbel added a commit that referenced this pull request Oct 7, 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
Development

Successfully merging this pull request may close these issues.

extract step
1 participant