From 5b34110ab2c59bece21047e5e89ac092e7af1205 Mon Sep 17 00:00:00 2001 From: Sujit Nirmal Date: Mon, 29 Apr 2024 03:18:59 +0530 Subject: [PATCH] Add files via upload --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0524e6d..0b7faaa 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ # create a flask app - +nltk.data.path.append("C:\\Users\\HP\\AppData\\Roaming\\nltk_data\\") app = Flask(__name__) ps = PorterStemmer()