SentimentAnalysis.AzureMachineLearning
1.0.5802.20523
See the version list below for details.
dotnet add package SentimentAnalysis.AzureMachineLearning --version 1.0.5802.20523
NuGet\Install-Package SentimentAnalysis.AzureMachineLearning -Version 1.0.5802.20523
<PackageReference Include="SentimentAnalysis.AzureMachineLearning" Version="1.0.5802.20523" />
paket add SentimentAnalysis.AzureMachineLearning --version 1.0.5802.20523
#r "nuget: SentimentAnalysis.AzureMachineLearning, 1.0.5802.20523"
// Install SentimentAnalysis.AzureMachineLearning as a Cake Addin #addin nuget:?package=SentimentAnalysis.AzureMachineLearning&version=1.0.5802.20523 // Install SentimentAnalysis.AzureMachineLearning as a Cake Tool #tool nuget:?package=SentimentAnalysis.AzureMachineLearning&version=1.0.5802.20523
Sentiment Analysis using Azure Machine Learning
Product | Versions 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. |
-
- Newtonsoft.Json (>= 7.0.1)
- SentimentAnalysis.Core (>= 1.0.5802.20519)
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,546 | 11/20/2015 |
1.0.5802.20523 | 1,052 | 11/20/2015 |
1.0.5801.30836 | 1,015 | 11/19/2015 |
1.0.5801.30477 | 1,079 | 11/19/2015 |
1.0.5800.41547 | 1,045 | 11/19/2015 |
1.0.5800.39064 | 1,045 | 11/19/2015 |
1.0.0 | 1,063 | 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.