Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Pham committed May 23, 2018
1 parent 3b89573 commit fffe91c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static void main(String[] args) {
}
time = System.currentTimeMillis();
printAnnotatedDocument(document);
PipelineHelper.printAnnotatedDocument(document, fields);
// PipelineHelper.printAnnotatedDocument(document, fields);
System.out.println("After printing results " + (System.currentTimeMillis()-time));
// time = System.currentTimeMillis();
// start = time;
Expand Down

0 comments on commit fffe91c

Please sign in to comment.