UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

StanfordNLP Get Sentence Sentiment

UiPath.Cognitive.Activities.Text.Analysis.StanfordCoreNlpGetSentenceSentiment

Important:

Important:

Extracts the sentiment and sentiment value from a StanfordCoreNlpSentence variable retrieved from a Text Analysis activity and returns them in a Tuple<String,String> variable. The first string in the Tuple represents the sentiment, while the second represents the sentiment value.

Properties

Common

  • DisplayName - The display name of the activity.

Input

  • Sentence - The sentence from which you want to extract the sentiment. This sentence has to be stored in a StanfordCoreNlpSentence variable. This field supports only StanfordCoreNlpSentence variables.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Output

  • Sentiment - A Tuple<String,String> variable containing the retrieved sentiment and sentiment value of the specified sentence.
    Note:

    For more information regarding Sentiment Analysis, you can view the official Stanford CoreNLP documentation here.

  • Properties
  • Common
  • Input
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated