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

These are PHP-5 code examples for the AlchemyAPI SDK.


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 AlchemyAPI key.  You must also install the AlchemyAPI
PHP module (see ../README for installation instructions).

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. API parameters object example: php entity_param_example.php

  13. Author Extraction: php authors.php
  

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.


