Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenoir/alchemy-concept-extractor
A thin client around the Alchemy REST API
https://github.com/kenoir/alchemy-concept-extractor
Last synced: 24 days ago
JSON representation
A thin client around the Alchemy REST API
- Host: GitHub
- URL: https://github.com/kenoir/alchemy-concept-extractor
- Owner: kenoir
- Created: 2014-04-02T10:25:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T10:24:19.000Z (over 12 years ago)
- Last Synced: 2024-11-08T21:59:35.296Z (3 months ago)
- Language: Ruby
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
alchemy-concept-extractor
=========================[![Build Status](https://secure.travis-ci.org/BBC-Knowlearn/alchemy-concept-extractor.png?branch=master)](http://travis-ci.org/BBC-Knowlearn/alchemy-concept-extractor)
A thin client around the Alchemy REST API.
Requires an AlchemyAPI api key.
Usage
-----In your Gemfile:
gem 'alchemy-concept-extractor', :git => 'https://github.com/BBC-Knowlearn/alchemy-concept-extractor.git'
To run using the gem:
require 'alchemy-concept-extractor'
AlchemyConceptExtractor.extract(
'api_key',
'location_of_newline_separated_urls_in_file',
'location_of_output_files'
)To run after cloning this project:
require_relative 'lib/alchemy-concept-extractor.rb'
AlchemyConceptExtractor.extract(
'api_key',
'location_of_newline_separated_urls_in_file',
'location_of_output_files'
)
Examples
--------[https://github.com/BBC-Knowlearn/kl-concept-extractor](https://github.com/BBC-Knowlearn/kl-concept-extractor)