Unix Technical Forum

FORMSOF Predicate: Need Plural, not Inflectional

This is a discussion on FORMSOF Predicate: Need Plural, not Inflectional within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi all, I need something stronger than LIKE or CONTAINS, but not so comprehensive as the FORMSOF(Field, INFLECTIONAL). I ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-12-2008, 05:23 PM
HumanJHawkins
 
Posts: n/a
Default FORMSOF Predicate: Need Plural, not Inflectional

Hi all,

I need something stronger than LIKE or CONTAINS, but not so
comprehensive as the FORMSOF(Field, INFLECTIONAL).

I am looking to see which words from one list also exist in another.
However, this is related to reading comprehension. Therefore I need to
see "dog" and "dogs" as a match. However, I don't want to see "run"
and "ran" as a match.

Is there anything like FORMSOF(field, PLURAL). Or, any way to modify
the behafior of these commands?

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-12-2008, 05:23 PM
Eric Isaacs
 
Posts: n/a
Default Re: FORMSOF Predicate: Need Plural, not Inflectional

SOUNDEX (and/or DIFFERENCE) is something to consider, but I don't
think it will help you with plurals, unless you do something to
convert plurals to singular equivalents??

Mouse and Mice could match on SoundEx. But there are a lot of plural
forms that might not match correctly with SOUNDEX.

Here's another option to consider (managed code):
http://www.dba-sql-server.com/sql_se..._xp_regexp.htm


-Eric Isaacs
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: FORMSOF Predicate: Need Plural, not Inflectional

Thread Thread Starter Forum Replies Last Post
SQL Sever 2005 - Full Text FormsOf Inflectional james_oinn@hotmail.com SQL Server 1 02-29-2008 07:22 PM
Concatenate String and Pass to FORMSOF? HumanJHawkins SQL Server 2 02-29-2008 06:50 AM
Query Help: JOIN ON CONTAINS with FORMSOF Jeffrey A. Hawkins SQL Server 1 02-29-2008 05:54 AM
plural name searching ron1972 MySQL 3 02-28-2008 08:22 AM
Why is the name of this list not plural ? Bob Alexander Debian Linux Users forum 2 01-23-2008 06:10 PM


All times are GMT. The time now is 04:26 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com