Python Forum

Full Version: Keyword search in resumes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
What have you tried?
I am planning to implement using dictionaries and tuples
(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.