Skip to content

Commit 76c900c

Browse files
authored
Merge pull request GoogleCloudPlatform#431 from GoogleCloudPlatform/language-1.1-features
Updated existing Language samples and added entity_sentiment samples
2 parents ef91386 + 43c182c commit 76c900c

15 files changed

+949
-365
lines changed

language/api/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"google/cloud-language": "^0.4",
44
"symfony/console": "^3.0",
55
"google/cloud-storage": "^1.0",
6-
"symfony/yaml": "^3.2"
6+
"google/gax": "^0.21.2",
7+
"google/proto-client": "^0.22.0"
78
},
89
"require-dev": {
910
"phpunit/phpunit": "~4.0"
@@ -20,7 +21,9 @@
2021
"src/analyze_sentiment.php",
2122
"src/analyze_sentiment_from_file.php",
2223
"src/analyze_syntax.php",
23-
"src/analyze_syntax_from_file.php"
24+
"src/analyze_syntax_from_file.php",
25+
"src/analyze_entity_sentiment.php",
26+
"src/analyze_entity_sentiment_from_file.php"
2427
]
2528
}
2629
}

language/api/composer.lock

Lines changed: 233 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)