From 09eb84fc773f315e93605be1f55ef884e1d60fbe Mon Sep 17 00:00:00 2001 From: Agam More Date: Fri, 10 Nov 2023 08:10:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea013b..0bd2089 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ As you can see, in part `1`, which involves semantic sentence splitting (groupin ## Install -`python -m spacy download en_core_web_sm` +`python -m spacy download en_core_web_sm` `pip install semantic-split` You might need to have CUDA for the `SentenceSimilarity` an easy fix is to install it via pytorch: