Closed jerrylam closed 8 years ago
Java 8 is a transitive dependency through the CoreNLP >= 3.5.2 dependency. From Stanford NLP's website:
Current versions of our software from October 2014 forward require Java 8+.
Added a check in build.sbt
to make the error message clear.
Hi there, I just wonder why this package requires Java 8? Is it a hard requirement because it uses Java 8 features? Thanks!