From 78277f263a1fad23ca4d226c04abba1b6b043e37 Mon Sep 17 00:00:00 2001 From: William Mattingly <62964060+wjbmattingly@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:07:18 +0300 Subject: [PATCH] Update universe.json removed displacy from hobbit-spacy and added a default text. --- website/meta/universe.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 0a301d519..ec380f847 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4454,10 +4454,9 @@ "pip": "en-hobbit", "code_example": [ "import spacy", - "from spacy import displacy", "", "nlp = spacy.load('en_hobbit')", - "doc = nlp(text)" + "doc = nlp('Frodo saw Glorfindel and Glóin; and in a corner alone Strider was sitting, clad in his old travel - worn clothes again')" ], "code_language": "python", "thumb": "https://github.com/wjbmattingly/hobbit-spacy/blob/main/images/hobbit-thumbnail.png?raw=true",