> 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 Wed Oct 6 19:30:34 1999