Skip to content

Instantly share code, notes, and snippets.

@shriphani
Created December 17, 2013 22:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shriphani/8013584 to your computer and use it in GitHub Desktop.
Save shriphani/8013584 to your computer and use it in GitHub Desktop.
(defproject sutime-clojure "0.1.0-SNAPSHOT"
:description "Wrapper around the time functionality in Stanford NLP Suite"
:url "https://github.com/shriphani/sutime-clojure"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.4.0"]
[edu.stanford.nlp/stanford-corenlp "1.3.4"]
[edu.stanford.nlp/stanford-corenlp "1.3.4" :classifier "models"]
[clj-time "0.5.0"]]
:jvm-opts ["-Xmx2000M"]
:main sutime-clojure.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment