Skip to content

cskardon/TextRazor.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A .NET library for accessing TextRazor over REST

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages