0 votes
in NLP using Python by

Which of the following is the constructor used in gensim to generate word vectors?

Select the correct answer form below

a) SkipGram()

b) KeyedVectors()

c) Word2Vec()

d) Doc2Vec()

1 Answer

0 votes
by
c) Word2Vec()
...