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).
- Host: GitHub
- URL: https://github.com/athityakumar/ntlk-examples
- Owner: athityakumar
- License: gpl-3.0
- Created: 2016-06-13T05:57:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T18:37:51.000Z (almost 10 years ago)
- Last Synced: 2025-04-22T11:19:14.843Z (about 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).