Releases: darrynten/google-natural-language-php
Releases · darrynten/google-natural-language-php
Community Contributions
Sentiment Analysis
Adds sentiment analysis.
$instance->setText('A duck and a cat in a field at night');
$sentiment = $instance->getEntitySentiment();
Updates to latest Google Cloud library.
100% Test Coverage
Package now has 100% unit test coverage
Misc.
Bugfix
Bugfix
Initial Release
Initial Release of google-natural-language-php