ResumeParser icon indicating copy to clipboard operation
ResumeParser copied to clipboard

Error: Could not find or load main class code4goal.antony.resumeparser.ResumeParserProgram

Open sandipshinde opened this issue 8 years ago • 1 comments

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 = process.communicate() exitcode = process.returncode print(out, exitcode)

print ('Ok')

Error: Could not find or load main class code4goal.antony.resumeparser.ResumeParserProgram

sandipshinde avatar Oct 12 '17 20:10 sandipshinde

Some files are compressed. Just make sure that this is not the case with you.

aditisingh2362 avatar May 22 '20 17:05 aditisingh2362