From 25140f32d5a0e114a6e948da948458f1255d6054 Mon Sep 17 00:00:00 2001 From: Vishnu Nandakumar <38393302+Vishnunkumar@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:02:26 +0530 Subject: [PATCH] Update universe.json --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 549d4cc34..88c4866dd 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4182,7 +4182,7 @@ "description": "Knowledge graph using NLP Spacy", "github": "vishnunkumar/nligraphspacy", "pip": "nligraphspacy", - "code_example": [, + "code_example": [ "from nligraphspacy import NLIGRAPH", "nligraph = NLIGRAPH.RelationEntityExtract('She worked in the city of London')", "nligraph.process_text()",