Skip to content

Commit ced9ca0

Browse files
authored
---
yaml --- r: 5549 b: refs/heads/master c: d71d8c1 h: refs/heads/master i: 5547: f087cc4
1 parent 5b70489 commit ced9ca0

10 files changed

Lines changed: 1516 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7074c6d7ff833d2aa17d108ec1b1d2cb7002e065
2+
refs/heads/master: d71d8c1c1b2f64a1c90c74e3cc92f9a2ed3525e0
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 049a9668af6afce3b5840dee8be005b0e6b43506
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-language/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@
3232
<dependency>
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-language-v1</artifactId>
35-
<version>0.1.5</version>
35+
<version>0.1.6</version>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>io.grpc</groupId>
39+
<artifactId>grpc-all</artifactId>
40+
</exclusion>
41+
</exclusions>
42+
</dependency>
43+
<dependency>
44+
<groupId>com.google.api.grpc</groupId>
45+
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
46+
<version>0.1.6</version>
3647
<exclusions>
3748
<exclusion>
3849
<groupId>io.grpc</groupId>

trunk/google-cloud-language/src/main/java/com/google/cloud/language/spi/v1/LanguageServiceClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ private final AnalyzeSentimentResponse analyzeSentiment(AnalyzeSentimentRequest
238238

239239
// AUTO-GENERATED DOCUMENTATION AND METHOD
240240
/**
241-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
242-
* mentions for each entity, and other properties.
241+
* Finds named entities (currently proper names and common nouns) in the text along with entity
242+
* types, salience, mentions for each entity, and other properties.
243243
*
244244
* <p>Sample code:
245245
*
@@ -268,8 +268,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(
268268

269269
// AUTO-GENERATED DOCUMENTATION AND METHOD
270270
/**
271-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
272-
* mentions for each entity, and other properties.
271+
* Finds named entities (currently proper names and common nouns) in the text along with entity
272+
* types, salience, mentions for each entity, and other properties.
273273
*
274274
* <p>Sample code:
275275
*
@@ -294,8 +294,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(AnalyzeEntitiesRequest requ
294294

295295
// AUTO-GENERATED DOCUMENTATION AND METHOD
296296
/**
297-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
298-
* mentions for each entity, and other properties.
297+
* Finds named entities (currently proper names and common nouns) in the text along with entity
298+
* types, salience, mentions for each entity, and other properties.
299299
*
300300
* <p>Sample code:
301301
*

0 commit comments

Comments
 (0)