Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed May 21, 2024
1 parent 8742cd7 commit 4247cde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
<artifactId>text-preprocessing</artifactId>
<artifactId>text-provider-json</artifactId>
<version>${ardoco.core.version}</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
<artifactId>text-provider-json</artifactId>
<groupId>io.github.ardoco.tlr</groupId>
<artifactId>text-preprocessing</artifactId>
<version>${ardoco.core.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Licensed under MIT 2022. */
/* Licensed under MIT 2022-2024. */
package edu.kit.kastel.mcse.ardoco.stanfordnlp.corenlp;

import java.io.InputStream;
Expand All @@ -7,7 +7,7 @@
import java.util.Scanner;

import edu.kit.kastel.mcse.ardoco.core.api.text.Text;
import edu.kit.kastel.mcse.ardoco.core.text.providers.informants.corenlp.TextImpl;
import edu.kit.kastel.mcse.ardoco.tlr.text.providers.informants.corenlp.TextImpl;
import edu.stanford.nlp.pipeline.CoreDocument;
import edu.stanford.nlp.pipeline.StanfordCoreNLP;

Expand Down

0 comments on commit 4247cde

Please sign in to comment.