From bfda0a9c780ddf16cd587092166b469c863a48c4 Mon Sep 17 00:00:00 2001 From: royashcenazi <37100955+royashcenazi@users.noreply.github.com> Date: Wed, 10 May 2023 13:48:18 +0300 Subject: [PATCH] Update website/meta/universe.json Co-authored-by: Basile Dura --- 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 caa66ac4c..0143a8a70 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4,7 +4,7 @@ "id": "parsigs", "title": "parsigs", "slogan": "Structuring prescriptions text made simple using spaCy", - "description": "Parsigs is an open-source project that aims to extract the relevant dosage information from prescriptions text without compromising the patient's privacy. Notice you also need to install the model in order to use tha package: `pip install https://huggingface.co/royashcenazi/en_parsigs/resolve/main/en_parsigs-any-py3-none-any.whl`", + "description": "Parsigs is an open-source project that aims to extract the relevant dosage information from prescriptions text without compromising the patient's privacy.\n\nNotice you also need to install the model in order to use the package: `pip install https://huggingface.co/royashcenazi/en_parsigs/resolve/main/en_parsigs-any-py3-none-any.whl`", "github": "royashcenazi/parsigs", "pip": "parsigs", "code_language": "python",