Research Article

A Two-Step Resume Information Extraction Algorithm

Algorithm 1

Extracting facts from raw resume text.
(1) for each line   lines do
(2) if line match heuristic rules then
(3) do operation
(4) end if
(5) end for
(6) for each line   lines do
(7) find pattern of line
(8) match the pattern to others
(9) if match then
(10) record the block
(11) else
(12) continue
(13) end if
(14) end for
(15) record all blocks
(16) for each block    blocks  do
(17) match the name entities attribute
(18) if match then
(19) save the name entities
(20) end if
(21) end for