We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc25ef commit 34f4640Copy full SHA for 34f4640
qanary-component-NER-Stanford/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>eu.wdaqua.qanary.component</groupId>
6
<artifactId>qanary-component-NER-Stanford</artifactId>
7
- <version>3.1.10</version>
+ <version>3.1.11</version>
8
9
<parent>
10
<groupId>org.springframework.boot</groupId>
@@ -71,12 +71,12 @@
71
<dependency>
72
<groupId>edu.stanford.nlp</groupId>
73
<artifactId>stanford-corenlp</artifactId>
74
- <version>4.5.7</version>
+ <version>4.5.8</version>
75
</dependency>
76
77
78
79
80
<classifier>models</classifier>
81
82
0 commit comments