Skip to content

Commit c46f9e6

Browse files
author
codebasics
committed
nltk vs spacy
1 parent 77dcb1c commit c46f9e6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

2_nltk_vs_spacy/Spacy vs NLTK.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"cell_type": "code",
35-
"execution_count": 9,
35+
"execution_count": 1,
3636
"metadata": {},
3737
"outputs": [],
3838
"source": [
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 12,
44+
"execution_count": 2,
4545
"metadata": {},
4646
"outputs": [],
4747
"source": [
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"cell_type": "code",
55-
"execution_count": 13,
55+
"execution_count": 3,
5656
"metadata": {},
5757
"outputs": [
5858
{
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 14,
74+
"execution_count": 4,
7575
"metadata": {
7676
"scrolled": true
7777
},
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"cell_type": "code",
114-
"execution_count": 4,
114+
"execution_count": 5,
115115
"metadata": {
116116
"scrolled": true
117117
},
@@ -122,7 +122,7 @@
122122
"text": [
123123
"[nltk_data] Downloading package punkt to\n",
124124
"[nltk_data] C:\\Users\\dhava\\AppData\\Roaming\\nltk_data...\n",
125-
"[nltk_data] Unzipping tokenizers\\punkt.zip.\n"
125+
"[nltk_data] Package punkt is already up-to-date!\n"
126126
]
127127
},
128128
{
@@ -131,7 +131,7 @@
131131
"True"
132132
]
133133
},
134-
"execution_count": 4,
134+
"execution_count": 5,
135135
"metadata": {},
136136
"output_type": "execute_result"
137137
}
@@ -144,7 +144,7 @@
144144
},
145145
{
146146
"cell_type": "code",
147-
"execution_count": 5,
147+
"execution_count": 6,
148148
"metadata": {},
149149
"outputs": [
150150
{
@@ -153,7 +153,7 @@
153153
"['Dr.', 'Strange loves pav bhaji of mumbai.', 'Hulk loves chat of delhi']"
154154
]
155155
},
156-
"execution_count": 5,
156+
"execution_count": 6,
157157
"metadata": {},
158158
"output_type": "execute_result"
159159
}
@@ -164,7 +164,7 @@
164164
},
165165
{
166166
"cell_type": "code",
167-
"execution_count": 6,
167+
"execution_count": 7,
168168
"metadata": {},
169169
"outputs": [],
170170
"source": [

0 commit comments

Comments
 (0)