google-cloud-language 0.35.1 → 0.35.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 348343ecc04dd582f7a6f0c6cfa7df63b99752870c5669f85732066b9ddfb543
4
- data.tar.gz: d8262c83ff3b3eb79b6d667a21fc4f5d15bfd5f987c0de4faa5342f4c95d65d2
3
+ metadata.gz: da4b6b5e24de270d1ea22f8934b4a8de1afe830a563c77bb42dd293051d7948c
4
+ data.tar.gz: 56f230d23803a21a757fbcaee7e3611100f9f7e6a207bf41d73ea7f71153c942
5
5
  SHA512:
6
- metadata.gz: a77f7b6b9f2615e419ef445a7219ecee93dc8742b1473d5318d181b671f547ce2446ffd13b8bd35c923d850436c8f63838c85eedcfcb94aad319a5a8d82bd574
7
- data.tar.gz: aeb0c1ab72d42bfdbf137556514e49b71b9856017237d5c54da768f97cb95eddb045a59101d787d1dd606fdeb8397b16870cc70d8c29aa61e00fad42b0217ec8
6
+ metadata.gz: 3bb8983aec98568d9183567909d4f3aef001c0a94281cb00b4aeb80a629b141e75652bdeaa0d5db2918fcd7d5d6c543a56f43ddd8e1261eaa9da2b78879210fd
7
+ data.tar.gz: 7ba8be2fdb4ad1963bb086c536936a18e8ab24fa89af96b4c1db08b03140cc68c7ceca469223e2a20035d7d9706a039227283218ef988efe49063bf092e621ed
@@ -321,7 +321,7 @@ module Google
321
321
  end
322
322
 
323
323
  # Analyzes the syntax of the text and provides sentence boundaries and
324
- # tokenization along with part of speech tags, dependency trees, and other
324
+ # tokenization along with part-of-speech tags, dependency trees, and other
325
325
  # properties.
326
326
  #
327
327
  # @param document [Google::Cloud::Language::V1beta2::Document | Hash]
@@ -46,7 +46,7 @@ module Google
46
46
  # sentiment associated with each entity and its mentions.
47
47
  rpc :AnalyzeEntitySentiment, AnalyzeEntitySentimentRequest, AnalyzeEntitySentimentResponse
48
48
  # Analyzes the syntax of the text and provides sentence boundaries and
49
- # tokenization along with part of speech tags, dependency trees, and other
49
+ # tokenization along with part-of-speech tags, dependency trees, and other
50
50
  # properties.
51
51
  rpc :AnalyzeSyntax, AnalyzeSyntaxRequest, AnalyzeSyntaxResponse
52
52
  # Classifies a document into categories.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Language
19
- VERSION = "0.35.1".freeze
19
+ VERSION = "0.35.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.1
4
+ version: 0.35.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax