diff --git a/website/meta/universe.json b/website/meta/universe.json index e0e48a916..0ff622521 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1005,11 +1005,11 @@ "title": "Natural Language Processing Using Python", "slogan": "No Starch Press, 2020", "description": "Natural Language Processing Using Python is an introduction to natural language processing (NLP), the task of converting human language into data that a computer can process. The book uses spaCy, a leading Python library for NLP, to guide readers through common NLP tasks related to generating and understanding human language with code. It addresses problems like understanding a user's intent, continuing a conversation with a human, and maintaining the state of a conversation.", - "cover": "https://nostarch.com/sites/default/files/styles/uc_product_full/public/NaturalLanguageProcessing_final_v01.jpg", + "cover": "https://i.imgur.com/w0iycjl.jpg", "url": "https://nostarch.com/NLPPython", "author": "Yuli Vasiliev", "category": ["books"] - }, + }, { "type": "education", "id": "oreilly-python-ds", @@ -1531,13 +1531,13 @@ "nlp.add_pipe(conllformatter, after='parser')", "doc = nlp('I like cookies. Do you?')", "conll = doc._.conll", - "print(doc._.conll_str_headers)", + "print(doc._.conll_str_headers)", "print(doc._.conll_str)" ], "code_language": "python", "author": "Bram Vanroy", "author_links": { - "github": "BramVanroy", + "github": "BramVanroy", "twitter": "BramVanroy", "website": "https://bramvanroy.be" },