Spaces:
Sleeping
Sleeping
Commit
·
09f0d23
1
Parent(s):
0044a34
nltk download
Browse files
.env
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
matchtoken = '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'
|
app.py
CHANGED
@@ -2,6 +2,9 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
from io import BytesIO
|
4 |
from helper import get_res_df
|
|
|
|
|
|
|
5 |
|
6 |
def to_excel(df):
|
7 |
"""
|
|
|
2 |
import pandas as pd
|
3 |
from io import BytesIO
|
4 |
from helper import get_res_df
|
5 |
+
import nltk
|
6 |
+
|
7 |
+
nltk.download('wordnet')
|
8 |
|
9 |
def to_excel(df):
|
10 |
"""
|