From f0237de842cfea380dc9ca993bfa7db571ea04c9 Mon Sep 17 00:00:00 2001 From: Shubh Goyal Date: Tue, 2 Apr 2024 15:12:49 +0530 Subject: [PATCH] updates kenlm requirements.txt --- src/spell_check/kenlm/local/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spell_check/kenlm/local/requirements.txt b/src/spell_check/kenlm/local/requirements.txt index a77fa31..c2cc708 100644 --- a/src/spell_check/kenlm/local/requirements.txt +++ b/src/spell_check/kenlm/local/requirements.txt @@ -1,4 +1,5 @@ quart aiohttp python-Levenshtein -requests \ No newline at end of file +requests +symspellpy \ No newline at end of file