mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
Minor cleanup
This commit is contained in:
parent
adea8effd0
commit
2adfc4eb9f
|
@ -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')",
|
||||
|
|
Loading…
Reference in New Issue
Block a user