Skip to content
Snippets Groups Projects
Commit 8733c7d6 authored by nwarslan's avatar nwarslan
Browse files

code comentation

parent 235a47fb
Branches master
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ spektrum_keywords: ...@@ -30,7 +30,7 @@ spektrum_keywords:
directory to keywords of spektrum_links directory to keywords of spektrum_links
files with around 400 lines, 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) (around 200 lines is the limit of translator)
...@@ -44,6 +44,13 @@ Dictionary with German - English keywords ...@@ -44,6 +44,13 @@ Dictionary with German - English keywords
code: 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: filter_data.py:
-------------- --------------
filters and annotates data filters and annotates data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment