gogsbread / ResumeParser

Resume Parser using rule based approach. Developed using framework provided by GATE
GNU Lesser General Public License v3.0
283 stars 153 forks source link

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

Open sandipshinde opened 7 years ago

sandipshinde commented 7 years ago

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

aditisingh2362 commented 4 years ago

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