Skip to content

Releases: darrynten/google-natural-language-php

Community Contributions

04 Jun 00:16
082015b
Compare
Choose a tag to compare

The community has contributed some fixes and updates over the past few months.

This release brings them into the publicly published version.

Sentiment Analysis

28 Mar 22:03
4db9650
Compare
Choose a tag to compare

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

18 Feb 10:00
Compare
Choose a tag to compare

Package now has 100% unit test coverage

Misc.

17 Feb 22:29
Compare
Choose a tag to compare
  • Code Coverage
  • Improvements

Bugfix

12 Feb 15:56
Compare
Choose a tag to compare

Fixes broken unit tests

Bugfix

12 Feb 01:47
Compare
Choose a tag to compare

Missing dependency

Initial Release

12 Feb 01:45
Compare
Choose a tag to compare

Initial Release of google-natural-language-php