Sha256: d4c32926d4a40fc171a97a9ecd8fcd596db367314b1555cee10d3321944e6c39
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
=begin #nlpapiv2 #The powerful Natural Language Processing APIs (v2) let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text. OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.14 =end require 'spec_helper' require 'json' # Unit tests for CloudmersiveNlpApiClient::ExtractEntitiesApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ExtractEntitiesApi' do before do # run before each test @instance = CloudmersiveNlpApiClient::ExtractEntitiesApi.new end after do # run after each test end describe 'test an instance of ExtractEntitiesApi' do it 'should create an instance of ExtractEntitiesApi' do expect(@instance).to be_instance_of(CloudmersiveNlpApiClient::ExtractEntitiesApi) end end # unit tests for extract_entities_post # Extract entities from string # Extract the named entitites from an input string. # @param value Input string # @param [Hash] opts the optional parameters # @return [ExtractEntitiesResponse] describe 'extract_entities_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cloudmersive-nlp-api-client-3.0.3 | ./spec/api/extract_entities_api_spec.rb |