Skip to content

Sentiment Analysis

Compare
Choose a tag to compare
@darrynten darrynten released this 28 Mar 22:03
· 6 commits to dev since this release
4db9650

Adds sentiment analysis.

$instance->setText('A duck and a cat in a field at night');
$sentiment = $instance->getEntitySentiment();

Updates to latest Google Cloud library.