Text to text matching software advice

  • Thread starter Thread starter Burak
  • Start date Start date
B

Burak

Hello,

I will be working on a .net project that will use the
words entered by the user to return related jobs.

The program will have to look at job titles and job
descriptions to determine if a job is related to the
keywords.

Do you know any text matching software that does
this?

Thank you,

Burak
 
Hi Burak,
I will be working on a .net project that will use the
words entered by the user to return related jobs.

The program will have to look at job titles and job
descriptions to determine if a job is related to the
keywords.

Do you know any text matching software that does
this?

You can use Regular Expressions for that. It's a bit of work, but definitely
worth it. You can find some Examples at http://www.regexlib.com/ ... the
classes you need are in System.Text.RegularExpressions.

Regards,

Frank Eller
www.frankeller.de
 
Hi Frank,

I found a Dutch company that has a product similar to what we are
looking for.

http://www.smr.nl/TxtAnalysisFrame.html

We are talkign with them but it would be better if we could find other
companies that offer similar text matching products, preferably American
companies or companies that have branches here in the US.

I will keep searching.

Regards,

Burak





*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top