SentimentAnalysis.AzureMachineLearning 1.0.5802.20687

dotnet add package SentimentAnalysis.AzureMachineLearning --version 1.0.5802.20687
NuGet\Install-Package SentimentAnalysis.AzureMachineLearning -Version 1.0.5802.20687
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SentimentAnalysis.AzureMachineLearning" Version="1.0.5802.20687" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SentimentAnalysis.AzureMachineLearning --version 1.0.5802.20687
#r "nuget: SentimentAnalysis.AzureMachineLearning, 1.0.5802.20687"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SentimentAnalysis.AzureMachineLearning as a Cake Addin
#addin nuget:?package=SentimentAnalysis.AzureMachineLearning&version=1.0.5802.20687

// Install SentimentAnalysis.AzureMachineLearning as a Cake Tool
#tool nuget:?package=SentimentAnalysis.AzureMachineLearning&version=1.0.5802.20687

Sentiment Analysis using Azure Machine Learning

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5802.20687 1,497 11/20/2015
1.0.5802.20523 1,028 11/20/2015
1.0.5801.30836 992 11/19/2015
1.0.5801.30477 1,046 11/19/2015
1.0.5800.41547 1,019 11/19/2015
1.0.5800.39064 1,032 11/19/2015
1.0.0 1,034 11/19/2015

This is a .NET wrapper for the Azure Machine Learning Text Analysis service.  You will need an API key in order to process data, that you get from Azure.  https://azure.microsoft.com/en-us/documentation/articles/machine-learning-apps-text-analytics
     It will need to be placed in an appSetting named:
     AzureMachineLearning:BasicAuthenticationCredentials
     The value there should be:
     AccountKey:KeyFromAzure
     
     Please see the project URL for additional instructions or contact me directly with any questions.