简体   繁体   English

在Ruby /(Rails插件/ Gem)中恢复解析器

[英]Resume parser in Ruby/(Rails Plugin/Gem)

是否有任何ruby gem / rails插件可用于解析简历并将该信息导入对象/表单?

I may be wrong, but I don't think you'll find anything completely automated to do this, because a résumé (or CV) can be structured in so many different ways and can contain very different types of data. 我可能错了,但我认为你不会发现任何完全自动化的事情,因为简历(或简历)可以用很多不同的方式构建,并且可以包含非常不同类型的数据。 Any completely automated solution is likely to have accuracy problems, since it is technically a difficult problem to solve. 任何完全自动化的解决方案都可能存在准确性问题,因为从技术上讲,这是一个难以解决的问题。

You may find this answer useful. 您可能会发现此答案很有用。

Here are some other suggestions that might help :- 以下是一些可能有用的建议: -

  • Require a user to enter their details into a form on your website instead of uploading a Word document. 要求用户在网站上的表单中输入他们的详细信息,而不是上传Word文档。 You'll then be able to explicitly ask for the data you want and you'll be able to store the data in a structure that suits you. 然后,您就可以明确地询问您想要的数据,并且您将能够将数据存储在适合您的结构中。 However, this may be too much of a barrier to entry for your users. 但是,这对您的用户来说可能是一个很大的障碍。

  • Allow a user to submit the URL of their résumé published using the hResume microformat . 允许用户使用hResume微格式提交他们发布的简历的URL。 Sites like LinkedIn already publish résumés in this format. LinkedIn这样的网站已经以这种格式发布简历。 There is a Ruby gem mofo which can parse microformats including hResumes. 有一个Ruby gem mofo可以解析微格式,包括hResumes。 However, not all users will have an on-line résumé like this. 但是,并非所有用户都会有这样的在线简历。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM