Can someone suggest some of the text analysis tools for automating text analysis process in uipath studio

0 votes
Can someone suggest some of the text analysis tools for automating text analysis process in uipath studio?
Apr 9, 2019 in RPA by Nathan
1,046 views

1 answer to this question.

0 votes

Hi @Nathan, Text Analysis tools are provided by Cognitive Activities package and some of them are:

  1. Google Text Analysis:
    UiPath.Cognitive.Activities.Text.Analysis.GoogleTextAnalysis

    This activity extracts the language of a specified text, and the strength, positivity or negativity of the sentiment. You can also extract sentences as IEnumerable(String) variables, and the entire information, in a JSON format.

  2. IBM Watson NLU Text Analysis: 
    UiPath.Cognitive.Activities.Text.Analysis.IbmWatsonNluTextAnalysis

    This activity is available only from UiPath Studio v2018.2. It extracts key information from a specified text, and returns multiple IBM Watson NLU specific data types as well as a raw result in .json format, stored in a String variable.

  3. IBM Waatson Text Analysis: 
    UiPath.Cognitive.Activities.Text.Analysis.IbmWatsonTextAnalysis

    This activity is deprecated starting with UiPath Studio v2018.2. It extracts the language of a specified text, and an analysis of it in a JSON format, as a String variable.

  4. Microsoft Text Analysis:
    UiPath.Cognitive.Activities.Text.Analysis.MicrosoftTextAnalysis

    This text analysis tool extracts the language of a specified text, the overall sentiment, key phrases as IEnumerable(String) variables, and the entire information, in a JSON format.

  5. StanfordNLP Text Analysis:
    UiPath.Cognitive.Activities.Text.Analysis.StanfordCoreNlpTextAnalysis

    It 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.

answered Apr 9, 2019 by Abha
• 28,140 points
Are these tools free?

Related Questions In RPA

0 votes
1 answer

Can someone please explain the functionality of each Image activity present in UiPath studio?

Hey @Rupin, Image recognition activities use images as ...READ MORE

answered Mar 28, 2019 in RPA by Anvi
• 14,150 points
3,167 views
0 votes
1 answer

Can someone explain me the major components of UiPath Studio interface?

Hey @Mitali, UiPath studio has some major ...READ MORE

answered Mar 22, 2019 in RPA by Pratibha
• 3,690 points
1,170 views
0 votes
1 answer
0 votes
1 answer

What are the issues and limitations of using Native Citrix support for Citrix apps in UiPath studio?

Hello @Gauri, there are a few limitations ...READ MORE

answered Mar 28, 2019 in RPA by Pratibha
• 3,690 points
2,726 views
0 votes
1 answer

Expression in VB for automating serial numbers in a list using uipath studio

Hi @Pratibha, if I understand your problem ...READ MORE

answered Oct 24, 2019 in RPA by Abha
• 28,140 points
1,150 views
0 votes
1 answer

What is Get Jobs activity used for in UiPath Studio?

Hey @Rakesh, Get Jobs Activity can be ...READ MORE

answered Mar 14, 2019 in RPA by Abha
• 28,140 points
2,747 views
0 votes
1 answer

How to format text in notepad using UiPath?

Hey @Rashmi, if you want to automate ...READ MORE

answered Mar 18, 2019 in RPA by Anvi
• 14,150 points
7,573 views
+2 votes
1 answer

How can I display current date in "dd-MMM-yy" format in UiPath Studio?

Hi Shilpa, if you want to display ...READ MORE

answered Mar 18, 2019 in RPA by Pratibha
• 3,690 points
16,494 views
0 votes
1 answer

How can I pause the execution of a workflow while debugging in UiPath studio?

Hey Pratibha, in UiPath studio you can ...READ MORE

answered Oct 11, 2019 in RPA by Abha
• 28,140 points
2,963 views
0 votes
1 answer

What are the types of robots you can create in an Orchestrator in UiPath?

Hi Urvashi, there are 2 types of ...READ MORE

answered Mar 12, 2019 in RPA by Abha
• 28,140 points
10,294 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP