テキストを検査し、優勢な感情( "ポジティブ"、 "ニュートラル"、 "ミックスド"、または "ネガティブ")の推論を返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/comprehend/detect-sentiment.html
aws comprehend detect-sentiment help |
Amazon Comprehend を API から利用する #reinvent | Developers.IO : http://dev.classmethod.jp/cloud/aws/learn-amazon-comprehend-api/ |
aws comprehend detect-sentiment \ |
Sentiments - Amazon Comprehend : http://docs.aws.amazon.com/comprehend/latest/dg/get-started-api-sentiment.html |
aws comprehend detect-sentiment --language-code en --text |
Comprehend-ing My Weekly Notes | ig.nore.me : http://ig.nore.me/2018/02/comprehend-ing-my-weekly-notes/ |
aws comprehend detect-sentiment --region us-west-2 --language-code |
#!/bin/bash if [ -z "$1" ] then echo "No argument supplied" exit 1 f - Pastebin.com : http://pastebin.com/pH5kUans |