From 2adfc4eb9f39d09d5ec8d29bf1d354c52b1c2a1d Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Tue, 3 Jan 2023 14:07:28 +0900 Subject: [PATCH] Minor cleanup --- website/meta/universe.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index e066ad203..1431325e0 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4066,12 +4066,12 @@ { "id": "spacy-pythainlp", "title": "spaCy-PyThaiNLP", - "slogan": "PyThaiNLP For spaCy", - "description": "This package wraps the PyThaiNLP library to add support Thai for spaCy.", + "slogan": "PyThaiNLP for spaCy", + "description": "This package wraps the PyThaiNLP library to add support for Thai to spaCy.", "github": "PyThaiNLP/spaCy-PyThaiNLP", "code_example": [ "import spacy", - "from spacy_pythainlp.core import *", + "import spacy_pythainlp.core", "", "nlp = spacy.blank('th')", "nlp.add_pipe('pythainlp')",