Fix JSON [ci skip]

This commit is contained in:
Ines Montani 2021-07-18 13:21:33 +10:00
parent a792e1119f
commit 98cf872e11

View File

@ -927,8 +927,8 @@
"nlp = dacy.load('medium') # load your spacy 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:"
"nlp = add_berttone_polarity(nlp)",
"# For instance you can add the BertTone model for classification of sentiment polarity to the pipeline:",
"nlp = add_berttone_polarity(nlp)"
],
"thumb": "https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png",
"author": "Centre for Humanities Computing Aarhus",