Eleonora Bernasconi commited on
Commit
29ec3c0
·
1 Parent(s): a256fa2
Files changed (1) hide show
  1. analysis.py +1 -0
analysis.py CHANGED
@@ -53,6 +53,7 @@ def train_lda_model(corpus, dictionary, num_topics, passes=15):
53
  def main():
54
 
55
  nltk.download('punkt')
 
56
  st.write("# Analysis of Knowledge")
57
 
58
  data = load_data()
 
53
  def main():
54
 
55
  nltk.download('punkt')
56
+ nltk.download('stopwords')
57
  st.write("# Analysis of Knowledge")
58
 
59
  data = load_data()