removed package import after adding factory entry points to packages

This commit is contained in:
David Berenstein 2023-06-19 14:38:12 +02:00 committed by GitHub
parent 68acafd1e9
commit 849d9e6013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2742,7 +2742,6 @@
"thumb": "https://raw.githubusercontent.com/davidberenstein1957/classy-classification/master/logo.png", "thumb": "https://raw.githubusercontent.com/davidberenstein1957/classy-classification/master/logo.png",
"code_example": [ "code_example": [
"import spacy", "import spacy",
"import classy_classification",
"", "",
"data = {", "data = {",
" \"furniture\": [\"This text is about chairs.\",", " \"furniture\": [\"This text is about chairs.\",",
@ -2794,7 +2793,6 @@
"code_example": [ "code_example": [
"import spacy", "import spacy",
"from spacy import displacy", "from spacy import displacy",
"import concise_concepts",
"", "",
"data = {", "data = {",
" \"fruit\": [\"apple\", \"pear\", \"orange\"],", " \"fruit\": [\"apple\", \"pear\", \"orange\"],",
@ -2840,7 +2838,6 @@
"image": "https://raw.githubusercontent.com/davidberenstein1957/crosslingual-coreference/master/img/example_total.png", "image": "https://raw.githubusercontent.com/davidberenstein1957/crosslingual-coreference/master/img/example_total.png",
"code_example": [ "code_example": [
"import spacy", "import spacy",
"import crosslingual_coreference",
"", "",
"text = \"\"\"", "text = \"\"\"",
" Do not forget about Momofuku Ando!", " Do not forget about Momofuku Ando!",
@ -2943,7 +2940,6 @@
"thumb": "https://raw.githubusercontent.com/davidberenstein1957/spacy-setfit/main/logo.png", "thumb": "https://raw.githubusercontent.com/davidberenstein1957/spacy-setfit/main/logo.png",
"code_example": [ "code_example": [
"import spacy", "import spacy",
"import spacy_setfit",
"", "",
"# Create some example data", "# Create some example data",
"train_dataset = {", "train_dataset = {",