From c249cc1a2ab2b707292c9e016fcd4a0e91be715f Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Sun, 21 Feb 2021 01:34:51 +0100 Subject: [PATCH] Add missing import --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f4c387..186826c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ sentence embedding generated is 768 dimensional embedding. ```python from biobert_embedding.embedding import BiobertEmbedding +from scipy.spatial import distance ## Example 1 text = "Breast cancers with HER2 amplification have a higher risk of CNS metastasis and poorer prognosis."\