Changeset 2641

Show
Ignore:
Timestamp:
03/03/08 09:50:05 (10 months ago)
Author:
hans
Message:

add package qualifiers for stem function call

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/modules/text/vector-search.lisp

    r1542 r2641  
    2727  (let ((hash (make-hash-table :test #'equal))) 
    2828    (cl-ppcre:do-matches-as-strings (m *word-scanner* string) 
    29       (let ((word (stem (string-downcase m)))) 
     29      (let ((word (stem:stem (string-downcase m)))) 
    3030        (incf-hash word hash))) 
    3131    (make-search-vector hash)))