cloudmersive-nlp-api-client 2.0.1 → 2.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8733d957764127503df73ebaca98db7e08cedb04239f21c08aec7d24e5475a2f
4
- data.tar.gz: 98238e045ce079d7e5a3e8ee9ad730a5d9a6b8f94a3c542e72bed91208c78cd9
3
+ metadata.gz: c51cb5bde44ae5e1cf4d2cae634dd689cb8dbddea01b3877860740a1efc16d58
4
+ data.tar.gz: 572e3ae48bca5d68026287ec00998bf3129fd62e5cdd25d9be57c3a7eb4c8cce
5
5
  SHA512:
6
- metadata.gz: 608519777e670d79b69e13dc396ce396764beaf8fcd7fdc64b5263f9a4380259946961ba655d0b8962fcc63562b5385367103c0d2dc265a50f33ea353c60c90c
7
- data.tar.gz: a34ab7c4d104335bed6dcfa4345a8b595f83fd0ef8cb03899c3b3a899d35751de0ce1fd162e5565481b0e2ea947cde90cb3529a61baf79dc49e9decbfc40fcf1
6
+ metadata.gz: 7f7535a698329b17999f43484b160458b7ba27a0a2de996cf4f53dcd1730e76a8fc648bab190f4f827c50a2ad63919be72771da2cb1e2340169d1cfcd1c25083
7
+ data.tar.gz: 51c86e5b0f7a3f900884373f4c3678351397c93e93ad21c34c82d91da87dca37f7ad5d85e9ffa221181f28b189600d205154dce0e79b86155d9d77e4bf803f29
data/README.md CHANGED
@@ -7,7 +7,7 @@ The powerful Natural Language Processing APIs (v2) let you perform part of speec
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 2.0.1
10
+ - Package version: 2.0.2
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build cloudmersive-nlp-api-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./cloudmersive-nlp-api-client-2.0.1.gem
26
+ gem install ./cloudmersive-nlp-api-client-2.0.2.gem
27
27
  ```
28
- (for development, run `gem install --dev ./cloudmersive-nlp-api-client-2.0.1.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./cloudmersive-nlp-api-client-2.0.2.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'cloudmersive-nlp-api-client', '~> 2.0.1'
34
+ gem 'cloudmersive-nlp-api-client', '~> 2.0.2'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -85,7 +85,7 @@ Class | Method | HTTP request | Description
85
85
  ------------ | ------------- | ------------- | -------------
86
86
  *CloudmersiveNlpApiClient::ExtractEntitiesApi* | [**extract_entities_post**](docs/ExtractEntitiesApi.md#extract_entities_post) | **POST** /nlp-v2/extract-entities | Extract entities from string
87
87
  *CloudmersiveNlpApiClient::LanguageDetectionApi* | [**language_detection_get_language**](docs/LanguageDetectionApi.md#language_detection_get_language) | **POST** /nlp-v2/language/detect | Detect language of text
88
- *CloudmersiveNlpApiClient::ParseApi* | [**parse_parse_string**](docs/ParseApi.md#parse_parse_string) | **POST** /nlp/parse/tree | Parse string to syntax tree
88
+ *CloudmersiveNlpApiClient::ParseApi* | [**parse_parse_string**](docs/ParseApi.md#parse_parse_string) | **POST** /nlp-v2/parse/tree | Parse string to syntax tree
89
89
  *CloudmersiveNlpApiClient::PosTaggerApi* | [**pos_tagger_tag_adjectives**](docs/PosTaggerApi.md#pos_tagger_tag_adjectives) | **POST** /nlp-v2/pos/tag/adjectives | Part-of-speech tag a string, filter to adjectives
90
90
  *CloudmersiveNlpApiClient::PosTaggerApi* | [**pos_tagger_tag_adverbs**](docs/PosTaggerApi.md#pos_tagger_tag_adverbs) | **POST** /nlp-v2/pos/tag/adverbs | Part-of-speech tag a string, filter to adverbs
91
91
  *CloudmersiveNlpApiClient::PosTaggerApi* | [**pos_tagger_tag_nouns**](docs/PosTaggerApi.md#pos_tagger_tag_nouns) | **POST** /nlp-v2/pos/tag/nouns | Part-of-speech tag a string, filter to nouns
@@ -4,7 +4,7 @@ All URIs are relative to *https://api.cloudmersive.com*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**parse_parse_string**](ParseApi.md#parse_parse_string) | **POST** /nlp/parse/tree | Parse string to syntax tree
7
+ [**parse_parse_string**](ParseApi.md#parse_parse_string) | **POST** /nlp-v2/parse/tree | Parse string to syntax tree
8
8
 
9
9
 
10
10
  # **parse_parse_string**
@@ -44,7 +44,7 @@ module CloudmersiveNlpApiClient
44
44
  fail ArgumentError, "Missing the required parameter 'input' when calling ParseApi.parse_parse_string"
45
45
  end
46
46
  # resource path
47
- local_var_path = "/nlp/parse/tree"
47
+ local_var_path = "/nlp-v2/parse/tree"
48
48
 
49
49
  # query parameters
50
50
  query_params = {}
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.1
11
11
  =end
12
12
 
13
13
  module CloudmersiveNlpApiClient
14
- VERSION = "2.0.1"
14
+ VERSION = "2.0.2"
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudmersive-nlp-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloudmersive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-22 00:00:00.000000000 Z
11
+ date: 2020-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus