comprehend_detect_targeted_sentiment {paws.machine.learning} | R Documentation |
Inspects the input text and returns a sentiment analysis for each entity identified in the text
Description
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
See https://www.paws-r-sdk.com/docs/comprehend_detect_targeted_sentiment/ for full documentation.
Usage
comprehend_detect_targeted_sentiment(Text, LanguageCode)
Arguments
Text |
[required] A UTF-8 text string. The maximum string length is 5 KB. |
LanguageCode |
[required] The language of the input documents. Currently, English is the only supported language. |
[Package paws.machine.learning version 0.7.0 Index]