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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da4b6b5e24de270d1ea22f8934b4a8de1afe830a563c77bb42dd293051d7948c
|
4
|
+
data.tar.gz: 56f230d23803a21a757fbcaee7e3611100f9f7e6a207bf41d73ea7f71153c942
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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.
|
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.
|
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
|
+
date: 2019-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|