diff --git a/website/universe/universe.json b/website/universe/universe.json index f1d90e5c9..ab58d6f3e 100644 --- a/website/universe/universe.json +++ b/website/universe/universe.json @@ -184,7 +184,7 @@ "from spacy_lookup import Entity", "", "nlp = spacy.load('en')", - "entity = Entity(nlp, keywords_list=['python', 'java platform'])", + "entity = Entity(keywords_list=['python', 'java platform'])", "nlp.add_pipe(entity, last=True)", "", "doc = nlp(u\"I am a product manager for a java and python.\")",