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

📝[Docs]: NLP guide #1605

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

yashksaini-coder
Copy link
Contributor

Description

This pull request includes significant updates to the NLP/README.md file, providing a comprehensive guide on Natural Language Processing (NLP)

  • Added an introduction to Natural Language Processing (NLP) and its significance in machine learning.
  • Included a workflow diagram using Mermaid to visually represent the script's process.
  • Detailed the steps and processes involved in the script, such as ensuring NLTK resources are available, loading the SentenceTransformer model, reading input text, extracting keywords, generating a text summary, and displaying results.

Fixes #1591

Type of change

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines 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 made corresponding changes to the documentation
  • My changes generate no new warningsX

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@yashksaini-coder
Copy link
Contributor Author

@sanjay-kv sir I have created a simple NLP guide for the NLP project folder, please review the PR

@sanjay-kv sanjay-kv merged commit dfc3bde into recodehive:main Nov 1, 2024
2 checks passed
@yashksaini-coder yashksaini-coder deleted the docs-1591 branch November 1, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📝[Docs]: Add Proper README to the NLP project folder
2 participants