forked from bibstha/alchemyapi_ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
mvangel/alchemyapi_ruby
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
================================ AlchemyAPI RUBY SDK: version 0.8 ================================ This is a RUBY implementation of the AlchemyAPI SDK. INSTALLATION To install this module, copy the AlchemyAPI.rb file into your desired Ruby library 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: ruby entities.rb 2. Concept Tagging: ruby concepts.rb 3. Keyword Extraction: ruby keywords.rb 4. Text Categorization: ruby categories.rb 5. Language Identification: ruby language.rb 6. HTML Text Extraction: ruby text_extract.rb 7. HTML Structured Content Scraping: ruby constraint_queries.rb 8. Microformats Extraction: ruby microformats.rb 9. RSS / ATOM Feed Links Extraction: ruby feed_links.rb 10. JSON output mode examples: ruby json_example.rb 11. Sentiment Analysis examples: ruby sentiment.rb 12. Relations Extraction: ruby relations.rb 13. Parameters object examples: ruby entity_param_example.rb 14. Author Extraction: ruby author.rb DEPENDENCIES This module requires these other modules and libraries: net/http rubygems xmlsimple uri json Dependencies can be installed by using the Rubygems package manager: gem install xml-simple .. JSON dependency may be downloaded from: http://flori.github.com/json/ 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 Ruby itself, either Ruby version 1.8 or, at your option, any later version of Ruby 1.8 you may have available.
About
Original AlchemyAPI with fixes for ruby 2.0
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published