(Choose 1 answer)
Which of the following models can be used for the purpose of document similarity?
A. Training a word 2 vector model on the corpus that learns context present in the document
B. Training a bag of words model that learns occurrence of words in the document
C. Creating a document-term matrix and using cosine similarity for each document
D. All of the others
Q: 24