An open API service indexing awesome lists of open source software.

https://github.com/athityakumar/ntlk-examples

A showcase of example codes to start with python-nltk library & working on Natural Language Processing (NLP).
https://github.com/athityakumar/ntlk-examples

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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).