dash prefix misbehaving

Post Reply
bill.marel
Posts: 24
Joined: Fri Aug 30, 2002 12:49 pm

dash prefix misbehaving

Post by bill.marel »

We have data for Martin Luther and for Martin Luther King Jr.

When searching for Martin Luther -King we would expect to get hits on Martin Luther and no hits on Martin Luther King Jr. This is not the case; the highest ranked hits are all of Martin Luther King Jr. However, we have discovered that Martin Luther -(King) gives the desired results of hits on Martin Luther only.

When we try similar searches using the dash prefix, they seem to work. An example that works is Tennis Martina -Hingis does not retrieve Martina Hingis but does retreive Martina Navratilova.

King is not in our list of noise words.

We have:
<apicp keepnoise on>
<apicp alpostproc 1>
<apicp alintersects 1>
<apicp minwordlen 4>
<$suffixes = s>
<apicp suffix $suffixes>
<apicp defsuffrm 0>
<apicp keepeqvs 1>
<apicp alequivs 1>
set likepallmatch = 1
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

dash prefix misbehaving

Post by Kai »

What's the version of texis you're using (date printed by texis -version)?
bill.marel
Posts: 24
Joined: Fri Aug 30, 2002 12:49 pm

dash prefix misbehaving

Post by bill.marel »

Texis Web Script (Vortex) Copyright (c) 1996-2001 Thunderstone - EPI, Inc.
Commercial Version 4.00.1004732495 of Nov 2, 2001 (i686-unknown-linux2.4.2-64)
bill.marel
Posts: 24
Joined: Fri Aug 30, 2002 12:49 pm

dash prefix misbehaving

Post by bill.marel »

Also we have done some more testing to determine if there is anything special in our system re the word King. billie jean -king and billie jean -(king) both correctly exclude hits on Billie Jean King the tennis player. martin luther -king still doesn't work and we don't know why.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

dash prefix misbehaving

Post by mark »

We've not been able to replicate that behavior here with that (or any) version.

There should be no difference between -king and -(king) except that the former will do equiv lookup with your settings. -~king should behave similarly to -(king) in your case. Do you have any custom equiv entries for "king" or containing "king"?

You mention the noise list. Do you have a custom noise list?
Post Reply