├── README.md ├── application.py ├── entity_classification.py ├── graphvite_experiments.py ├── notebooks ├── cosine_bootstrapping_materials.ipynb ├── entity_classification.ipynb ├── generate_text_embeddings.ipynb ├── transitive_closure.ipynb ├── umls_utils.ipynb └── visualization_prep.ipynb ├── umls_preprocess.txt └── visualization.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/README.md -------------------------------------------------------------------------------- /application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/application.py -------------------------------------------------------------------------------- /entity_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/entity_classification.py -------------------------------------------------------------------------------- /graphvite_experiments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/graphvite_experiments.py -------------------------------------------------------------------------------- /notebooks/cosine_bootstrapping_materials.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/cosine_bootstrapping_materials.ipynb -------------------------------------------------------------------------------- /notebooks/entity_classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/entity_classification.ipynb -------------------------------------------------------------------------------- /notebooks/generate_text_embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/generate_text_embeddings.ipynb -------------------------------------------------------------------------------- /notebooks/transitive_closure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/transitive_closure.ipynb -------------------------------------------------------------------------------- /notebooks/umls_utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/umls_utils.ipynb -------------------------------------------------------------------------------- /notebooks/visualization_prep.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/notebooks/visualization_prep.ipynb -------------------------------------------------------------------------------- /umls_preprocess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/umls_preprocess.txt -------------------------------------------------------------------------------- /visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dchang56/snomed_kge/HEAD/visualization.py --------------------------------------------------------------------------------