Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 327 Bytes

NLTK.md

File metadata and controls

17 lines (13 loc) · 327 Bytes

Installation of NLTK Data

Open your current directory or venv in powershell
Install nltk using pip

pip install nltk

Once running python on cmd, run this lines

import nltk
nltk.download('stopwords')

Then install everything.

Once everything installed, rerun program.