File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ My Algorithm includes three main steps:
6464
6565in this Process, we will calculate the next four elements:
6666
67- 1.<b >Regex rx_For_Pre_Processing:</b > Calculate the Regex to Identify the Candidate's Strings
67+ 1.<b >( Regex) rx_For_Pre_Processing:</b > Calculate the Regex to Identify the Candidate's Strings
6868
69- 2.<b >Regex rx_For_Match:</b > Calculate the Regex Who Identify the matches String
69+ 2.<b >( Regex) rx_For_Match:</b > Calculate the Regex Who Identify the matches String
7070
71- 3.<b >Int CandidateStringLen:</b > Calculate the Length of the string
71+ 3.<b >(int) CandidateStringLen:</b > Calculate the Length of the string
7272
73- 4.<b >string[ ] Text Lines:</b > Read the file.txt to an array. Each cell represents a row in the text file.
73+ 4.<b >( string[ ] ) Text Lines:</b > Read the file.txt to an array. Each cell represents a row in the text file.
7474
7575<h2 >Step B: The map Phase</h2 >
7676The map task is done by means of Mapper Class.
You can’t perform that action at this time.
0 commit comments