🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vaderSentiment-fr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vaderSentiment-fr

1.3.4
PyPI
Maintainers
1

==================================== VADER-Sentiment-Analysis-FR

This is a French version of VADER (Valence Aware Dictionary and Sentiment Reasoner). Please visit https://github.com/cjhutto/vaderSentiment to see the original version. Vader_FR possesses a manually translated french lexicon. VADER is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media. It is fully open-sourced under the [MIT License] <http://choosealicense.com/>_ (the original VADER sincerely appreciate all attributions and readily accept most contributions, but please don't them and us liable).

7LieuesTechnologies aims to support your company, from IT to accounting, by building a virtual assistant which provides multi-technologies and multi-trade help.

============================== Install Vader-fr

pip install vaderSentiment-fr

============================== HOW TO USE Vader-FR

from vaderSentiment_fr.vaderSentiment import SentimentIntensityAnalyzer

SIA = SentimentIntensityAnalyzer()

phrase = "Une phrase très cool à analyser"

score = SIA.polarity_scores(phrase)

Note : You can use polarity_scores_max instead of polarity_scores. polarity_scores_max uses fuzzywuzzy to get the most similar words with your inputs. For example "connar" won't be detected with polarity_scores but with polarity_scores_max

Keywords

Vader_FR

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts