This sounds like a good assesment of the problem.
-----Original Message-----
From: swish-e@sunsite.berkeley.edu
[mailto:swish-e@sunsite.berkeley.edu]On Behalf Of David Norris
Sent: Wednesday, October 06, 1999 10:31 PM
To: Multiple recipients of list
Subject: [SWISH-E] RE: Failing to find a word
> I'm using stemming and I noticed I couldn't pull up a word from the
index
> ing a wild card. Anyone understand why this is happening?
Off the top of my head, I would suspect that the wildcard isn't being
preserved by the stemming algorithm. Basically, stemming strips all
of the characters from the end of a word down to the base. 'thing'
becomes 'th' for example. You could add a printf statement to see how
the 'word' array is being transformed in the Stem() function in
stemmer.c.
,David Norris
World Wide Web - http://www.webaugur.com/dave
Page via mail - 412039@pager.mirabilis.com
ICQ Universal Internet Number - 412039
E-Mail - dave@webaugur.com
Received on Thu Oct 7 18:40:46 1999