correct typo in universe.json for 'code_example' key : pipe name 'entityfishing'

This commit is contained in:
Lucaterre 2022-06-20 15:26:23 +02:00
parent cdad815c68
commit 2820d7dd8d

View File

@ -11,7 +11,7 @@
"import spacy", "import spacy",
"text = 'Victor Hugo and Honoré de Balzac are French writers who lived in Paris.'", "text = 'Victor Hugo and Honoré de Balzac are French writers who lived in Paris.'",
"nlp = spacy.load('en_core_web_sm')", "nlp = spacy.load('en_core_web_sm')",
"nlp.add_pipe('spacyfishing')", "nlp.add_pipe('entityfishing')",
"doc = nlp(text)", "doc = nlp(text)",
"for span in doc.ents:", "for span in doc.ents:",
" print((ent.text, ent.label_, ent._.kb_qid, ent._.url_wikidata, ent._.nerd_score))", " print((ent.text, ent.label_, ent._.kb_qid, ent._.url_wikidata, ent._.nerd_score))",