Chris Santerre wrote: >Eval solution: Count hits, yes. Change score based on hits, no. > > Chris, using an eval solution you could do ranges, much like bayes does. It would be computationally efficient if done the way bayes does it too (storing the result on the first call, and only checking value on each subsequent one).
However, this is in the "very advanced" realm.