added dependency updates, remade stuff to updates. fixed removing sentences. added null checks

This commit is contained in:
christian
2021-10-21 21:36:17 +02:00
parent 241135566a
commit 509cd2cbe9
6 changed files with 82 additions and 53 deletions
+31 -24
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany</groupId>
<artifactId>ArtificialAutism</artifactId>
@@ -32,28 +33,29 @@
<artifactId>ws4j</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>StanfordParser</groupId>
<artifactId>StanfordParser</artifactId>
<version>1.0</version>
<dependency>
<groupId>stanford-corenlp-models-english</groupId>
<artifactId>stanford-corenlp-models-english</artifactId>
<version>4.3.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>StanfordParserModel</groupId>
<artifactId>StanfordParserModel</artifactId>
<version>1.0</version>
<groupId>ejml-simple</groupId>
<artifactId>ejml-simple</artifactId>
<version>0.39</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>srParser</groupId>
<artifactId>srParser</artifactId>
<version>1</version>
<groupId>ejml-core</groupId>
<artifactId>ejml-core</artifactId>
<version>0.39</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>ejml</groupId>
<artifactId>ejml</artifactId>
<version>0.2.3</version>
<groupId>ejml-ddense</groupId>
<artifactId>ejml-ddense</artifactId>
<version>0.39</version>
<type>jar</type>
</dependency>
<dependency>
@@ -68,23 +70,28 @@
<version>1.0.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>CoreNLP</groupId>
<artifactId>CoreNLP</artifactId>
<version>1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>7.2.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.3.1</version>
<classifier>models</classifier>
</dependency>
<dependency>
<groupId>com.discord4j</groupId>
<artifactId>discord4j-core</artifactId>
<version>3.1.1</version>
<version>3.1.7</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>