From 95443133f60fc8cdc7acfb3668f9b6aff6d3e8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Tue, 20 Dec 2022 22:30:43 +0100 Subject: [PATCH] Apply Prettier --- website/UNIVERSE.md | 50 +++++++++++++++++------------------ website/docs/api/language.mdx | 7 ++++- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/website/UNIVERSE.md b/website/UNIVERSE.md index 60d439208..ac4e2e684 100644 --- a/website/UNIVERSE.md +++ b/website/UNIVERSE.md @@ -51,31 +51,31 @@ use a linter to verify that your markup is correct. ```json { - "id": "unique-project-id", - "title": "Project title", - "slogan": "A short summary", - "description": "A longer description – *Markdown allowed!*", - "github": "user/repo", - "pip": "package-name", - "code_example": [ - "import spacy", - "import package_name", - "", - "nlp = spacy.load('en')", - "nlp.add_pipe(package_name)" - ], - "code_language": "python", - "url": "https://example.com", - "thumb": "https://example.com/thumb.jpg", - "image": "https://example.com/image.jpg", - "author": "Your Name", - "author_links": { - "twitter": "username", - "github": "username", - "website": "https://example.com" - }, - "category": ["pipeline", "standalone"], - "tags": ["some-tag", "etc"] + "id": "unique-project-id", + "title": "Project title", + "slogan": "A short summary", + "description": "A longer description – *Markdown allowed!*", + "github": "user/repo", + "pip": "package-name", + "code_example": [ + "import spacy", + "import package_name", + "", + "nlp = spacy.load('en')", + "nlp.add_pipe(package_name)" + ], + "code_language": "python", + "url": "https://example.com", + "thumb": "https://example.com/thumb.jpg", + "image": "https://example.com/image.jpg", + "author": "Your Name", + "author_links": { + "twitter": "username", + "github": "username", + "website": "https://example.com" + }, + "category": ["pipeline", "standalone"], + "tags": ["some-tag", "etc"] } ``` diff --git a/website/docs/api/language.mdx b/website/docs/api/language.mdx index dc2935603..93ddd79a2 100644 --- a/website/docs/api/language.mdx +++ b/website/docs/api/language.mdx @@ -798,7 +798,12 @@ doesn't, the pipeline analysis won't catch that. }, "problems": { "tagger": [], - "entity_linker": ["doc.ents", "doc.sents", "token.ent_iob", "token.ent_type"] + "entity_linker": [ + "doc.ents", + "doc.sents", + "token.ent_iob", + "token.ent_type" + ] }, "attrs": { "token.ent_iob": { "assigns": [], "requires": ["entity_linker"] },