From e138ef6efa7189c0765569fc1a235eae930913f8 Mon Sep 17 00:00:00 2001 From: Long Pham Date: Thu, 5 Jul 2018 22:38:32 -0500 Subject: [PATCH] minor change --- .idea/workspace.xml | 38 +++++++++---------- .../WalkThroughSerializedDocuments.java | 2 +- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e69c55c..2034a91 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,11 +2,7 @@ - - - - @@ -69,11 +65,11 @@ - + - - + + @@ -125,11 +121,11 @@ - + - + @@ -509,12 +505,12 @@ - + - @@ -530,11 +526,11 @@ - + - + @@ -1001,23 +997,23 @@ - - - - - - - - + + + + + + + + diff --git a/src/main/java/org/forward/entitysearch/experiment/WalkThroughSerializedDocuments.java b/src/main/java/org/forward/entitysearch/experiment/WalkThroughSerializedDocuments.java index a4a1286..2f46cf6 100644 --- a/src/main/java/org/forward/entitysearch/experiment/WalkThroughSerializedDocuments.java +++ b/src/main/java/org/forward/entitysearch/experiment/WalkThroughSerializedDocuments.java @@ -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)) {