Skip to content

Commit

Permalink
Update Skip-Gram_word2vec.ipynb
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
zenofsahil authored Jul 4, 2017
1 parent d726f82 commit 3311883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings/Skip-Gram_word2vec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"And here I'm creating dictionaries to covert words to integers and backwards, integers to words. The integers are assigned in descending frequency order, so the most frequent word (\"the\") is given the integer 0 and the next most frequent is 1 and so on. The words are converted to integers and stored in the list `int_words`."
"And here I'm creating dictionaries to convert words to integers and backwards, integers to words. The integers are assigned in descending frequency order, so the most frequent word (\"the\") is given the integer 0 and the next most frequent is 1 and so on. The words are converted to integers and stored in the list `int_words`."
]
},
{
Expand Down

0 comments on commit 3311883

Please sign in to comment.