Skip to content

Commit ccbf828

Browse files
Merge pull request #48 from jatinpapreja/master
[ENHANCEMENT] Improving Windows compatibility and general readability across Chapter 2 and 3.
2 parents 7c04578 + dfe3882 commit ccbf828

11 files changed

+5146
-16805
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
.ipynb_checkpoints
22
*/.ipynb_checkpoints/*
3-
**/.ipynb_checkpoints
3+
**/.ipynb_checkpoints
4+
5+
# Chapter 2
6+
Ch2/GoogleNews-vectors-negative300.bin
7+
Ch2/GoogleNews-vectors-negative300.bin.gz
8+
Ch2/nlpaug
9+
Ch2/snorkel-tutorials
10+
Ch2/spelling_en.txt
11+
12+
# Chapter 3
13+
Ch3/data
14+
Ch3/model_cbow.bin
15+
Ch3/model_skipgram.bin

Ch2/01_WebScraping_using_BeautifulSoup.ipynb

Lines changed: 29 additions & 12267 deletions
Large diffs are not rendered by default.

Ch2/03_Extracting_text_from_images_tesseract.ipynb

Lines changed: 115 additions & 103 deletions
Large diffs are not rendered by default.

Ch2/04_Tokenization_Stemming_lemmatization_stopword_postagging.ipynb

Lines changed: 546 additions & 538 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)