Minor cleanup

This commit is contained in:
Paul O'Leary McCann 2023-01-03 14:07:28 +09:00
parent adea8effd0
commit 2adfc4eb9f

View File

@ -4066,12 +4066,12 @@
{ {
"id": "spacy-pythainlp", "id": "spacy-pythainlp",
"title": "spaCy-PyThaiNLP", "title": "spaCy-PyThaiNLP",
"slogan": "PyThaiNLP For spaCy", "slogan": "PyThaiNLP for spaCy",
"description": "This package wraps the PyThaiNLP library to add support Thai for spaCy.", "description": "This package wraps the PyThaiNLP library to add support for Thai to spaCy.",
"github": "PyThaiNLP/spaCy-PyThaiNLP", "github": "PyThaiNLP/spaCy-PyThaiNLP",
"code_example": [ "code_example": [
"import spacy", "import spacy",
"from spacy_pythainlp.core import *", "import spacy_pythainlp.core",
"", "",
"nlp = spacy.blank('th')", "nlp = spacy.blank('th')",
"nlp.add_pipe('pythainlp')", "nlp.add_pipe('pythainlp')",