Skip to content

Commit 44746b9

Browse files
authored
Fix grammar typo
Add missing "a"
1 parent 53e8888 commit 44746b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/text/word2vec.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"id": "Cl0rSfHjt6Mf"
216216
},
217217
"source": [
218-
"A negative sample is defined as a (target_word, context_word) pair such that the context_word does not appear in the `window_size` neighborhood of the target_word. For the example sentence, these are few potential negative samples (when `window_size` is 2).\n",
218+
"A negative sample is defined as a (target_word, context_word) pair such that the context_word does not appear in the `window_size` neighborhood of the target_word. For the example sentence, these are a few potential negative samples (when `window_size` is 2).\n",
219219
"\n",
220220
"```\n",
221221
"(hot, shimmered)\n",

0 commit comments

Comments
 (0)