Skip to content

Commit

Permalink
Close #207
Browse files Browse the repository at this point in the history
(cherry picked from commit 23668a8)
  • Loading branch information
AML14 committed Sep 18, 2021
1 parent 7fb7fda commit 25bd971
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/es/us/isa/restest/inputs/semantic/NLPUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ private NLPUtils() {

private static final Logger log = LogManager.getLogger(NLPUtils.class);

private static String stopwordsPath = "src/main/java/es/us/isa/restest/inputs/semantic/englishStopWords.txt";
private static String rules = "src/main/java/es/us/isa/restest/inputs/semantic/rules.txt";
private static String stopwordsPath = "src/main/resources/arte/englishStopWords.txt";
private static String rules = "src/main/resources/arte/rules.txt";

private static String annotatorName = "annotators";
private static String annotatorValue = "tokenize,ssplit,pos,lemma";
Expand Down
File renamed without changes.

0 comments on commit 25bd971

Please sign in to comment.