Skip to content

Commit 0a48cda

Browse files
committed
Repository updated
1 parent e9d297e commit 0a48cda

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.idea/
2+
*.pyc
3+
__init__.py
4+
venv/
5+
.ipynb_checkpoints/
6+
Chapter06/data/glove/*
7+
docVecModel.d2v
8+
sample_news_data.txt
9+
.ipynb_checkpoints
10+
glove*

requirements.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
numpy==1.18.1
2+
pandas==1.0.0
3+
matplotlib==3.1.2
4+
gensim==3.8.1
5+
beautifulsoup4==4.8.2
6+
requests==2.22.0
7+
wikipedia==1.4.0
8+
tomotopy==0.4.2
9+
scikit-learn==0.22.1
10+
spacy==2.1.3
11+
tensorflow==2.0.0
12+
transformers==2.4.1
13+
bert-extractive-summarizer==0.3.0
14+
wordcloud==1.6.0
15+
tweepy==3.8.0
16+
seaborn
17+
nltk
18+
scipy
19+
autocorrect
20+
textblob
21+
jupyter
22+
keras
23+
python-Levenshtein==0.12.0

0 commit comments

Comments
 (0)