rameshmoorthy
commited on
Update functions.py
Browse files- functions.py +4 -1
functions.py
CHANGED
@@ -15,7 +15,10 @@ from wordcloud import WordCloud
|
|
15 |
|
16 |
def process_file_bm25(file,mode,min_cluster_size,top_n_words,ngram):
|
17 |
# Read the Excel sheet or CSV file
|
18 |
-
|
|
|
|
|
|
|
19 |
if file.name.endswith('.csv'):
|
20 |
df = pd.read_csv(file)
|
21 |
elif file.name.endswith('.xls') or file.name.endswith('.xlsx'):
|
|
|
15 |
|
16 |
def process_file_bm25(file,mode,min_cluster_size,top_n_words,ngram):
|
17 |
# Read the Excel sheet or CSV file
|
18 |
+
x=pip show scipy
|
19 |
+
y=pip show plotly
|
20 |
+
z=pip show numpy
|
21 |
+
print(x,y,z)
|
22 |
if file.name.endswith('.csv'):
|
23 |
df = pd.read_csv(file)
|
24 |
elif file.name.endswith('.xls') or file.name.endswith('.xlsx'):
|