|
Job Site Project
4. Resume Parser, Job parser.
Job Site Project Resume Parser, Job parser
We have architect these parsing modules with business intelligence.
The Resume Parser/Job Parser take candidate data/job posting and intelligently separate it based on business rules.
The resume and job offer filled in by the user in forms elaborated containing structured by criteria information providing the list box choice.
Templates
The development of such robots like Resume Miner, Job Miner, Resume Parser, Job Parser the content of the resume and the vacancy must be structured. For this purpose, special templates could be used. I.e. when drawing up the text, its processing and its assembly the templates used in the database.
Obviously, as templates the tags concept could be used for instance like XML, blocks, fields or a template without a visual restriction symbol.
Examples:
1.
John Smith
09.01.1975
32-100 Hilton street, New York, USA
...
"SG", designer
10 years
...
2.
Name {
}
Email {
}
Work {
}
3.
Name: ...;
Address: ...;
4.
John Smith25...
Used the templates as in newer as in progressive technology as XML.
Obviously, it is not efficient to store the resumes and vacancies in files because always will be necessary to open/close many files. But in order to keep resumes and vacancies in database special tables will be used.
Terminology:
Tag – sequence of symbols that open and close the block (opening/closing)
Block content – information between tags
Block – pair of initial and final tag and its content
Hierarchy tree – a file divided by hierarchy levels or resume/job content
Tables for resume storage:
Job_Site_Resumes – storage of each candidate resume
Fields:
rID – resume order number
rUserID – candidate identifier
rResumeInfoID – reference (identifier) of the resume content
Job_Site_ResumeTemplate – templates storage
Fields:
rtID – templates order number (identifier)
rtName – tag name
rtBeginTag – openning tag
rtEndTag – closing tag
rtDescription – tag description
Job_Site_ResumeInfo – resume content storage
Fields:
riResumeTemplateID – templates identifier
riLevel – block level in hierarchy tree
riBlockNumber – block number
riParent – block parent
riText – block content
Job Site Project Resume Parser, Job parser Project Overview
The storage of vacancy tables (Job_Site_Jobs, Job_Site_JobTemplate, Job_Site_JobInfo) - same as above.
Phase II
1. E-Commerce Integration
2. Recruiting Manager
3. Match Maker
4. Resume Parser, Job parser
5. Database Synchronizer
6. Enhance Search
7. Smart Agents (robots)
Projects Descriptions:
Page 1,
Page 2,
Page 2.
|