mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
Fix invalid json
This commit is contained in:
parent
f15bb40941
commit
0508795d67
|
@ -3366,7 +3366,7 @@
|
||||||
"id": "phruzz_matcher",
|
"id": "phruzz_matcher",
|
||||||
"title": "phruzz-matcher",
|
"title": "phruzz-matcher",
|
||||||
"slogan": "Phrase matcher using RapidFuzz",
|
"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",
|
"github": "mjvallone/phruzz-matcher",
|
||||||
"pip": "phruzz_matcher",
|
"pip": "phruzz_matcher",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
|
@ -3392,7 +3392,7 @@
|
||||||
"print(f\"doc.ents: {doc.ents}\")",
|
"print(f\"doc.ents: {doc.ents}\")",
|
||||||
"",
|
"",
|
||||||
"#OUTPUT",
|
"#OUTPUT",
|
||||||
"#doc.ents: (brad pit, Demi Moore)",
|
"#doc.ents: (brad pit, Demi Moore)"
|
||||||
],
|
],
|
||||||
"thumb": "https://avatars.githubusercontent.com/u/961296?v=4",
|
"thumb": "https://avatars.githubusercontent.com/u/961296?v=4",
|
||||||
"image": "",
|
"image": "",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user