To get the sources as well include another dependency with sources in addition to the first two given in Stanford page. As of Jul 26 2014.
<dependencies> <dependency> <groupid>edu.stanford.nlp</groupid> <artifactid>stanford-corenlp</artifactid> <version>3.4</version> </dependency> <dependency> <groupid>edu.stanford.nlp</groupid> <artifactid>stanford-corenlp</artifactid> <version>3.4</version> <classifier>models</classifier> </dependency> <dependency> <groupid>edu.stanford.nlp</groupid> <artifactid>stanford-corenlp</artifactid> <version>3.4</version> <classifier>sources</classifier> </dependency> </dependencies>
No comments:
Post a Comment