svn: r8587

original commit: 0e77057aa973016802666541e51aef399f6df866
This commit is contained in:
Eli Barzilay 2008-02-08 19:09:28 +00:00
parent 39200e2ff6
commit 0e156fe8db

View File

@ -100,7 +100,7 @@
sc))))
terms))
(define word-scorer
(and (not words?) (terms->scorer (collect-words terms) #f #t)))
(and (not words?) (not exact?) (terms->scorer (collect-words terms) #f #t)))
(lambda (entry)
(let* ([words (entry-words entry)]
[words (if words? (collect-words words) words)]