Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keyword search in resumes
#1
Hello folks, I am new to python coding.I need some help to write a code to perform keyword search from resumes in pdf and doc format.output of the code should

Read a list of comma separated key words from a file (File 1).
Next it will read a resume (File 2) and generate a count of all the keywords given in File 1.
Write the keywords and their counts in another file (File 3).
Ideally also generate a visual histogram chart if possible of keywords vs. their counts in an excel file !!!!

And also require help in installing the necessary packages in windows OS
Reply
#2
What have you tried?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
I am planning to implement using dictionaries and tuples
Reply
#4
(Oct-09-2017, 02:19 PM)Jammy Wrote: I need some help to write a code to perform keyword search...

Ok, we'd love to help.  But we won't do it for you.  Give it a try, and if you have any issues, we'll help you through them.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Find a specific keyword after another keyword and change the output sgtmcc 5 856 Oct-05-2023, 07:41 PM
Last Post: deanhystad
  Trying to search and make new column from the keyword. dgarg 1 1,491 Dec-20-2021, 08:41 PM
Last Post: deanhystad
  search binary file and list all founded keyword offset Pyguys 4 2,788 Mar-17-2020, 06:46 AM
Last Post: Pyguys
  Search by keyword Stokes4 2 10,150 Aug-15-2017, 09:06 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020