Skip to content

Commit

Permalink
fix test-standard-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
quek committed Oct 10, 2012
1 parent 7f34038 commit c2e520c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/unit/analysis/tc-standard-analyzer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
(test standard-analyzer-5 (next-token token-stream) (make-token "she" 44 49) #'token=)
(test standard-analyzer-6 (next-token token-stream) (make-token "job@dot" 60 67) #'token=)
(test standard-analyzer-7 (next-token token-stream) (make-token "ibm" 68 74) #'token=)
(test standard-analyzer-8 (next-token token-stream) (make-token "the" 75 78) #'token=)
(test standard-analyzer-9 (next-token token-stream) (make-token "an" 79 81) #'token=)
(test standard-analyzer-10 (next-token token-stream) (make-token "and" 82 85) #'token=)
(test standard-analyzer-11 (next-token token-stream) (make-token "their" 86 91) #'token=)
;; 'the', 'an', 'and' and 'their' are stop word.
;; (test standard-analyzer-8 (next-token token-stream) (make-token "the" 75 78) #'token=)
;; (test standard-analyzer-9 (next-token token-stream) (make-token "an" 79 81) #'token=)
;; (test standard-analyzer-10 (next-token token-stream) (make-token "and" 82 85) #'token=)
;; (test standard-analyzer-11 (next-token token-stream) (make-token "their" 86 91) #'token=)
(test standard-analyzer-12 (next-token token-stream) nil))))

0 comments on commit c2e520c

Please sign in to comment.