Skip to content

Instantly share code, notes, and snippets.

@zolizoli
Created January 29, 2012 15:10
setup
(ns hello-nlp.core
(use [clojure.string :as str :only [split-lines lower-case]] :reload)
(use opennlp.nlp)
(use opennlp.tools.filters)
(use (incanter core charts)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment