Extract Resume Entities Using NER
Project description
Introduction how to use resparser
Install resparser
pip insatll resparser
and from resparser import resumeparser
You just need to pass text to `resumeparser` function
Example: `from resparser import resumeparser`
#provide your text resume
with open(r"C:\Projects\Resume\Resume_Parser\output\1.txt", 'r') as f: data = f.read()
resumeparser(data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
resparser-0.4.tar.gz
(1.6 kB
view details)
File details
Details for the file resparser-0.4.tar.gz.
File metadata
- Download URL: resparser-0.4.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00895c5359622944abba801d04ca9bfe5dd83621a29d074ca767278069dfc562
|
|
| MD5 |
c43d88a87ff36e5f989c7b4627572998
|
|
| BLAKE2b-256 |
5dd3f6925a3f08c8be097259701d47425e0ebc26a528a189a94bdbc8db823dba
|