From 94e4c5c0e4f4213ff3f7a94fd9980457af2c2bfa Mon Sep 17 00:00:00 2001 From: khituras Date: Wed, 22 May 2024 08:41:19 +0200 Subject: [PATCH] Fixes #4. --- pom.xml | 2 +- src/GNormPluslib/GNR.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1808fda..7065dd8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.julielab julielab-gnormplus jar - 1.0.2 + 1.0.3 JULIE Lab GNormPlus https://www.ncbi.nlm.nih.gov/research/bionlp/Tools/gnormplus/ diff --git a/src/GNormPluslib/GNR.java b/src/GNormPluslib/GNR.java index 376e4df..0e58a58 100644 --- a/src/GNormPluslib/GNR.java +++ b/src/GNormPluslib/GNR.java @@ -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);