Merge pull request #8755 from KennethEnevoldsen/patch-2

fixed GitHub link and thumbnail
This commit is contained in:
Paul O'Leary McCann 2021-07-18 19:14:57 +09:00 committed by GitHub
commit ac67639eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -930,10 +930,10 @@
"# 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://github.com/centre-for-humanities-computing/DaCy/blob/main/img/icon_no_title.png?raw=true",
"author": "Centre for Humanities Computing Aarhus", "author": "Centre for Humanities Computing Aarhus",
"author_links": { "author_links": {
"github": "https://github.com/centre-for-humanities-computing", "github": "centre-for-humanities-computing",
"website": "https://chcaa.io/#/" "website": "https://chcaa.io/#/"
}, },
"category": ["pipeline"], "category": ["pipeline"],