Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Pham committed Jul 6, 2018
1 parent f0b677c commit e138ef6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
38 changes: 17 additions & 21 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 @@ -34,7 +34,7 @@ public static void main (String[] args) throws IOException {
// System.out.println(file);
// }
// }

Annotation doc = FindCommonPatternsInDocuments.getAnnotationFromFile(file);
if (doc != null) {
for (CoreLabel token : doc.get(CoreAnnotations.TokensAnnotation.class)) {
Expand Down

0 comments on commit e138ef6

Please sign in to comment.