Skip to content

This repository provides examples and starting points for users working with Python's NLTK library and Natural Language Processing (NLP).

License

Notifications You must be signed in to change notification settings

exampleblob/NLP-Python-NLTK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

NLP-PYTHON-NLTK


This repository offers an array of examples and starting points for working with Python's NLTK library for Natural Language Processing (NLP).

SETUP

Install necessary libraries by typing the following commands in your console:

 python 
 import nltk 
 nltk.download('all') 

GETTING STARTED

To clone and run the repository scripts, enter these commands in your terminal:

 git clone [email protected]:exampleblob/NLP-Python-NLTK.git 
 cd NLP-Python-NLTK/scripts 
 python python-file-name.py 


Don't forget to add your database credentials in tweets_database.py.

LICENSE

Licensed under GNU General Public License v3.0 (GPLv3).

About

This repository provides examples and starting points for users working with Python's NLTK library and Natural Language Processing (NLP).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published