Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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()
```