Re: Doing a Text comparison

From: Brandon COrbin (Brandon_at_BCorbin.com)
Date: 12/09/03


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



Relevant Pages

  • Attempt to de-mystify AJAX
    ... A javaScript enabled web browser. ... One of the first things to happen is toward the last in the html code: ... Set the onReadyStateChange handler to our processChange() function ... I like PHP so our example uses php. ...
    (comp.databases.pick)
  • Simple Javascript replace (with a twist!) of an href
    ... know this isn't that hard, i'm just a little new to javascript, and I ... so I need to change the href of a link on our php driven auction ... The reason I need to do this is that the html parser used by our ... I have spent hours searching and testing with no luck. ...
    (comp.lang.javascript)
  • Re: begining to work with php for my site
    ... I've been looking at various tutorials and see that PHP is somewhat ... and the only thing the browser sees is what you send in the html. ... But since you don't want to use javascript or frames, you have no choice but to load the entire page. ...
    (comp.lang.php)
  • Re: Wrangling Javascript from PHP
    ... What I'm after is a way of essentially coding PHP objects that then get ... Javascript in the classes and have each instance provide and/or ... generate the needed code along with the HTML. ... provide before rendering the final page and place it at the top of the ...
    (comp.lang.php)
  • Re: Doing a Text comparison
    ... > So if a job description has (PHP, JSP, ColdFusion, HTML, Javascript) ... > Or someone puts ColdFusion in the description and in the resume there ...
    (comp.lang.java.help)