From 618e37c32d122d2c9bbfa2ed532ffdd47d660d3f Mon Sep 17 00:00:00 2001
From: felixwelter <felixwelter@gmail.com>
Date: Fri, 4 Sep 2020 17:35:09 +0200
Subject: [PATCH] Add initial data for benchmark

---
 benchmark_data/bidm/terms.csv | 5 +++++
 benchmark_data/meta.json      | 8 ++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 benchmark_data/bidm/terms.csv
 create mode 100644 benchmark_data/meta.json

diff --git a/benchmark_data/bidm/terms.csv b/benchmark_data/bidm/terms.csv
new file mode 100644
index 0000000..49dd76e
--- /dev/null
+++ b/benchmark_data/bidm/terms.csv
@@ -0,0 +1,5 @@
+term;context;file;page
+Prüfung;;01_Einfuhrung.pdf;6
+Literatur;;01_Einfuhrung.pdf;13
+Informationssysteme;;01_Einfuhrung.pdf;26
+Informationssysteme;Informationssysteme im Unternehmen;01_Einfuhrung.pdf;27
diff --git a/benchmark_data/meta.json b/benchmark_data/meta.json
new file mode 100644
index 0000000..009dbcd
--- /dev/null
+++ b/benchmark_data/meta.json
@@ -0,0 +1,8 @@
+{
+  "cases": [
+    {
+      "name": "BIDM",
+      "folder": "bidm"
+    }
+  ]
+}
\ No newline at end of file
-- 
GitLab