UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

StanfordNLP Get OpenIE Relations

UiPath.Cognitive.Activities.Text.Analysis.StanfordCoreNlpGetOpenIE

Important:

Important:

Extracts the OpenIE relations of a StanfordCoreNlpSentence variable retrieved from a Text Analysis activity and stores them in a Tuple<String,String,String> variable. The strings in this variable represent a subject, a relation and the object of the relation in this order.

Note:

For more information regarding the OpenIE relations, you can view the official Stanford CoreNLP documentation here.

Properties

Common

  • DisplayName - The display name of the activity.

Input

  • Sentence - The sentence whose OpenIE relations are to be retrieved. This sentence is stored in an 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

  • OpenIE Relations - A list of Tuple<String,String,String> variables containing the retrieved OpenIE relations of the specified sentence.
  • Properties
  • Common
  • Input
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated