Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Mar 22, 2024

StanfordNLP Text Analysis

UiPath.Cognitive.Activities.Text.Analysis.StanfordCoreNlpTextAnalysis

Important:
Analyzes a specified text by using the Stanford CoreNLP Natural Language Annotation Technology, by making API calls to the Stanford CoreNLP server. There are two types of output for this activity, the Raw Result field outputs a .json string that you can further parse, while the Sentences field outputs a list of StanfordCoreNlpSentence variables that can be further processed by using other Stanford CoreNLP activities.
Note:

To use this activity, you need a server instance of Stanford CoreNLP. For more information, you can read the official Stanford CoreNLP documentation here.

Properties

Common
  • DisplayName - The display name of the activity.
Credentials
  • Password - The password used to connect to the CoreNLP server.
  • Username - The username used to connect to the CoreNLP server.
Input
  • Language - The language of the analyzed text. This field supports only strings and String variables.
  • Server Address - The address of the CoreNLP server that is to be used for analyzing text. This field supports only strings and String variables.
  • Text - The text that is to be analyzed, stored in a string variable. This field supports only strings and String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
  • Analysis Type - Specifies the type annotators used for the analysis. The following choices are available: TrueCase, WordLemmas, OpenIE, PartsOfSpeech, NamedEntities, and Sentiment. By default, Sentiment is selected.

    Note: For more details regarding the annotators, you can read the official Stanford CoreNLP documentation here.
Output
  • Error - Enables you to capture any error messages that might occur while processing your text, in a string variable. If the text analysis is successful, the string variable you create here remains null. If an error occurs during the processing of the text, the string variable is populated with the caught error message.
  • Raw Result - The raw results of the text analysis in .json format, stored in a string variable.
  • Sentences - A list of all the individual sentences and the result of the text analysis, stored in StanfordCoreNlpSentence variables.
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.