Sha256: ebc6f7ad7088533ba97e28fc1fca7ce81ac9c57794b194e54de16b70d0733b2e

Contents?: true

Size: 840 Bytes

Versions: 5

Compression:

Stored size: 840 Bytes

Contents

= term_extraction

== DESCRIPTION:

Provides access to term extraction APIs such as Yahoo! Term Extraction API and
Zemanta.

== SYNOPSIS:

  # Query Yahoo! for terms
  yahoo = TermExtraction::Yahoo.new(:api_key => 'myApiKey', :context => 'xbox 360 gears of war')
  yahoo.terms # => ["gears of war", "xbox 360", "gears", "xbox"]

  # 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:

* Via git:

    git clone git://github.com/alexrabarts/term_extraction.git

* Via gem:

    gem install alexrabarts-term_extraction -s http://gems.github.com

COPYRIGHT
=========

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
term-extraction-0.1.4 README
term_extraction-0.1.7 README
term_extraction-0.1.6 README
term_extraction-0.1.5 README
term_extraction-0.1.4 README