mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Fix skweak Github URL
Github entry should not contain url, just user/repo
This commit is contained in:
parent
68ccfc4c39
commit
ee62344970
|
@ -83,7 +83,7 @@
|
||||||
"title": "skweak",
|
"title": "skweak",
|
||||||
"slogan": "Weak supervision for NLP",
|
"slogan": "Weak supervision for NLP",
|
||||||
"description": "`skweak` brings the power of weak supervision to NLP tasks, and in particular sequence labelling and text classification. Instead of annotating documents by hand, `skweak` allows you to define *labelling functions* to automatically label your documents, and then aggregate their results using a statistical model that estimates the accuracy and confusions of each labelling function.",
|
"description": "`skweak` brings the power of weak supervision to NLP tasks, and in particular sequence labelling and text classification. Instead of annotating documents by hand, `skweak` allows you to define *labelling functions* to automatically label your documents, and then aggregate their results using a statistical model that estimates the accuracy and confusions of each labelling function.",
|
||||||
"github": "https://github.com/NorskRegnesentral/skweak",
|
"github": "NorskRegnesentral/skweak",
|
||||||
"pip": "skweak",
|
"pip": "skweak",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"import spacy, re",
|
"import spacy, re",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user