Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem #1

Closed
prabakaranP opened this issue May 14, 2015 · 8 comments
Closed

Installation problem #1

prabakaranP opened this issue May 14, 2015 · 8 comments

Comments

@prabakaranP
Copy link

I couldn't find the file 'ResumeParser' from https://github.com/antonydeepak/ResumeParser.git. Can anyone help me how to install it.

@gogsbread
Copy link
Owner

Hello:
You must have cloned it in a different folder. Don't worry, just continue from the next step. i.e "cd ResumeTransducer"

@gogsbread
Copy link
Owner

You don't have to install Apache Tikka. The package that I have posted is self-sufficient. You just have to following the steps under installation in readme.md file (pasted below for reference):

Installation:

Open powershell in windows (run->powershell)

  1. Git clone https://github.com/antonydeepak/ResumeParser.git
  2. cd ResumeParser
  3. cd ResumeTransducer
  4. $env:GATE_HOME="..\GATEFiles" (beware: you are giving a relative path for ease.)

I will do better package management in future.

@gogsbread
Copy link
Owner

Lets take this step-step. What is the error you are getting?

@prabakaranP
Copy link
Author

I have done all the following steps and i got the output ,But i have one doubt, Is this Okay for n number of Resumes?

@gogsbread
Copy link
Owner

Sure, you can customize the java code to loop through all the files. Or even simpler, you can create a loop in your shell(powershell). Say, you have a folder full of resumes you can cd into the folder and write a powershell statement like
ls | % {java -cp '.\bin*;..\GATEFiles\lib*;..\GATEFILES\bin\gate.jar;.\lib*' code4goal.antony.resumeparser.ResumeParserProgram $.fullname "$.name.json" }

@prabakaranP
Copy link
Author

How can i create a loop in powershell?

@prabakaranP
Copy link
Author

output
I got the output like this,I need the exact json format ,What i will do for getting json format?

@gogsbread
Copy link
Owner

That is the .json file; probably you may have to brush-up on your fundamentals. Also, the command that I typed in my previous post is how you loop in powershell;go thru some powershell tutorial if you are not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants