===============================
AlchemyAPI PHP SDK: version 0.8
===============================

This is a PHP-5 implementation of the AlchemyAPI SDK.


INSTALLATION

AlchemyAPI.php - PHP-5 Module
AlchemyAPI_CURL.php - PHP-5 + CURL Module

To install this module, copy the desired AlchemyAPI PHP file into your 
PHP include directory or project directory.


RUNNING EXAMPLES

Several code examples are included to illustrate using the AlchemyAPI
for named entity extraction, text classification, language identification,
and other tasks.

All code samples are within the "example" directory.

To run these code samples you must first edit the (example/api_key.txt) file, 
adding your assigned Orchestr8 API key.

Code Samples:

   1. Entity Extraction: php entities.php

   2. Concept Tagging: php concepts.php

   3. Keyword Extraction: php keywords.php

   4. Text Categorization: php categories.php

   5. Language Identification: php language.php

   6. HTML Text Extraction: php text_extract.php

   7. HTML Structured Content Scraping: php constraint_queries.php

   8. Microformats Extraction: php microformats.php

   9. RSS / ATOM Feed Links Extraction: php feed_links.php

  10. JSON output mode examples: php json_example.php

  11. Sentiment Analysis: php sentiment.php
  
  12. Relations Extraction: php relations.php

  12. API parameters object example: php entity_param_example.php

  13. Author Extraction: php authors.php


DEPENDENCIES

This module requires these other modules and libraries:

   CURL (for PHP-5 + CURL module)

   If your version of PHP does not support CURL, use the AlchemyAPI.php module.


COPYRIGHT AND LICENCE

Copyright (C) 2009-2012 Orchestr8, LLC.

This library is free software; you can redistribute it and/or modify
it under the same terms as PHP itself, either PHP version 5 or,
at your option, any later version of PHP 5 you may have available.


