LICENSE
README.md
setup.py
eis1600/__init__.py
eis1600.egg-info/PKG-INFO
eis1600.egg-info/SOURCES.txt
eis1600.egg-info/dependency_links.txt
eis1600.egg-info/entry_points.txt
eis1600.egg-info/requires.txt
eis1600.egg-info/top_level.txt
eis1600/bio/__init__.py
eis1600/bio/md_to_bio.py
eis1600/bio/q_tags_to_bio.py
eis1600/bio/topo_tags_to_bio.py
eis1600/corpus_analysis/__init__.py
eis1600/corpus_analysis/analyse_all_on_cluster.py
eis1600/corpus_analysis/analyse_text.py
eis1600/corpus_analysis/miu_methods.py
eis1600/corpus_analysis/text_methods.py
eis1600/dates/Date.py
eis1600/dates/Month.py
eis1600/dates/__init__.py
eis1600/dates/date_methods.py
eis1600/dates/date_patterns.py
eis1600/dates/month_methods.py
eis1600/gazetteers/Onomastics.py
eis1600/gazetteers/Spellings.py
eis1600/gazetteers/Toponyms.py
eis1600/gazetteers/__init__.py
eis1600/gazetteers/data/__init__.py
eis1600/gazetteers/data/days_gazetteer.csv
eis1600/gazetteers/data/months_gazetteer.csv
eis1600/gazetteers/data/onomastic_gazetteer.csv
eis1600/gazetteers/data/spelling_gazetteer.csv
eis1600/gazetteers/data/toponyms_gazetteer.csv
eis1600/gazetteers/data/years_gazetteer.csv
eis1600/helper/CheckFileEndingActions.py
eis1600/helper/Singleton.py
eis1600/helper/__init__.py
eis1600/helper/ar_normalization.py
eis1600/helper/chunking.py
eis1600/helper/files_sizes.py
eis1600/helper/fix_dataframe.py
eis1600/helper/logging.py
eis1600/helper/miu_random_revisions.py
eis1600/helper/parse_range.py
eis1600/helper/part_file_names.py
eis1600/helper/data/__init__.py
eis1600/json_to_text/__init__.py
eis1600/json_to_text/reconstruct.py
eis1600/json_to_tsv/__init__.py
eis1600/json_to_tsv/corpus_dump.py
eis1600/markdown/EntityTags.py
eis1600/markdown/__init__.py
eis1600/markdown/category.py
eis1600/markdown/markdown_methods.py
eis1600/markdown/markdown_patterns.py
eis1600/markdown/data/__init__.py
eis1600/markdown/data/entity_tags.csv
eis1600/miu/HeadingTracker.py
eis1600/miu/__init__.py
eis1600/model_evaluations/EvalResultsEncoder.py
eis1600/model_evaluations/__init__.py
eis1600/model_evaluations/eval_date_model.py
eis1600/model_evaluations/eval_topo_cat_model.py
eis1600/models/BiosPunctuationModel.py
eis1600/models/Disambiguator.py
eis1600/models/EventsPunctuationModel.py
eis1600/models/FamilyContactOpinionModel.py
eis1600/models/Lemmatizer.py
eis1600/models/Model.py
eis1600/models/NERModel.py
eis1600/models/NasabDetectionModel.py
eis1600/models/OnomsticElementsModel.py
eis1600/models/POSTagger.py
eis1600/models/PoetryDetectionModel.py
eis1600/models/StudentTeacherModel.py
eis1600/models/ToponymDescriptionModel.py
eis1600/models/ToponymModel.py
eis1600/models/__init__.py
eis1600/nlp/__init__.py
eis1600/nlp/annotation_utils.py
eis1600/nlp/utils.py
eis1600/onomastics/__init__.py
eis1600/onomastics/initial_annotation.py
eis1600/onomastics/methods.py
eis1600/onomastics/re_pattern.py
eis1600/paragraphs/__init__.py
eis1600/paragraphs/paragraph_methods.py
eis1600/paragraphs/split_mius_into_paragraphs.py
eis1600/processing/__init__.py
eis1600/processing/postprocessing.py
eis1600/processing/preprocessing.py
eis1600/processing/short_miu_generation.py
eis1600/repositories/__init__.py
eis1600/repositories/repo.py
eis1600/statistics/__init__.py
eis1600/statistics/count_categories.py
eis1600/statistics/count_tokens_per_miu.py
eis1600/statistics/methods.py
eis1600/texts_to_mius/SubIDs.py
eis1600/texts_to_mius/UIDs.py
eis1600/texts_to_mius/__init__.py
eis1600/texts_to_mius/check_formatting.py
eis1600/texts_to_mius/check_formatting_methods.py
eis1600/texts_to_mius/check_mius.py
eis1600/texts_to_mius/convert_mARkdown_methods.py
eis1600/texts_to_mius/convert_mARkdown_to_EIS1600TMP.py
eis1600/texts_to_mius/download_text_selection_sheet.py
eis1600/texts_to_mius/ids_insert_or_update.py
eis1600/texts_to_mius/incorporate_newly_prepared_files_in_corpus.py
eis1600/texts_to_mius/subid_methods.py
eis1600/toponym_descriptions/__init__.py
eis1600/toponym_descriptions/annotate_topd.py
eis1600/toponym_descriptions/btopd_to_bio.py
eis1600/toponym_descriptions/topod_extract_incomplete.py
eis1600/toponym_descriptions/topod_extract_places_regex.py
eis1600/toponym_descriptions/topod_insert_into_miu.py
eis1600/toponym_descriptions/topod_sheets_stats.py
eis1600/toponyms/__init__.py
eis1600/toponyms/initial_category_annotation.py
eis1600/toponyms/methods.py
eis1600/toponyms/toponym_categories.py
eis1600/training_data/__init__.py
eis1600/training_data/annotate_onomastics.py
eis1600/training_data/online_editor_files.py
eis1600/training_data/reannotation.py
eis1600/yml/YAMLHandler.py
eis1600/yml/__init__.py
eis1600/yml/yml_handling.py
eis1600/yml/yml_methods.py