Commit
·
6d76bd4
1
Parent(s):
45f0ebb
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def preprocess(text):
|
|
58 |
cleaned_text = cleaned_text.upper()
|
59 |
|
60 |
# Remove unwanted words
|
61 |
-
words_to_remove = ["MPS", "POS", "BIL", "ONL", "BANGALORE", "PVT", "LTD", "INDIA", "LT", "
|
62 |
cleaned_text = " ".join([word for word in cleaned_text.split() if word not in words_to_remove])
|
63 |
|
64 |
# Convert to lowercase
|
|
|
58 |
cleaned_text = cleaned_text.upper()
|
59 |
|
60 |
# Remove unwanted words
|
61 |
+
words_to_remove = ["MPS", "POS", "BIL", "ONL", "BANGALORE", "PVT", "LTD", "INDIA", "LT", "XXXXXXXXXXXX"]
|
62 |
cleaned_text = " ".join([word for word in cleaned_text.split() if word not in words_to_remove])
|
63 |
|
64 |
# Convert to lowercase
|