Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update typing
  • Loading branch information
cxchu committed Apr 22, 2020
1 parent 634b903 commit 5dd42a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typing/ENTYFI.java
Expand Up @@ -244,7 +244,6 @@ public class ENTYFI {

ENTYFI entyfi = new ENTYFI(segmentation, check, topKUniverse, topKTypes);
Pair<String, List<String>> res = entyfi.run(input);
System.out.println(res.first);

Writer out = new PrintWriter(new File(outputFile));
for (String s: res.second){
Expand Down

0 comments on commit 5dd42a4

Please sign in to comment.