Module: YahooContentAnalysis

Extended by:
Configuration
Defined in:
lib/yahoo_content_analysis/configuration.rb,
lib/yahoo_content_analysis.rb,
lib/yahoo_content_analysis/client.rb,
lib/yahoo_content_analysis/version.rb,
lib/yahoo_content_analysis/response.rb,
lib/yahoo_content_analysis/connection.rb

Overview

these are additional params from the docs, figure out how to use them - some don’t seem to do squat. related_entities boolean: true (default), false Whether or not to include related entities/concepts in the response show_metadata boolean: true (default), false Whether or not to include entity/concept metadata in the response enable_categorizer boolean: true (default), false Whether or not to include document category information in the response unique boolean: true, false (default) Whether or not to detect only one occurrence of an entity or a concept that my appear multiple times max integer: 100 (default) Maximum number of entities/concepts to detect

Defined Under Namespace

Modules: Configuration, Connection Classes: Client, Response

Constant Summary collapse

VERSION =
"0.1.2"

Constants included from Configuration

Configuration::DEFAULT_ADAPTER, Configuration::DEFAULT_API_KEY, Configuration::DEFAULT_API_SECRET, Configuration::DEFAULT_ENABLE_CATEGORIZER, Configuration::DEFAULT_ENDPOINT, Configuration::DEFAULT_FORMAT, Configuration::DEFAULT_MAX, Configuration::DEFAULT_RELATED_ENTITIES, Configuration::DEFAULT_SHOW_METADATA, Configuration::DEFAULT_UNIQUE, Configuration::DEFAULT_USER_AGENT, Configuration::VALID_OPTIONS_KEYS, Configuration::VALID_PARAMS

Method Summary

Methods included from Configuration

configure, extended, keys, options, reset!