Well, I think that I understand why it doesn't work. But, I'm not
clear how best to fix it. (short of rewriting large portions of code)
Line numbers are approximate.
~Line 231 [in search()]:
searchwordlist = (struct swline *) expandstar(tmplist, fp);
~Line 770 [in operate()]:
Stem(word);
Basically, Line 770 needs to occur within expandstar() referenced on
line 231. Or, more correctly, we need some form of modular word
filtering mechanism. Stem() and expandstar() should be called from a
wordfilter() function of some sort.
,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 21:56:08 1999