A .NET library for accessing the TextRazor API over REST.
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);
TextRazor.NET is available on NuGet, with CI releases on MyGet.
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.