Skip to content

Commit d5f8ff9

Browse files
committed
add corenlp
1 parent c351e73 commit d5f8ff9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
</distributionManagement>
3939

4040
<dependencies>
41+
<!-- https://mvnrepository.com/artifact/edu.stanford.nlp/stanford-corenlp -->
42+
<dependency>
43+
<groupId>edu.stanford.nlp</groupId>
44+
<artifactId>stanford-corenlp</artifactId>
45+
<version>4.4.0</version>
46+
</dependency>
4147
<dependency>
4248
<groupId>commons-codec</groupId>
4349
<artifactId>commons-codec</artifactId>

0 commit comments

Comments
 (0)