tencentcloud-sdk-nlp 1.0.294 → 1.0.295
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190408/client.rb +0 -2
- data/lib/v20190408/models.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49fd3c59722a41e399ae9ec80d44c1e8d3a6e0e0
|
|
4
|
+
data.tar.gz: fe5f6740ad1853988b604f85fc2833a0e6951134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a7f9c79feb90d169107514d7a138a91bf0767b44886091a38f9818b1f20bbd325647061f6f9bac7d564465835e3f4b8523a96eb19b957a68acfe3a73be92b22
|
|
7
|
+
data.tar.gz: 0d0e8743dfd7fe746ba325e707e3d4a1e7fba9a15fc25f4edc691081db30caeba38ddfa99bc85474b061a08cb7e5547b2c810d12d7898e7c1a65f0002e0a4c7b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.295
|
data/lib/v20190408/client.rb
CHANGED
|
@@ -434,8 +434,6 @@ module TencentCloud
|
|
|
434
434
|
|
|
435
435
|
# - 通用领域分类体系,二级分类,包括14个分类类目,分别是汽车、科技、健康、体育、旅行、教育、职业、文化、房产、娱乐、女性、奥运、财经以及其他,适用于通用的场景。
|
|
436
436
|
|
|
437
|
-
# - 新闻领域分类体系,五级分类,包括35个一级分类类目,228个二级分类,493个三级分类,204个四级分类,40个五级分类(详细请见附录->文本分类映射表),已应用于腾讯新闻的文章分类。
|
|
438
|
-
|
|
439
437
|
# @param request: Request instance for TextClassification.
|
|
440
438
|
# @type request: :class:`Tencentcloud::nlp::V20190408::TextClassificationRequest`
|
|
441
439
|
# @rtype: :class:`Tencentcloud::nlp::V20190408::TextClassificationResponse`
|
data/lib/v20190408/models.rb
CHANGED
|
@@ -1084,7 +1084,7 @@ module TencentCloud
|
|
|
1084
1084
|
# @type Text: String
|
|
1085
1085
|
# @param Flag: 领域分类体系(默认取1值):
|
|
1086
1086
|
# 1、通用领域,二分类
|
|
1087
|
-
# 2
|
|
1087
|
+
# 2、新闻领域,五分类。类别数据不一定全部返回,详情见类目映射表(注意:目前五分类已下线不可用)
|
|
1088
1088
|
# @type Flag: Integer
|
|
1089
1089
|
|
|
1090
1090
|
attr_accessor :Text, :Flag
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-nlp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.295
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|