chandanzeon commited on
Commit
09f0d23
·
1 Parent(s): 0044a34

nltk download

Browse files
Files changed (2) hide show
  1. .env +1 -0
  2. app.py +3 -0
.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
  """