Skip to content

Instantly share code, notes, and snippets.

@r-wheeler
Created December 23, 2014 20:11
Show Gist options
  • Save r-wheeler/bd1e0c2ff7a9b13be5ff to your computer and use it in GitHub Desktop.
Save r-wheeler/bd1e0c2ff7a9b13be5ff to your computer and use it in GitHub Desktop.
build.sbt for stanford NLP
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