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

https://github.com/atheeralzhrani/nlp_projects

NLP projects, which I worked on utilising different natural language processing libraries's. 
https://github.com/atheeralzhrani/nlp_projects

nlp-datasets nltk-library rnn-lstm rnn-pytorch rnn-tensorflow spacy-nlp stemming stopwords tokenization

Last synced: about 2 months ago
JSON representation

NLP projects, which I worked on utilising different natural language processing libraries's. 

Awesome Lists containing this project

README

          

# Project3: Depression Detection In Tweets
Aims to classify 134348 tweets as either depressive or non-depressive using natural language
processing (NLP) techniques and logistic regression

# Project2: Classification Of The Sarcasm Headlines
This project showcases a complete workflow from data acquisition to model training and evaluation for a text classification task, specifically focusing on sarcasm detection using a neural network.

# Project1:Tweets Preprocessing
This project focuses on preprocessing Twitter data for sentiment analysis using Natural Language Processing (NLP) techniques with NLTK (Natural Language Toolkit).