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",