ResumeParser icon indicating copy to clipboard operation
ResumeParser copied to clipboard

Resume Parser using rule based approach. Developed using framework provided by GATE

Results 31 ResumeParser issues
Sort by recently updated
recently updated
newest added

How can i integrate it with spring boot applicatio? i am so thankful.

Created an endpoint in Flask to expose the service over network.

Using Python------------------------------ import os import subprocess print(os.getcwd()) cmd = "java -cp 'bin/*:../GATEFiles/lib/*:../GATEFiles/bin/gate.jar:lib/*' code4goal.antony.resumeparser.ResumeParserProgram %s %s.json" % (r'C:\Data Science\ResumeParser-master\ResumeParser\Data\Input\Synechron_Candidate_Sandip Shinde.docx', r'C:\Data Science\ResumeParser-master\ResumeParser\Data\Output\Sandip.json') print(cmd) os.chdir(r"C:\Data Science\ResumeParser-master\ResumeParser\ResumeTransducer") process = subprocess.Popen(cmd) out, err =...

{ "timestamp": 1574172205361, "status": 500, "error": "Internal Server Error", "exception": "java.lang.OutOfMemoryError", "message": "GC overhead limit exceeded", "path": "/upload/" } what is the solution for this

Hi Antony We are experiencing memory leaks and hence the JVM is crashing after the 150 resume extracts. Is there any way we can prevent memory leaks The major memory...

We are parsing some indian resumes , but we are not getting data like phone number and education details properly. Please help

Hi, Is there a documentation / guide to help you to migrate to latest version of GATE ?

Hi, I am pretty new to Java. I am trying to open the project in Eclipse by using the option to Import Existing Projects into Workspaces. I select the root...