Skip to content

Commit 698b3cf

Browse files
Merge pull request #1997 from janakdr:patch-1
PiperOrigin-RevId: 422662987
2 parents 9cbf5b5 + 44746b9 commit 698b3cf

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)