Skip to content

Natural Language Processing (NLP) using NLTK in Python

Notifications You must be signed in to change notification settings

SmBito/NLP_NLTK

Repository files navigation

NLTK

Setting up

after installing NLTK using pip install nltk.

Download data from python shell.

python
>>> import nltk
>>> nltk.download('all',halt_on_error=False)

About

Natural Language Processing (NLP) using NLTK in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published