hot topics are determined according to the last 15 days articles
[pnews.git] / war / pom.xml
index d038cd3..cf764a6 100644 (file)
                         <artifactId>gson</artifactId>
                         <version>2.8.2</version>
                 </dependency>
+                <dependency>
+                        <groupId>edu.stanford.nlp</groupId>
+                        <artifactId>stanford-corenlp</artifactId>
+                        <version>3.8.0</version>
+                </dependency>
+                <dependency>
+                        <groupId>edu.stanford.nlp</groupId>
+                        <artifactId>stanford-corenlp</artifactId>
+                        <version>3.8.0</version>
+                        <classifier>models</classifier>
+                </dependency>
+                <dependency>
+                         <groupId>org.apache.opennlp</groupId>
+                         <artifactId>opennlp-tools</artifactId>
+                         <version>1.8.1</version>
+                </dependency>
         </dependencies>
 </project>