From 849d9e6013ccc0389bd192e421d6a29d0b7dcac2 Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Mon, 19 Jun 2023 14:38:12 +0200 Subject: [PATCH] removed package import after adding factory entry points to packages --- website/meta/universe.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 33302ece8..a8ddd55f2 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -2742,7 +2742,6 @@ "thumb": "https://raw.githubusercontent.com/davidberenstein1957/classy-classification/master/logo.png", "code_example": [ "import spacy", - "import classy_classification", "", "data = {", " \"furniture\": [\"This text is about chairs.\",", @@ -2794,7 +2793,6 @@ "code_example": [ "import spacy", "from spacy import displacy", - "import concise_concepts", "", "data = {", " \"fruit\": [\"apple\", \"pear\", \"orange\"],", @@ -2840,7 +2838,6 @@ "image": "https://raw.githubusercontent.com/davidberenstein1957/crosslingual-coreference/master/img/example_total.png", "code_example": [ "import spacy", - "import crosslingual_coreference", "", "text = \"\"\"", " Do not forget about Momofuku Ando!", @@ -2943,7 +2940,6 @@ "thumb": "https://raw.githubusercontent.com/davidberenstein1957/spacy-setfit/main/logo.png", "code_example": [ "import spacy", - "import spacy_setfit", "", "# Create some example data", "train_dataset = {",