Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martindevans/alchemyapisharp
- Owner: martindevans
- License: mit
- Created: 2013-07-29T21:11:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T00:02:28.000Z (about 11 years ago)
- Last Synced: 2024-12-29T18:34:12.374Z (28 days ago)
- Language: C#
- Size: 210 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/)