From 26ec562e312b6fc1f860447d999efcfcfcad48ab Mon Sep 17 00:00:00 2001 From: snisioi Date: Tue, 26 Sep 2023 20:07:00 +0300 Subject: [PATCH] fix pip and update url to raw --- website/meta/universe.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index a8f29c90c..6e23d0505 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4472,12 +4472,12 @@ }, { "id": "rolegal", - "title": "rolegal - a Spacy Package for Legal Document Processing", - "slogan": "A Spacy Package for Romanian Legal Document Processing", + "title": "A Spacy Package for Romanian Legal Document Processing", + "slogan": "rolegal: a Spacy Package for Noisy Romanian Legal Document Processing", "description": "This is a spacy language model for Romanian legal domain trained with floret 4-gram to 5-gram embeddings and `LEGAL` entity recognition. Useful for processing OCR-resulted noisy legal documents.", "github": "senisioi/rolegal", - "image": "https://github.com/senisioi/rolegal/blob/24a7e51284391c8a41e7309c133d085e0a1e0097/img/paper200x200.jpeg", - "pip": "pip install ro-legal-fl", + "image": "https://raw.githubusercontent.com/senisioi/rolegal/main/img/paper200x200.jpeg", + "pip": "ro-legal-fl", "tags": ["legal", "floret", "ner", "romanian"], "code_example": [ "import spacy",