Skip to content

Add NLTK setup script and update README with setup instructions#27

Merged
Deepika14145 merged 2 commits into
Deepika14145:mainfrom
KKabilan07:add/nltp_setup
Sep 26, 2025
Merged

Add NLTK setup script and update README with setup instructions#27
Deepika14145 merged 2 commits into
Deepika14145:mainfrom
KKabilan07:add/nltp_setup

Conversation

@KKabilan07
Copy link
Copy Markdown
Contributor

Changes Made:

Added a new script: scripts/setup_nltk.py
Handles SSL issues on some systems.
Checks if required NLTK resources are already installed.
Downloads missing resources (punkt, stopwords, wordnet, omw-1.4).
Updated README.md with clear setup instructions

So contributors can install resources before running the pipeline.

Benefits:

Prevents errors like LookupError: Resource punkt not found.
Simplifies setup for new contributors.
Ensures consistent execution across Windows, Linux, and macOS.

Linked Issue:
Closes #25

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
quick-fact-checker Ready Ready Preview Comment Sep 26, 2025 5:14am

@Deepika14145 Deepika14145 merged commit 165eba8 into Deepika14145:main Sep 26, 2025
2 checks passed
@Deepika14145
Copy link
Copy Markdown
Owner

Thank you @KKabilan07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request gssoc25 LEVEL 3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve NLTK Setup and Error Handling in Preprocessing

2 participants