From 8733c7d6d1989f9e36a2621c6bcf393deb0d8fb8 Mon Sep 17 00:00:00 2001 From: Nadia <nwarslan@cl.uni-heidelberg.de> Date: Mon, 27 Jan 2020 16:30:16 +0100 Subject: [PATCH] code comentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd679f5f..ee253777 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ spektrum_keywords: directory to keywords of spektrum_links files with around 400 lines, -200 lines German keywords and translated via google tanslate, 200 lines English keywords +200 lines German keywords and, translated via google tanslate, 200 lines English keywords, separated by '\n\n\n' (around 200 lines is the limit of translator) @@ -44,6 +44,13 @@ Dictionary with German - English keywords code: ===== +mk_keyword_dict.py: +------------------- +makes spektrum_keyword_dict.json by iterating over spektrum_keywords + +INPUT_PATH = '../data/spektrum_keywords' +OUTPUT = '../data/spektrum_keywords/spektrum_keyword_dict.json' + filter_data.py: -------------- filters and annotates data -- GitLab