Skip to content

docs: fix outdated NLTK download command in README#27

Open
Raakshass wants to merge 1 commit intohumanai-foundation:mainfrom
Raakshass:fix/nltk-documentation
Open

docs: fix outdated NLTK download command in README#27
Raakshass wants to merge 1 commit intohumanai-foundation:mainfrom
Raakshass:fix/nltk-documentation

Conversation

@Raakshass
Copy link

Description

The current NLTK download command in ISSR_MIE_Classifier/ISSRMIEclassifier/README.md references outdated package names (averaged_perceptron_tagger, maxent_ne_chunker) which cause Resource not found errors on modern NLTK installations.

This PR updates the command to use the current package names (averaged_perceptron_tagger_eng, maxent_ne_chunker_tab, punkt_tab) required for successful execution.

Verification

  • Issue: Running python main.py failed with Resource averaged_perceptron_tagger not found.
  • Fix: Running the updated download command resolved the error and allowed the classifier to initialize correctly.

Related Issue

Fixes dependency installation errors for new contributors setting up the environment.

@rawatkhushbu
Copy link

Is there a good-first-issue I can help with?

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.

2 participants