Exercise

Generating word vectors

In this exercise, we will generate the pairwise similarity scores of all the words in a sentence. The sentence is available as sent and has been printed to the console for your convenience.

Instructions

100 XP
  • Create a Doc object doc for sent.
  • In the nested loop, compute the similarity between token1 and token2.