Created
December 23, 2014 20:11
-
-
Save r-wheeler/bd1e0c2ff7a9b13be5ff to your computer and use it in GitHub Desktop.
build.sbt for stanford NLP
This file contains 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
name := "Simple Project" | |
version := "1.0" | |
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "3.3.0" | |
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "3.3.0" classifier "models" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment