Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created November 20, 2012 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcromartie/ba9030abda9c8a3ed0bc to your computer and use it in GitHub Desktop.
Save jcromartie/ba9030abda9c8a3ed0bc to your computer and use it in GitHub Desktop.
(def t
(reduce (fn [m [msg cats]]
(reduce #(train-msg %1 msg %2) m cats))
{}
test-tweets))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment