iRobo.Activity. Spell Checker

Activity that checks for the spelling mistakes in texts.

                                                                                       

Properties

Input

  • Text – The text that needs to be checked for spelling mistakes. (Mandatory)


Misc                                                                                

  • DisplayName – Activity header name.


Output                                                                                

  • MisspelledWords – A String variable that contains the miss spelled words.
  • SuggestedWords – A list of String that contains the suggested words for the mistakes that were found.


Steps of Using Spell Checker Activity

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Spell Checker Activity from the Toolbox.
  5. Type the text to be checked in Text .
  6. Put a string variable in the output field MisspelledWords.
  7. Put a list<string> variable in the output field SuggestedWords .
  8. Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
  9. Click Play Button to start the conversion process.


Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software