Open In App

How to Download & Install NLTK on Windows?

Improve
Improve
Like Article
Like
Save
Share
Report

NLTK is Natural Language Tool Kit. It is used to build python programming. It helps to work with human languages data. It gives a very easy user interface. It supports classification, steaming, tagging, etc.

Installing NLTK on Windows using PIP:

In windows, we first have to install the python current version. Then we have to install pip with it. Without pip, NLTK can not be installed.

Step 1: Browse to the official site of python by clicking this link.

Step 2: Move the cursor to the Download button & then click on the latest python version.

Step 3: Open the downloaded file. Click on the checkbox & Click on Customize installation.

Step 4: Click on Next.

Step 5: Click on Install.

Step 6: Wait till installation finish.

Step 7: Click on Close.

Step 8: Open Command Prompt & execute the following commands:

python --version
pip --version
pip install nltk

installing nltk on windows

Hence, NLTK installation will start.

Step 9: Then you can see the successfully installed message.

Verifying nltk installation on windows

Hence NLTK installation is successful


Last Updated : 16 Dec, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads