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

https://github.com/simranshaikh20/natural-language-processing

This repo contain entire guidance and projects from scratch to pro in nlp .
https://github.com/simranshaikh20/natural-language-processing

Last synced: over 1 year ago
JSON representation

This repo contain entire guidance and projects from scratch to pro in nlp .

Awesome Lists containing this project

README

          

# Natural-Language-Processing
This repo contain entire guidance and projects from scratch to pro in nlp .
# Roadmap for NLP:
1] Programming Language - Python

2] Text Preprocessing – Tokenaization , lemmataization , stemming, stop word
[aim : cleaning input and conversion from text to tokens]

3] Text Preprocessing – back of word , Unigram , bigram
[ aim : converting text data into vector ]

4] Text Preprocessing – word2verc, average word2verc
[ aim : conversion from text to vector better then previous step ]

5] Deep learning – RNM, GRU , GRU RNM [ Spam Classification..]

6] Text Preprocessing – word embedding

7] Transformal

8] Accurate Data