Nessrin1990 / Analyse-des-sentiments

Sentiment analysis of Election USA 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyse des sentiments

SCraping from youtube

preprocessing dataset

Textblob sentiment analyzer returns two properties for a given input sentence: Polarity is a float that lies between [-1,1], -1 indicates negative sentiment and +1 indicates positive sentiments.

Model :Random forest, LogisticRegression, MultinomialNB

About

Sentiment analysis of Election USA 2020


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%