Skip to content

A showcase of example codes to start with python-nltk library & working on Natural Language Processing (NLP).

License

Notifications You must be signed in to change notification settings

athityakumar/ntlk-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLTK-EXAMPLES

A showcase of example codes to start with, for working python-nltk library & working on Natural Language Processing (NLP).

INSTALLING REQUIREMENTS

On your terminal, type -

 python 

In the python console, type -

 import nltk 
 nltk.download('all') 

RUNNING THE SCRIPTS

On your terminal , type -

 git clone git@github.com:athityakumar/ntlk-examples.git
 cd nltk-examples/scripts 
 python python-file-name.py 


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

LICENSE

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

About

A showcase of example codes to start with python-nltk library & working on Natural Language Processing (NLP).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published