|
From: Neal R. <ne...@ri...> - 2003-06-04 21:54:20
|
Lachlan,
I'm working on the WIN32 port and reveiwing changes since my last port..
On 2002/12/30 12:42:59 you were hacking on with a commit message of:
"Forward-port of many 3.1.6 features"
These lines were removed new line 550:
else if (boolean && mystrcasecmp(word.get(), "+") == 0)
tempWords.Add(new WeightWord("&", -1.0));
else if (boolean && mystrcasecmp(word.get(), "-") == 0)
tempWords.Add(new WeightWord("!", -1.0));
Any explaination on this particular change? This looks to implement
+ (required word) and - (exclude word).
Thanks!
Neal Richter
Knowledgebase Developer
RightNow Technologies, Inc.
Customer Service for Every Web Site
Office: 406-522-1485
|