diff --git a/.gitignore b/.gitignore index a0c0ae1..33803e5 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +*.pyc + data/* .idea/* + diff --git a/bundesdata_markup_nlp/logs/bundesdata.log b/bundesdata_markup_nlp/logs/bundesdata.log new file mode 100644 index 0000000..e69de29 diff --git a/bundesdata_markup_nlp/logs/bundesdata_nlp.log b/bundesdata_markup_nlp/logs/bundesdata_nlp.log new file mode 100644 index 0000000..e69de29 diff --git a/bundesdata_markup_nlp/markup/__pycache__/EntityMarkup.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/EntityMarkup.cpython-37.pyc deleted file mode 100644 index cb5f72a..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/EntityMarkup.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/MdBData.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/MdBData.cpython-37.pyc deleted file mode 100644 index 96ae2c8..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/MdBData.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/MetadataMarkup.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/MetadataMarkup.cpython-37.pyc deleted file mode 100644 index 154ab8d..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/MetadataMarkup.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/SpeakerMarkup.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/SpeakerMarkup.cpython-37.pyc deleted file mode 100644 index 54095c4..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/SpeakerMarkup.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/SpeakerNameMarkup.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/SpeakerNameMarkup.cpython-37.pyc deleted file mode 100644 index 1d1f9eb..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/SpeakerNameMarkup.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/__init__.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index b578973..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/beautify_markup.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/beautify_markup.cpython-37.pyc deleted file mode 100644 index b782155..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/beautify_markup.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/metadata.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/metadata.cpython-37.pyc deleted file mode 100644 index c603f9e..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/metadata.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/speaker_names.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/speaker_names.cpython-37.pyc deleted file mode 100644 index f196a4f..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/speaker_names.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/speakers.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/speakers.cpython-37.pyc deleted file mode 100644 index 445735b..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/speakers.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/markup/__pycache__/speeches.cpython-37.pyc b/bundesdata_markup_nlp/markup/__pycache__/speeches.cpython-37.pyc deleted file mode 100644 index 521ee5f..0000000 Binary files a/bundesdata_markup_nlp/markup/__pycache__/speeches.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/nlp/__pycache__/lemmatization.cpython-37.pyc b/bundesdata_markup_nlp/nlp/__pycache__/lemmatization.cpython-37.pyc deleted file mode 100644 index 86cc008..0000000 Binary files a/bundesdata_markup_nlp/nlp/__pycache__/lemmatization.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/nlp/__pycache__/n_grams.cpython-37.pyc b/bundesdata_markup_nlp/nlp/__pycache__/n_grams.cpython-37.pyc deleted file mode 100644 index 0112037..0000000 Binary files a/bundesdata_markup_nlp/nlp/__pycache__/n_grams.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/nlp/__pycache__/tokenize.cpython-37.pyc b/bundesdata_markup_nlp/nlp/__pycache__/tokenize.cpython-37.pyc deleted file mode 100644 index 64d778a..0000000 Binary files a/bundesdata_markup_nlp/nlp/__pycache__/tokenize.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/utility/__pycache__/FileGetter.cpython-37.pyc b/bundesdata_markup_nlp/utility/__pycache__/FileGetter.cpython-37.pyc deleted file mode 100644 index 496bb85..0000000 Binary files a/bundesdata_markup_nlp/utility/__pycache__/FileGetter.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/utility/__pycache__/XMLProtocol.cpython-37.pyc b/bundesdata_markup_nlp/utility/__pycache__/XMLProtocol.cpython-37.pyc deleted file mode 100644 index eeba106..0000000 Binary files a/bundesdata_markup_nlp/utility/__pycache__/XMLProtocol.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/utility/__pycache__/__init__.cpython-37.pyc b/bundesdata_markup_nlp/utility/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 4ad1076..0000000 Binary files a/bundesdata_markup_nlp/utility/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/utility/__pycache__/delete_folder.cpython-37.pyc b/bundesdata_markup_nlp/utility/__pycache__/delete_folder.cpython-37.pyc deleted file mode 100644 index 250b9ae..0000000 Binary files a/bundesdata_markup_nlp/utility/__pycache__/delete_folder.cpython-37.pyc and /dev/null differ diff --git a/bundesdata_markup_nlp/utility/__pycache__/update_config.cpython-37.pyc b/bundesdata_markup_nlp/utility/__pycache__/update_config.cpython-37.pyc deleted file mode 100644 index 574153f..0000000 Binary files a/bundesdata_markup_nlp/utility/__pycache__/update_config.cpython-37.pyc and /dev/null differ