mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-16 12:36:23 +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",
|
||||
"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.",
|
||||
"github": "https://github.com/NorskRegnesentral/skweak",
|
||||
"github": "NorskRegnesentral/skweak",
|
||||
"pip": "skweak",
|
||||
"code_example": [
|
||||
"import spacy, re",
|
||||
|
|
Loading…
Reference in New Issue
Block a user