简历中的解析器工具c# [英] Résumé Parser tool in c#

查看:242
本文介绍了简历中的解析器工具c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的目的是比较两份简历...有一个标准,如果xyz字段匹配它是重复的。



你可能知道简历风格不同。我如何理解名称字段是一个名称字段,所以我可以将它存储在某个地方并将其与另一个简历中的相同字段进行比较。

截至目前我使用了Interop方法,我得到了字符串中的所有文档内容我正在分割所有\ t,\ r和空格我在一个数组中的空格。从数组中获取我自己的标准xml格式,如下所示。

My purpose is to compare two resumes...have a criteria that if xyz fields match it is a duplicate.

As u may know resume styles differ.How do i understand that the name field is a name field,so i can store it somewhere and compare it with the same field in another resume.
As of now i have used Interop method and i am getting all document content in a string from the string i am spliting all the \t ,\r and empty spaces i am getting in an array.From the array how to get my own standard xml format like below.

<CANDIDATE_FULL_NAME>CandidateName here</CANDIDATE_FULL_NAME>
<CANDIDATE_FIRST_NAME>CandidateFirstName here</CANDIDATE_FIRST_NAME>
<CANDIDATE_LAST_NAME>CandidateLastName here</CANDIDATE_LAST_NAME>
<PRIMARY_EMAIL_ID>name@gmail.com</PRIMARY_EMAIL_ID>
<PHONE_BASIC>+919720018454155</PHONE_BASIC>
<DOB>8/2/1987</DOB>
<STREET1></STREET1>
<STREET2></STREET2>
<CITY></CITY>
<REGION></REGION>
<COUNTRY></COUNTRY>
<PIN></PIN>







i googled且我有以下链接。

http://recruitplusapidemo.onlineresumeparser.com/Default.aspx [< a href =http://recruitplusapidemo.onlineresumeparser.com/Default.aspxtarget =_ blanktitle =New Window> ^ ]

推荐答案

您应该选择提供简历解析器服务的第三方工具或API。它将恢复文件作为输入,并以XML格式提供已解析的简历。



我使用 www。 rchilli.com/ [ ^ ]
You should go for third party tool or API that provide resume parser service. It takes resume file as input and give parsed resume in XML.

I used www.rchilli.com/[^]

Ganesh

如果您在解析后拥有简历的数据点,您可以使用它们并运行您的匹配算法。



如果您发布确切的问题/工作流程,我可以帮助您。



我们正在使用RChilli,并发现他们的团队在恢复解析和回复我们的查询方面做得最好。

- S
Ganesh
if you have the data points of resumes with you after parsing, you can use them and run your matching algorithm.

I can help you if you post your exact question / work flow.

We are using RChilli, and found their team best in resume parsing and responding to our queries.
- S


Ganesh,我从过去12年开始从事这个行业。最糟糕的是 - 每份简历都以不同的格式编写。随着新批次的进入,这些格式也在不断变化。



我看到世界上只有少数几家公司,我上次与Infosys和Wipro合作,即使他们正在使用用于简历解析的第三方工具。

我建议 www.rchilli.com ,因为我们在公司网站上使用它们并且工作得很完美。

-S
Ganesh, I am in this industry from last 12 years. And worst part is - every resume is written in different format. And these formats keep changing with new batch coming in.

I seen only few companies are there in world, And my last working with Infosys and Wipro, even they are using 3rd party tool for resume parsing.
I recommend www.rchilli.com as we used them in our corporate website and working perfect.
-S


这篇关于简历中的解析器工具c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆