Skip to content

Commit

Permalink
Fixes #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 22, 2024
1 parent c39bf5a commit 94e4c5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.julielab</groupId>
<artifactId>julielab-gnormplus</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>JULIE Lab GNormPlus</name>
<url>https://www.ncbi.nlm.nih.gov/research/bionlp/Tools/gnormplus/</url>

Expand Down
1 change: 0 additions & 1 deletion src/GNormPluslib/GNR.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public void LoadInputFile(String Filename,String FilenameAbb,String TrainTest) t
public void run() {
super.run();
try {
System.out.println("Starting to find abbreviations with command " + finalCmd);
InputStream is = process.getInputStream();
InputStreamReader isr = new InputStreamReader(is, "UTF-8");
BufferedReader br = new BufferedReader(isr);
Expand Down

0 comments on commit 94e4c5c

Please sign in to comment.