Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I used your code but facing this issue #2

Open
Sunil13kush opened this issue Apr 25, 2024 · 0 comments
Open

I used your code but facing this issue #2

Sunil13kush opened this issue Apr 25, 2024 · 0 comments

Comments

@Sunil13kush
Copy link

Traceback (most recent call last):
File "/home/lenovo3/resume_parsing_django/Resume-Parser-master/ResumeParser.py", line 170, in
main()
File "/home/lenovo3/resume_parsing_django/Resume-Parser-master/ResumeParser.py", line 166, in main
print(rp.parse_information())
File "/home/lenovo3/resume_parsing_django/Resume-Parser-master/ResumeParser.py", line 158, in parse_information
details = self.get_candidate_info(self.SECTION_TITLE[0])
File "/home/lenovo3/resume_parsing_django/Resume-Parser-master/ResumeParser.py", line 127, in get_candidate_info
self.matcher.add(info['id'], info['match_on'], info['pattern'])
File "spacy/matcher/matcher.pyx", line 79, in spacy.matcher.matcher.Matcher.add
TypeError: add() takes exactly 2 positional arguments (3 given)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant