Sha256: 99fc3c252250b9cf7ce542729f32033e507bec588d1bfbf965eb3e818146c525
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
class TermExtraction def initialize(options={}) @context = options[:context] @api_key = options[:api_key] end def canonical_name self.class.canonical_name end end %w{yahoo zemanta}.each{|t| require "term_extraction/#{t}"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alexrabarts-term_extraction-0.1.0 | lib/term_extraction.rb |