From 5aba213349d0d521e9cae3a72044431d38606219 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 24 May 2021 20:31:43 +0900 Subject: [PATCH] Fix skweak Github URL Github entry should not contain url, just user/repo --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index d855af8aa..add089a0c 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -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",