classify

Run a set of keywords through the eContext API and return classifications.

Description

public eContext\Classify\Results\Keyword Keywords::classify( [$concurrency = 1 [, $params = array() ]] )

Parameters

$concurrency
An optional parameter that specifies how many concurrent asynchronous calls should be run at once.
$params
A list of key=>value pairs describing Parameters to be included with the eContext API call.

Return Values

Returns a eContext\Classify\Results\Keywords object containing classifications for the keywords specified for this run.