Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martindevans/alchemyapisharp

A C# wrapper for the AlchemyAPI
https://github.com/martindevans/alchemyapisharp

Last synced: 5 days ago
JSON representation

A C# wrapper for the AlchemyAPI

Awesome Lists containing this project

README

        

Alchemy API
===========

This is a fork of the [Alchemy API](http://www.alchemyapi.com/) [SDK for C#](http://www.alchemyapi.com/developers/sdks/). It improves code quality and adds some features:

* SSL Support
* GZip Support
* More idiomatic C#
* Minor bugfixes
* Slightly more efficient
* The beginnings of a strongly typed API (FullMetalAlchemy branch)

Supported
---------
* [Author Extraction](http://www.alchemyapi.com/api/author/)
* [Concept Tagging](http://www.alchemyapi.com/api/concept/)
* [Content Scraping](http://www.alchemyapi.com/api/scrape/)
* [Entity Extraction](http://www.alchemyapi.com/api/entity/)
* [Keyword Extraction](http://www.alchemyapi.com/api/keyword/)
* [Language Detection](http://www.alchemyapi.com/api/lang/)
* [Microformats Parsing](http://www.alchemyapi.com/api/mformat/)
* [RSS/ATOM](http://www.alchemyapi.com/api/feed/)
* [Relation Extraction](http://www.alchemyapi.com/api/relation/)
* [Sentiment Analysis](http://www.alchemyapi.com/api/sentiment/)
* [Text Categorization](http://www.alchemyapi.com/api/categ/)
* [Text Extraction](http://www.alchemyapi.com/api/text/)