pyresparser
v1.0.6
A simple resume parser used for extracting information from resumes
由❤︎和☕建造。
pip install pyresparser # spaCy
python -m spacy download en_core_web_sm
# nltk
python -m nltk.downloader words
python -m nltk.downloader stopwords官方文檔可在以下網址找到:https://www.omkarpathak.in/pyresparser/
from pyresparser import ResumeParser
data = ResumeParser ( '/path/to/resume/file' ). get_extracted_data ()對於運行簡歷提取器,您也可以使用提供的cli
usage: pyresparser [-h] [-f FILE] [-d DIRECTORY] [-r REMOTEFILE]
[-re CUSTOM_REGEX] [-sf SKILLSFILE] [-e EXPORT_FORMAT]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE resume file to be extracted
-d DIRECTORY, --directory DIRECTORY
directory containing all the resumes to be extracted
-r REMOTEFILE, --remotefile REMOTEFILE
remote path for resume file to be extracted
-re CUSTOM_REGEX, --custom-regex CUSTOM_REGEX
custom regex for parsing mobile numbers
-sf SKILLSFILE, --skillsfile SKILLSFILE
custom skills CSV file against which skills are
searched for
-e EXPORT_FORMAT, --export-format EXPORT_FORMAT
the information export format (json)該模塊將返回一個字典對象列表,結果如下:
[
{
'college_name': ['Marathwada Mitra Mandal’s College of Engineering'],
'company_names': None,
'degree': ['B.E. IN COMPUTER ENGINEERING'],
'designation': ['Manager',
'TECHNICAL CONTENT WRITER',
'DATA ENGINEER'],
'email': '[email protected]',
'mobile_number': '8087996634',
'name': 'Omkar Pathak',
'no_of_pages': 3,
'skills': ['Operating systems',
'Linux',
'Github',
'Testing',
'Content',
'Automation',
'Python',
'Css',
'Website',
'Django',
'Opencv',
'Programming',
'C',
...],
'total_experience': 1.83
}
]
該算法背後的一些核心概念是從https://github.com/divapriya/language_processing中摘自此博客https://medium.com/@divaliquicalicous.priya/information-incpriya/information-einformation-rom-cv-acec216c216c3f48。感謝Priya分享了這個概念
https://www.kaggle.com/nirant/hitchhiker-s-guide-to-nlp-in-spacy
https://www.analyticsvidhya.com/blog/2017/04/natural-language-processing-made-made-easy-using-spacy-pacy-%e2%80%80%8bin-python/
特別感謝Dataturks的註釋數據集
如果您發現我的軟件對您有用,請考慮幫助我支付互聯網賬單。這會鼓勵我創建許多這樣的軟件?
| 貝寶 | |
|---|---|
| 逗留(inr) |