Created
May 13, 2010 19:50
-
-
Save dakrone/400369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns seed-example | |
| (:use [clomoios.contextsearcher :as cs]) | |
| (:use [clomoios.seededcontextsearcher :as scs]) | |
| (:use [clojure.contrib.pprint :only [pprint]])) | |
| ; Both contextsearcher and seededcontextsearcher have different protocols that both have 'score' and 'rank' methods | |
| ;‹ ~/src/clj/clomoios › ∴ clj examples/ford/seed-example.clj | |
| ;WARNING: score already refers to: #'clomoios.contextsearcher/score in namespace: seed-example, being replaced by: #'clomoios.seededcontextsearcher/score | |
| ;WARNING: rank already refers to: #'clomoios.contextsearcher/rank in namespace: seed-example, being replaced by: #'clomoios.seededcontextsearcher/rank |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment