mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-28 02:46:35 +03:00
Fix JSON [ci skip]
This commit is contained in:
parent
a792e1119f
commit
98cf872e11
|
@ -927,8 +927,8 @@
|
||||||
"nlp = dacy.load('medium') # load your spacy pipeline",
|
"nlp = dacy.load('medium') # load your spacy pipeline",
|
||||||
"",
|
"",
|
||||||
"# DaCy also includes functionality for adding other Danish models to the pipeline",
|
"# DaCy also includes functionality for adding other Danish models to the pipeline",
|
||||||
"# For instance you can add the BertTone model for classification of sentiment polarity to the pipeline:"
|
"# For instance you can add the BertTone model for classification of sentiment polarity to the pipeline:",
|
||||||
"nlp = add_berttone_polarity(nlp)",
|
"nlp = add_berttone_polarity(nlp)"
|
||||||
],
|
],
|
||||||
"thumb": "https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png",
|
"thumb": "https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png",
|
||||||
"author": "Centre for Humanities Computing Aarhus",
|
"author": "Centre for Humanities Computing Aarhus",
|
||||||
|
@ -1408,7 +1408,7 @@
|
||||||
},
|
},
|
||||||
"category": ["nonpython"],
|
"category": ["nonpython"],
|
||||||
"tags": ["ruby"]
|
"tags": ["ruby"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "spacy_api",
|
"id": "spacy_api",
|
||||||
"slogan": "Server/client to load models in a separate, dedicated process",
|
"slogan": "Server/client to load models in a separate, dedicated process",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user