Remove now unnecessary import

This commit is contained in:
Tom Aarsen 2023-06-19 16:15:16 +02:00
parent 7b0ef326fb
commit 0dead4b3e7

View File

@ -4326,7 +4326,6 @@
"pip": "span_marker",
"code_example": [
"import spacy",
"import span_marker",
"",
"nlp = spacy.load(\"en_core_web_sm\")",
"nlp.add_pipe(\"span_marker\", config={\"model\": \"tomaarsen/span-marker-roberta-large-ontonotes5\"})",