all groups > sql server full text search > july 2006 >
You're in the

sql server full text search

group:

Full Text Comparison....How Would You Do This?


Full Text Comparison....How Would You Do This? googlegroups NO[at]SPAM sbcglobal.net
7/31/2006 3:54:51 PM
sql server full text search:
Not sure if this is the right group or not be I figured I would pose
the question here to see if I could generate some feedback.

Say I have a table (Employee) with one text column (Resume) that stores
your employees Resume and another table (EmployeeJobs) with one text
column (JobDescription) that contains a job description for job
opportunities within your company.

There is a one to many relations from Employee to EmployeeJobs.

How would you approach matching the Resume column to the JobDescription
to see which Job Description is the best match for an employee's
resume.

I have gone around with using full text but have come to the conclusion
that I may be spinning my wheels in that arena.

What I have finally come up with is keyword searching the Resume column
and JobDescription column and try to determine which best matches based
on a keyword set.

Any other ideas or approaches???

FYI..why am I doing this? My company is the midst of an acquisition
(rather large) and HR is trying to determine how to best fit an
individual to an opening.

Nuts???? I think so...
Re: Full Text Comparison....How Would You Do This? Hilary Cotter
8/1/2006 12:00:00 AM
That is exactly how to do it. Basically you must know the keywords in
advance, come up with a dictionary or bag of words and then issue a
full-text query against the resume or req columns to see what matches you
can find.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: Full Text Comparison....How Would You Do This? knightconsulting NO[at]SPAM gmail.com
8/10/2006 4:22:37 PM
i have the perfect tool for you. it's called Firefly. I designed it to
do full text searches on corporate filings but you could easily
customize it for this exact purpose. let me know how it goes.

Firefly Company Report Analyzer

http://www.getfirefly.net/
AddThis Social Bookmark Button