Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 996 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 996 Bytes

TextRazor.NET

A .NET library for accessing the TextRazor API over REST.

Usage

You will first need to acquire an API key from TextRazor, after that:

TextRazorClient client = new TextRazorClient("https://api.textrazor.com", "YOUR_API_KEY");
ApiResponse response = client.Analyse("The text you want to analyze", ExtractorTypes.Entities | ExtractorTypes.Entailments);

Nuget

TextRazor.NET is available on NuGet, with CI releases on MyGet.

Current Builds

The official TextRazor.NET build and nuget package is automated via MyGet build services. Contributors can test private builds using MyGet build services under their own account.

Stable

cskardon MyGet Build Status