This repository was archived by the owner on Oct 30, 2018. It is now read-only.
example
Directory actions
More options
Directory actions
More options
example
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
========================================= AlchemyAPI Perl SDK version 0.9: Examples ========================================= RUNNING EXAMPLES Several code examples are included to illustrate using the AlchemyAPI for named entity extraction, text classification, language identification, and other tasks. To run these code samples you must first edit the (api_key.txt) file, adding your assigned AlchemyAPI key. You must also install the AlchemyAPI Perl module (see ../README for installation instructions) Code Samples: 1. Entity Extraction: perl entities.pl 2. Concept Tagging: perl concepts.pl 3. Keyword Extraction: perl keywords.pl 4. Text Categorization: perl categories.pl 5. Language Identification: perl language.pl 6. HTML Text Extraction: perl text_extract.pl 7. HTML Structured Content Scraping: perl constraint_queries.pl 8. Microformats Extraction: perl microformats.pl 9. RSS / ATOM Feed Links Extraction: perl feed_links.pl 10. Sentiment Analysis: perl sentiment.pl 11. Relations Extraction: perl relations.pl 12. Parameter usage examples: perl parameters.pl 13. Author Extraction: perl author.pl 14. Taxonomy Classification: perl taxonomy.pl 15. Image Extraction: perl image_extract.pl 16. Combined Data API Call: perl combined.pl 17. Image Keyword Extraction: perl image_keywords.pl COPYRIGHT AND LICENCE Copyright (C) 2009-2014 Orchestr8, LLC. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.