Semantria.Com 3.9.2

dotnet add package Semantria.Com --version 3.9.2
NuGet\Install-Package Semantria.Com -Version 3.9.2
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="Semantria.Com" Version="3.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Semantria.Com --version 3.9.2
#r "nuget: Semantria.Com, 3.9.2"
#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 Semantria.Com as a Cake Addin
#addin nuget:?package=Semantria.Com&version=3.9.2

// Install Semantria.Com as a Cake Tool
#tool nuget:?package=Semantria.Com&version=3.9.2

Semantria is a text analytics and sentiment analysis API by Lexalytics. It allows you to gain valuable insights from your unstructured text content.
It is based on Lexalytics’ Salience – a text analytics and sentiment analysis engine.
The same engine as the one being used by Oracle, Cisco, Thomson Reuters, Saleforce.com - Radian6, Visible, Lithium, and 50+ other leaders in the space.

Semantria offers .Net SDK, that is the most convenient way to get started with the Semantria API on .Net platform.
SDK implements all the available Semantria features and demonstrate best practices of API usage.
A Free trial is available at https://semantria.com/signup

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
3.9.2 2,372 12/3/2015

• Added support of Vertical packs feature.
• Supported vertical packs returned as part of supported features (GetSupportedFeatures method).
• Verticall packs allowed for the current subscription can be retrieved using GetSubscription method.
• Added new CloneConfiguration method for easy clonning of vertical packs.