Sha256: 5c5d803e0545aa6f7157c045a506424d45f1c32c306a16007084ac5e64ecfc9e

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 Bytes

Contents

= term_extraction

== DESCRIPTION:

Provides access to term extraction APIs such as Yahoo! YQL and Zemanta.

== SYNOPSIS:

  # Query Yahoo! for terms
  yahoo = TermExtraction::Yahoo.new(:context => 'Italian sculptors and painters of the renaissance favored the Virgin Mary for inspiration')
  yahoo.terms # => ["Italian sculptors", "the Virgin Mary"]

  # Query Zemanta for terms
  zemanta = TermExtraction::Zemanta.new(:api_key => 'myApiKey', :context => 'apple imac')
  zemanta.terms # => ["Apple", "IMac", "Rumor", "Hardware", "Nvidia", "Macintosh", "Desktops", "AllInOne"]

== INSTALL:

  gem install term-extraction # require 'term_extraction'

Or in your `Gemfile`:

  gem 'term-extraction', require => 'term_extraction'

COPYRIGHT
=========

Copyright (c) 2011 Stateless Systems (http://statelesssystems.com). See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
term-extraction-1.0.1 README.rdoc
term-extraction-1.0.0 README.rdoc