Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding corenlp model to depedency.
  • Loading branch information
cxchu committed Oct 28, 2021
1 parent 2a56e7f commit 9ed8f5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -73,6 +73,14 @@
<artifactId>stanford-corenlp</artifactId>
<version>3.3.0</version>
</dependency>

<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.3.0</version>
<classifier>models</classifier>
</dependency>

<dependency>
<groupId>edu.washington.cs.knowitall.openie</groupId>
<artifactId>openie_2.10</artifactId>
Expand Down

0 comments on commit 9ed8f5b

Please sign in to comment.