Re: Doing a Text comparison
From: Brandon COrbin (Brandon_at_BCorbin.com)
Date: 12/09/03
- Next message: Alex Hunsley: "Re: Extended break"
- Previous message: Alex Hunsley: "Re: creating a testclass"
- In reply to: Adam: "Re: Doing a Text comparison"
- Next in thread: Jim Land: "Re: Doing a Text comparison"
- Reply: Jim Land: "Re: Doing a Text comparison"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Dec 2003 08:16:48 -0800
Basically, I want to take a job description and compare it to a
resume.
So if a job description has (PHP, JSP, ColdFusion, HTML, Javascript)
in it,
And a resume has (PHP, HTML, JavaScript) in it,
I would see this as a better match than someones reumes with just
HTML, JAVASCRIPT in it... Does that make sense?
This wouldnt be an exact science because someone in a job description
could have PHTML, and in a resume PHP and there wouldnt be a match.
Or someone puts ColdFusion in the description and in the resume there
is Cold Fusion. well thats not a match either.
"Adam" <notforspam.a_szczeblewski@poczta.onet.pl> wrote in message news:<br456h$s8c$1@news.onet.pl>...
> > Here is how I was doing it, but its just not effecient enough.
> >
> > I would break the resume in to an array of words. Removing all common
> > words first and stripping out all special characters. i would then
> > count each word. I now have an associative array of words with how
> > many times they were used.
> >
> > I did the same exact thing for the job description.
> >
> > Thats about as far as I got.... I havnt figured out the match counting
> > or building a ranking algorithum yet... Any suggestions would be
> > great! Thanks
> > Brandon
>
> I'm not sure what are you trying to achieve.
> What kind of ranking do you want to get
> by counting the words? Maybe some example
> would help
>
> Adam
- Next message: Alex Hunsley: "Re: Extended break"
- Previous message: Alex Hunsley: "Re: creating a testclass"
- In reply to: Adam: "Re: Doing a Text comparison"
- Next in thread: Jim Land: "Re: Doing a Text comparison"
- Reply: Jim Land: "Re: Doing a Text comparison"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|