Analyze user comments through Natural Language Processing (NLP) techniques and Analyze sexism dataset
- clone this repository
git clone https://github.com/RexGod/NLP-Project.git
-
pre-process Instagram comments and use language models: unigram, bigram, three-gram
in this question, we used apify.com > store >Instagram Comments Scraper > API > Api clients and then add links to scrap comments
you can check this out from here
in this question, we used Sexism dataset from this repository and by using neural network techniques learned a model that can Diagnosis a sentence is sexism or non-sexism
you can check this out from here