We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af959be commit 01b6191Copy full SHA for 01b6191
.gitignore
@@ -130,3 +130,6 @@ dmypy.json
130
131
# PyCharm specific files
132
.idea/
133
+
134
+# other
135
+*/scratch_plan.txt
requirements.txt
@@ -1,9 +1,11 @@
1
-nltk==3.5
2
-many_stop_words==0.2.2
+gensim==3.8.3
3
matplotlib==3.2.1
4
pandas==1.0.4
5
-wordcloud==1.8.0
6
-gensim==3.8.3
+textblob==0.15.3
+many_stop_words==0.2.2
7
numpy==1.18.4
+wordcloud==1.8.0
8
+trafilatura==0.8.2
9
+nltk==3.5
10
beautifulsoup4==4.9.3
11
scikit_learn==0.24.2
0 commit comments