Registry / cloud / aws-sdk-comprehend

aws-sdk-comprehend

JSON →
library1.112.0rbrubygemsunverified

Official AWS Ruby gem for Amazon Comprehend, providing a client for natural language processing (NLP) services.

gem install aws-sdk-comprehend
INSTALL
IMPORT
SIG · AWS-SDK-COMPREHEND
A
aws-sdk-comprehend
cloudrubyv1.112.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aws::Comprehend
require 'aws-sdk-comprehend'

Detect sentiment of a text string

require 'aws-sdk-comprehend' client = Aws::Comprehend::Client.new(region: 'us-east-1') resp = client.detect_sentiment(text: 'I love Ruby!', language_code: 'en') puts resp.sentiment
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.112.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
aws-sdk-comprehend — gem install aws-sdk-comprehend · libregistry