README.md
setup.py
bootleg/__init__.py
bootleg/_version.py
bootleg/data.py
bootleg/run.py
bootleg/scorer.py
bootleg/task_config.py
bootleg.egg-info/PKG-INFO
bootleg.egg-info/SOURCES.txt
bootleg.egg-info/dependency_links.txt
bootleg.egg-info/requires.txt
bootleg.egg-info/top_level.txt
bootleg/datasets/__init__.py
bootleg/datasets/dataset.py
bootleg/embeddings/__init__.py
bootleg/embeddings/base_emb.py
bootleg/embeddings/entity_embs.py
bootleg/embeddings/kg_embs.py
bootleg/embeddings/title_embs.py
bootleg/embeddings/type_embs.py
bootleg/end2end/__init__.py
bootleg/end2end/annotator_utils.py
bootleg/end2end/bootleg_annotator.py
bootleg/end2end/extract_mentions.py
bootleg/layers/__init__.py
bootleg/layers/alias_to_ent_encoder.py
bootleg/layers/attn_networks.py
bootleg/layers/bert_encoder.py
bootleg/layers/embedding_payload.py
bootleg/layers/helper_modules.py
bootleg/layers/mention_type_prediction.py
bootleg/layers/prediction_layer.py
bootleg/optimizers/__init__.py
bootleg/optimizers/sparsedenseadam.py
bootleg/slicing/__init__.py
bootleg/slicing/slice_dataset.py
bootleg/symbols/__init__.py
bootleg/symbols/constants.py
bootleg/symbols/entity_profile.py
bootleg/symbols/entity_symbols.py
bootleg/symbols/kg_symbols.py
bootleg/symbols/type_symbols.py
bootleg/tasks/__init__.py
bootleg/tasks/ned_task.py
bootleg/tasks/task_getters.py
bootleg/tasks/type_pred_task.py
bootleg/utils/__init__.py
bootleg/utils/data_utils.py
bootleg/utils/embedding_utils.py
bootleg/utils/eval_utils.py
bootleg/utils/model_utils.py
bootleg/utils/sentence_utils.py
bootleg/utils/utils.py
bootleg/utils/classes/__init__.py
bootleg/utils/classes/aliasmention_trie.py
bootleg/utils/classes/comment_json.py
bootleg/utils/classes/cross_entropy_with_probs.py
bootleg/utils/classes/dotted_dict.py
bootleg/utils/entity_profile/__init__.py
bootleg/utils/entity_profile/compress_topk_entity_embeddings.py
bootleg/utils/entity_profile/fit_to_profile.py
bootleg/utils/parser/__init__.py
bootleg/utils/parser/bootleg_args.py
bootleg/utils/parser/emm_parse_args.py
bootleg/utils/parser/parser_utils.py
bootleg/utils/preprocessing/__init__.py
bootleg/utils/preprocessing/build_regularization_mapping.py
bootleg/utils/preprocessing/build_static_embeddings.py
bootleg/utils/preprocessing/compute_statistics.py
bootleg/utils/preprocessing/count_body_part_size.py
bootleg/utils/preprocessing/gen_alias_cand_map.py
bootleg/utils/preprocessing/gen_entity_mappings.py
bootleg/utils/preprocessing/get_train_qid_counts.py
bootleg/utils/preprocessing/sample_eval_data.py