Code Monkey home page Code Monkey logo

arafattehsin / sentimentanalyzer Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 2.0 24.53 MB

This repo contains the source code of SentimentAnalyzer. It's an on-device (offline) open-source library to find out what customers think of your brand or topic by analyzing raw text for clues about positive or negative sentiment. Powered by ML.NET

Home Page: https://www.nuget.org/packages/SentimentAnalyzer/

License: MIT License

C# 100.00%
dotnet mlnet sentiment-analysis automl machine-learning hacktoberfest

sentimentanalyzer's Introduction

SentimentAnalyzer - On-device (offline) Sentiment Analysis for .NET Standard apps

This is a library which can be used to consume a model which I created using ML.NET.

For further information, you can always have a look at my blog

Quick Start

using SentimentAnalyzer;

var sentiment = Sentiments.Predict("some string");

Predict returns a SentimentPrediction which contains:

  • Prediction (bool) - true is Positive sentiment, false is Negative sentiment.
  • Score (float) - A score representing the model's accuracy

sentimentanalyzer's People

Contributors

arafattehsin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sentimentanalyzer's Issues

Enhancements on the SentimentAnalyzer

As a part of arafattehsin/CognitiveRocket#3 - an idea is floated around keeping a single library with multiple models under the hood. Each model will have a specific dataset(s) on which it is going to be trained for fine grained sentiment analysis.

User / developer should be able to call the function from by passing a flag (probably Enum?)

For example;

A user analyzing the sentiments for movie reviews will call the Movie Sentiment Analysis Model.
A user looking for the customer reviews sentiment analysis will call the Customers Feedback Analysis Model.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.