From 78a88f7de77257c20ae00e311ed8233ee7921bac Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 30 Sep 2021 15:23:55 +0900 Subject: [PATCH] Fix invalid json --- website/meta/universe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index ee536c262..2b56f7507 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -3481,7 +3481,7 @@ "id": "phruzz_matcher", "title": "phruzz-matcher", "slogan": "Phrase matcher using RapidFuzz", - "description": "Combination of the RapidFuzz library with Spacy PhraseMatcher The goal of this component is to find matches when there were NO "perfect matches" due to typos or abbreviations between a Spacy doc and a list of phrases.", + "description": "Combination of the RapidFuzz library with Spacy PhraseMatcher The goal of this component is to find matches when there were NO \"perfect matches\" due to typos or abbreviations between a Spacy doc and a list of phrases.", "github": "mjvallone/phruzz-matcher", "pip": "phruzz_matcher", "code_example": [ @@ -3507,7 +3507,7 @@ "print(f\"doc.ents: {doc.ents}\")", "", "#OUTPUT", - "#doc.ents: (brad pit, Demi Moore)", + "#doc.ents: (brad pit, Demi Moore)" ], "thumb": "https://avatars.githubusercontent.com/u/961296?v=4", "image": "",