Created
December 17, 2013 22:16
-
-
Save shriphani/8013584 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
(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