0.02
No commit activity in last 3 years
No release in over 3 years
Term extraction library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.6
 Project Readme

term_extraction¶ ↑

<img src=“https://travis-ci.org/alexrabarts/term_extraction.png” alt=“Build Status” />

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 © 2011 Stateless Systems (statelesssystems.com). See LICENSE for details.