Spaces:
Runtime error
Runtime error
Eleonora Bernasconi commited on
Commit ·
bd2c1ff
1
Parent(s): c9a8c95
Update analysis.py
Browse files- analysis.py +2 -0
analysis.py
CHANGED
|
@@ -51,6 +51,8 @@ def train_lda_model(corpus, dictionary, num_topics, passes=15):
|
|
| 51 |
return lda_model
|
| 52 |
|
| 53 |
def main():
|
|
|
|
|
|
|
| 54 |
st.write("# Analysis of Knowledge")
|
| 55 |
|
| 56 |
data = load_data()
|
|
|
|
| 51 |
return lda_model
|
| 52 |
|
| 53 |
def main():
|
| 54 |
+
|
| 55 |
+
nltk.download('punkt')
|
| 56 |
st.write("# Analysis of Knowledge")
|
| 57 |
|
| 58 |
data = load_data()
|