svn: r8587
original commit: 0e77057aa973016802666541e51aef399f6df866
This commit is contained in:
parent
39200e2ff6
commit
0e156fe8db
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user