From cb73b54983405fb90728307c2af01fd52dc17af0 Mon Sep 17 00:00:00 2001
From: leoborn <born.leo@gmx.de>
Date: Tue, 23 Jul 2019 15:24:30 +0200
Subject: [PATCH] Re-named sample graoh directory name

---
 README.md                                                     | 4 ++--
 output/{gold => examples}/example_graph_1720.json             | 0
 .../example_graph_1720_simplified_classifier.json             | 0
 .../example_graph_1720_simplified_spacy.json                  | 0
 output/{gold => examples}/example_graph_1820.json             | 0
 output/{gold => examples}/example_graph_1913.json             | 0
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename output/{gold => examples}/example_graph_1720.json (100%)
 rename output/{gold => examples}/example_graph_1720_simplified_classifier.json (100%)
 rename output/{gold => examples}/example_graph_1720_simplified_spacy.json (100%)
 rename output/{gold => examples}/example_graph_1820.json (100%)
 rename output/{gold => examples}/example_graph_1913.json (100%)

diff --git a/README.md b/README.md
index f64ca3d..9bee1dc 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This repo contains the resources (data and scripts) for the workshop entitled "P
 
 * _data/_ contains the untagged -- but annotated -- files of the [Old Bailey Corpus](http://fedora.clarin-d.uni-saarland.de/oldbailey/index.html) (OBC)
 * _output/_ is used as the default output directory for created knowledge graphs
-	* _output/gold/_ contains some sample knowledge graphs for the years 1720, 1820, and 1913
+	* _output/examples/_ contains some sample knowledge graphs for the years 1720, 1820, and 1913
 * _src/_ contains all scripts
 * _visualization/_ contains the visualization suite (see separate README)
 
@@ -92,4 +92,4 @@ This gives you:
         -verbose {0,1,2}      logging level
         -prune_text_nodes_min_freq PRUNE_TEXT_NODES_MIN_FREQ
                         how often a text description node has to occur to be
-                        included in the graph
\ No newline at end of file
+                        included in the graph
diff --git a/output/gold/example_graph_1720.json b/output/examples/example_graph_1720.json
similarity index 100%
rename from output/gold/example_graph_1720.json
rename to output/examples/example_graph_1720.json
diff --git a/output/gold/example_graph_1720_simplified_classifier.json b/output/examples/example_graph_1720_simplified_classifier.json
similarity index 100%
rename from output/gold/example_graph_1720_simplified_classifier.json
rename to output/examples/example_graph_1720_simplified_classifier.json
diff --git a/output/gold/example_graph_1720_simplified_spacy.json b/output/examples/example_graph_1720_simplified_spacy.json
similarity index 100%
rename from output/gold/example_graph_1720_simplified_spacy.json
rename to output/examples/example_graph_1720_simplified_spacy.json
diff --git a/output/gold/example_graph_1820.json b/output/examples/example_graph_1820.json
similarity index 100%
rename from output/gold/example_graph_1820.json
rename to output/examples/example_graph_1820.json
diff --git a/output/gold/example_graph_1913.json b/output/examples/example_graph_1913.json
similarity index 100%
rename from output/gold/example_graph_1913.json
rename to output/examples/example_graph_1913.json
-- 
GitLab