From 5dd42a4b19fb8a30d94e330c749fc100e147dfac Mon Sep 17 00:00:00 2001 From: cxchu Date: Wed, 22 Apr 2020 14:31:50 +0200 Subject: [PATCH] Update typing --- src/typing/ENTYFI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/typing/ENTYFI.java b/src/typing/ENTYFI.java index 073ad93..3fde6f7 100644 --- a/src/typing/ENTYFI.java +++ b/src/typing/ENTYFI.java @@ -244,7 +244,6 @@ public static void main(String[] args) throws IOException, SQLException { ENTYFI entyfi = new ENTYFI(segmentation, check, topKUniverse, topKTypes); Pair> res = entyfi.run(input); - System.out.println(res.first); Writer out = new PrintWriter(new File(outputFile)); for (String s: res.second){