From 3dd400fe7fea3b6277fc5cfbc962a568c4a7bc57 Mon Sep 17 00:00:00 2001 From: Michael March Date: Mon, 5 Feb 2024 00:54:44 +0000 Subject: [PATCH] adding the en model --- extensions/superboogav2/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/superboogav2/requirements.txt b/extensions/superboogav2/requirements.txt index 8b6869f..6c7008c 100644 --- a/extensions/superboogav2/requirements.txt +++ b/extensions/superboogav2/requirements.txt @@ -9,4 +9,5 @@ spacy spacy_lookup_data pytextrank num2words -pydantic==1.10.12 \ No newline at end of file +pydantic==1.10.12 +en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl \ No newline at end of file