We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b295c5 commit 6f325a0Copy full SHA for 6f325a0
chatbot.py
@@ -9,6 +9,8 @@
9
import numpy as np
10
from sklearn.feature_extraction.text import TfidfVectorizer
11
from sklearn.metrics.pairwise import cosine_similarity
12
+import warnings
13
+warnings.filterwarnings('ignore')
14
15
import nltk
16
from nltk.stem import WordNetLemmatizer
0 commit comments