https://github.com/anujdutt9/natural-language-processing
Basics of Natural Language Processing
https://github.com/anujdutt9/natural-language-processing
movie-reviews natural-language-processing nlp-parsing nltk python-3-5 sentiment-analysis
Last synced: 4 months ago
JSON representation
Basics of Natural Language Processing
- Host: GitHub
- URL: https://github.com/anujdutt9/natural-language-processing
- Owner: anujdutt9
- License: mit
- Created: 2017-01-17T01:15:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T22:20:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T07:42:33.483Z (5 months ago)
- Topics: movie-reviews, natural-language-processing, nlp-parsing, nltk, python-3-5, sentiment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Natural-Language-Processing
This repository contains the basic code for Natural Language Processing followed by a project. All code is written in Python 3.5 using NLTK.
*To install NLTK,*
Use:
```
pip install nltk
```*To download data and Corpus,*
Use:
```
python3
>> import nltk
>> nltk.download()
```