Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T22:20:28.000Z (over 6 years ago)
- Last Synced: 2024-10-13T09:22:16.195Z (about 1 month 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()
```