Found 4 packages
Provides a sample implementation of a ContentPage that shows how to use Microsoft ComputerVision (Cognitive Services API) to analyse an image to detect: - text - faces - emotion - ages - adult content - racy content - celebrities - tags - sentiments - language
Determines sentiments and detects 17 languages (including English, German, Italian and French).
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains. v2 of the library updated to target .Net 6 and latest Python version. Emojis are supported. C# version now tracks Python versioning. Forked from https://github.com/codingupastorm/vadersharp
Efuelite Solutions Vadar Sentiment Analysis in C#. "VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media." Previously VADER was only available in python (https://github.com/cjhutto/vaderSentiment) Efuelite Solutions Vadar Sentiment Analysis extends the c# methods with new handy methods to perform sentiment analysis on any body of text in english. This project was an improvement and upgrade on codingupastorm.VaderSharp https://github.com/codingupastorm/vadersharp C# String extension method was added for Sentiment analysis.