Coder Social home page Coder Social logo

Installation problem about resumeparser HOT 8 CLOSED

gogsbread avatar gogsbread commented on May 18, 2024
Installation problem

from resumeparser.

Comments (8)

gogsbread avatar gogsbread commented on May 18, 2024

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

from resumeparser.

gogsbread avatar gogsbread commented on May 18, 2024

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.

from resumeparser.

gogsbread avatar gogsbread commented on May 18, 2024

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

from resumeparser.

prabakaranP avatar prabakaranP commented on May 18, 2024

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?

from resumeparser.

gogsbread avatar gogsbread commented on May 18, 2024

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" }

from resumeparser.

prabakaranP avatar prabakaranP commented on May 18, 2024

How can i create a loop in powershell?

from resumeparser.

prabakaranP avatar prabakaranP commented on May 18, 2024

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

from resumeparser.

gogsbread avatar gogsbread commented on May 18, 2024

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.

from resumeparser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.