Skip to main content

No project description provided

Project description

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] (VADER sincerely appreciate all attributions and readily accept most contributions, but please don’t hold us liable).

HOW TO USE Vader-FR

>>>>>>> a2bbbaa7bea95f96d7384471871c7836cdedc0a2

from vaderSentiment_fr.vaderSentiment import SentimentIntensityAnalyzer

SIA = SentimentIntensityAnalyzer()

phrase = “Une phrase très cool à analyser”

score = SIA.polarity_scores(phrase)

>>>>>>> a2bbbaa7bea95f96d7384471871c7836cdedc0a2 print(score)

## Output : {‘neg’: 0.0, ‘neu’: 0.725, ‘pos’: 0.275, ‘compound’: 0.2247}

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vaderSentiment_fr-1.1.1.tar.gz (229.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page