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",